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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -