I’m trying to create some linear charts using highcharts library. The charts are made dynamically based on data given from server with the first values.
Then using SignalR when got new data, it appends data to related chart.
Showing the first data is fine but the problem is that when updating charts in SignalR function, it makes a new line instead of appending point to existing line.