Mitchell Lienau
Results
2
comments of
Mitchell Lienau
I got this to work using the `Attributes` property i.e. ``` ``` Tbh though I expected this to be on the `InputAttributes` property, but it's through the `Attributes` property [source...
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...