javascript - Highcharts: update chart when data actualized -
I am using and I like the chart to update each other. I have it now:
I have a timer But I have no idea about how to make the scene real. It is important that I do not want to attract charts repeatedly every time. I just want to move points and add new ones. Does anyone know how to do this? See the series. Edepoint Your update. window.setInterval (updateChart, 1000); and it executes each second data properly.
updateChart function gets:
function update chart () {for (var source = 1; source
Comments
Post a Comment