HumbleSoftware / Flotr2

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

Graph fill rendering issue when data exceeds Y-axis range #201

Open G3abva opened 11 years ago

G3abva commented 11 years ago

I've come across an issue where filling in the graph doesn't work correctly when the data exceeds the Y-axis upper-bound.

The issue is reproduced at http://jsfiddle.net/cesutherland/v7nwA/.

atuttle commented 11 years ago

This is the same as #195, but at least you figured out the root cause! I can now address my issue by tracking the max y-value for my graphs and making sure the y-axis max exceeds it by a small margin... So thanks! :)

danieljpetersen commented 9 years ago

Any progress on this one?