score:0

Accepted answer

the problem was that the values in the new dataset where of much bigger magnitude, so the chart wasn't able to calculate the size with current stepsize. when i changed that, then it worked fine:

barchart.chart.options.scales.yaxes[0].ticks.stepsize = 500000;

Related Query

More Query from same tag