Commit 3a520603 authored by olau@iola.dk's avatar olau@iola.dk

Fixed problem with bar highlights (report by Chris Leonello)

git-svn-id: https://flot.googlecode.com/svn/trunk@134 1e0a6537-2640-0410-bfb7-f154510ff394
parent 0dc0decf
...@@ -1392,7 +1392,7 @@ ...@@ -1392,7 +1392,7 @@
c.lineTo(left, top); c.lineTo(left, top);
c.lineTo(right, top); c.lineTo(right, top);
c.lineTo(right, bottom); c.lineTo(right, bottom);
ctx.fillStyle = fillStyleCallback(bottom, top); c.fillStyle = fillStyleCallback(bottom, top);
c.fill(); c.fill();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment