Change dataGrouping without reflow
I'd like to be able to do something like this to change dataGrouping on the fly:
chart.series[0].options.dataGrouping.units = [['monthly',[1]]];
chart.series[0].options.dataGrouping.forced = true;
chart.redraw();
6
votes
Facens
shared this idea
This is possible using `series.update({ dataGrouping })`