AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

Can we do data grouping like in HighCharts?

Open kaanakell opened this issue 3 years ago β€’ 2 comments

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.

kaanakell avatar Feb 01 '23 13:02 kaanakell

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.

AAChartModel avatar Feb 03 '23 06:02 AAChartModel

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?

kaanakell avatar Feb 03 '23 11:02 kaanakell