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

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

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -