I have around 8000 data points which needs to be plotted using highcharts, the resolution of the chart data is 2seconds, I wanted to plot for latest 30min first(range selector is defaulted to 30m) and then based on range selector events, I would want to render the chart data using some php code, is this possible??, please guide me.
Also, when range of 1day is selected/clicked, there are too many data points and the chart is very slow to respond to label events or zoom, Can I display averaged data meaning, when 1 day is selected display data points with resolution of 1min and not 2seconds data??
Something like what this demo page describes; http://www.highcharts.com/stock/demo/data-grouping The data is rendered smoothly when zoomed on any particular region, I would want something like this please.