HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Line fill doesn't appear to work correctly in this case #195

Closed atuttle closed 11 years ago

atuttle commented 11 years ago

I'm not exactly sure what makes this particular case happen, but here's an example showing the fill not going up to the second point in the line; it jumps straight to the 3rd point. (Blue)

http://jsfiddle.net/jLzVb/

atuttle commented 11 years ago

As described in #201, setting a yaxis max value that exceeds the maximum y-axis datapoint fixes the fill issue. I'd still say that this is a bug, but as #201 is more descriptive I'll go ahead and close this bug and leave that one open.