highcharts-downsample
highcharts-downsample copied to clipboard
Downsample plugin for Highcharts.
Looks like something has changed either in highcharts core library or plugin handler. The below fiddle fails to downsample: http://jsfiddle.net/6meqb9d0/33/
Modified the loop to account for null y values. Skips over the data until valid y values are found. Seems to work reasonably well.
I need to be able to use navigator and custom buttons to zoom into data. I noticed threshold setting is applied for entire data set length, so while zoomed I...
I am using your plugin to Downsample chart data. However, I am not able to figure out on downsampling data when a point is added to the chart. Need help...