Can we do data grouping like in HighCharts?
In HighCharts they define like this "Data grouping replaces a sequence of data points in a series with one grouped point. The values of each grouped point is calculated from the original values of every point used. The groupPixelWidth option defines how large the groups should be." but can we do this with this library.
This feature is supported in Highstocks.js, then AAChartCore-Kotlin is based on Highcharts.js. However, I did not find the same options property API in the Highcharts.js documentation.
https://api.highcharts.com/highstock/plotOptions.series.dataGrouping so the feature they wrote about in this link is not available in android version of highcharts then I'm curious, can you guys add this feature on future?