This topic is locked

Change Series Values in Chartmodify

7/9/2018 10:27:11 AM
PHPRunner General questions
D
dangdk author

Is there a way to change the values of a series for a bar chart in chartmodify?
For example, I select the series:

var series = chart.getSeriesAt(0);

But then when do I do to change the values?

Sergey Kornilov admin 7/9/2018

You can probably remove series and add them back:

https://playground.anychart.com/docs/8.3.0/samples/CRUD_09