1👍
✅
xAxes
is an Array, this should work:
myChart.options.scales.xAxes[0].ticks.max = v;
Source:stackexchange.com
1👍
xAxes
is an Array, this should work:
myChart.options.scales.xAxes[0].ticks.max = v;