Highcharts Chart Corrupted on Range Selector Button Press
问题 It appears that when changing the data grouping via the range selector buttons, the chart does not erase the old dataGroupings, so the chart becomes messy quickly. You can see the issue here. Is there any way to fix this? Below is the code that generates the chart. Highcharts.stockChart('container', { chart: { height: 300 }, rangeSelector: { allButtonsEnabled: true, buttons: [{ type: 'month', count: 3, text: 'Day', dataGrouping: { forced: true, units: [['day', [1]]] } }, { type: 'year', count