highcharts - highstock grouping without zoom -
can use highstock following: grouping days, weeks, months, display data. is, make button group, did not zoom, , group data (do approximation).
this how can update datagrouping:
$("#container").highcharts().series[0].update({ datagrouping: { units: [ ['year', [1]] ] } });
and jsfiddle: http://jsfiddle.net/w7rtl/1/
Comments
Post a Comment