faheem801 / flot

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

Bar charts: Line Width 0 not respected in WebKit based browsers #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: lineWidth 0 is not respected in bar charts; there is still a line 
(yellow?) around the bars.

Version: Trunk

Browser: WebKit based (works in IE/Firefox)

Example: Go to http://welovewind.com

Original issue reported on code.google.com by jakob.a....@gmail.com on 18 Aug 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Sorry for the bad response time. I checked up on this, and it appears to have 
been fixed in SVN some time ago by checking that lineWidth > 0 and then 
skipping the outline in that case. So I'll close this now. You can either suck 
down the latest dev version here

http://flot.googlecode.com/svn/trunk/

or wait a couple of days, and then 0.7 should be out.

Thanks for the report! And that site is still neat. :)

Original comment by olau%iol...@gtempaccount.com on 14 Mar 2011 at 10:47