Dynamically Add Data To Series In Highcharts
I´m trying to update my highchart serie appending new data. My series look like: series: [{ name: 'Serie1', data:[ { x: 0,
Solution 1:
You can use addPoint function which allows to add new data.
Post a Comment for "Dynamically Add Data To Series In Highcharts"