sangltdn / flot

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

drawBar method does not use offset value when filling the bar #303

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
drawBar method does not use offset value when filling the bar

in the code underneath the comment '// fill the bar' offset is not used
when drawing the bar fill, but is used when drawing the outline.

Original issue reported on code.google.com by davidm...@gmail.com on 10 Feb 2010 at 2:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
As far as I can tell the offset is zero in all cases; it's not clear what it is 
intended for.  In addition to fixing this bug, we need to review the use of the 
parameter in general.

Original comment by dnsch...@gmail.com on 5 Jun 2012 at 2:12