TanTayBui / flot

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

"steps" without extra points #759

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In many cases drawing the line as steps is required without the insertion of 
extra datapoints in the graph. The extra datapoints are a problem when showing 
points on top of the line graph. In this case only the "actual" datapoints 
should be shown. As far as I can see the existing steps feature is of little 
use. On could imagine adding a "fakeSteps" feature todo this. All that is 
required is everywhere in the draw methods for line and linearea where a line 
is drawing between two points to add an intermediate moveTo.

Original issue reported on code.google.com by tollef.s...@gmail.com on 23 Oct 2012 at 9:19

GoogleCodeExporter commented 8 years ago
Never mind. I see this issue has already been reported here
http://code.google.com/p/flot/issues/detail?id=628
This issue should be marked as duplicate. 

Original comment by tollef.s...@gmail.com on 23 Oct 2012 at 9:21