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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -