javascript - is data grouping supported in highcharts? -


hey tried lot work merging set of data days months. highcharts doesn't group them. chart tries show data. data grouping supported in highcharts? (i not using highstock)

highcharts doesn't suport data grouping. have 2 options:

  1. use highstock, have support it: http://api.highcharts.com/highstock/#plotoptions.series.datagrouping
  2. group data yourself.

if want process data group it, need loop through daily data, adding each value new data array, indexed on month.


Comments

Popular posts from this blog

Google sheets equipment borrowing system -

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -