sveinn-steinarsson / flot-downsample

Downsample plugin for Flot charts.
286 stars 39 forks source link

Assumes data is already ordered correctly #8

Closed dandroid88 closed 10 years ago

dandroid88 commented 10 years ago

Not a major bug but figured I should at least document incase anyone else encounters. If the data array is not already ordered flot by itself still plots the line chart correctly. The plugin however does some crazy things with my data if the order of the data does not match the x axis order.

sveinn-steinarsson commented 10 years ago

I agree. This limitation should indeed be documented. Also the plugin does not handle gaps in the data which Flot apparently supports.

sveinn-steinarsson commented 10 years ago

Added to known limitations.