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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -