sveinn-steinarsson / flot-downsample

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

There is no support for nulls in data array #3

Closed rafw87 closed 10 years ago

rafw87 commented 10 years ago

Nice plugin, but has one disadvantage. According to Flot documentation, null value passed as one of points means that surrounding points should not be connected. Downsample seems to do not support it (error in javascript).

jedsmithobd commented 10 years ago

It seems to me that as with issue 8 the only action which should happen on this is some documentation.

If your data has nulls and gaps then you are working with the data enough that you should probably down sample it before passing it to Flot, imo.

sveinn-steinarsson commented 10 years ago

Added to known limitations.