Open GoogleCodeExporter opened 8 years ago
Currently this is by design; Flot plots exactly what you give it, which may
legitimately include gaps. The only way to emulate what you want is to
interpolate and add more points before giving the data to Flot.
But I can definitely see what you're looking for, and agree that it would be
useful. I'm accepting this as an enhancement.
Original comment by dnsch...@gmail.com
on 4 Jun 2012 at 4:41
Hi, thanks for answer.
I've already implemented it as a plugin. I did not calculate additional points,
just rendered missing parts in my plugin using existing data. Don't exactly
remember the method, but it was something like "drawSeries".
I'm quite sure that this is not a perfect solution, but it did the trick for my
project.
Original comment by aleksand...@gmail.com
on 4 Jun 2012 at 8:32
Original issue reported on code.google.com by
aleksand...@gmail.com
on 16 May 2012 at 11:04Attachments: