angular-highcharts icon indicating copy to clipboard operation
angular-highcharts copied to clipboard

Redraw data

Open hungfeck opened this issue 6 years ago • 1 comments

I want to redraw highchart data when data change? Please help me!

hungfeck avatar Apr 20 '19 07:04 hungfeck

If you have a reference to the chart instance you should be able update the data like so: chart.series[0].setData(data, true); the second parameter of this method is whether or not the chart should be refreshed.

mlienau avatar Dec 27 '19 17:12 mlienau