sunjavagroups / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Draw lines when points are missing #566

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
there are holes in my line diagramm!
I have multiple curves in one diagramm, all using the time as x-axis.

If I define a value at 6:00 for one series but all others have no data for 6:00 
they will have a hole at 6:00. Flot should connect all data-points for a line 
diagramm, even if one point is missing. 

Original issue reported on code.google.com by ma.ru...@gmail.com on 6 Jul 2011 at 11:23

GoogleCodeExporter commented 8 years ago
this is espacially a problem if you want to include a straight line in you 
graph to show like a normal level. You have to set every point, while setting 
one point at the beginning and one at the end should be enough.

Original comment by ma.ru...@gmail.com on 6 Jul 2011 at 11:26

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 8:24