dataGrouping property
(Highstock) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts. Highcharts Stock by default applies data grouping when the points become closer than a certain pixel value, determined by the `group
Implementation
final HCDataGroupingOptionsObject? dataGrouping;