joewalnes / smoothie

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
http://smoothiecharts.org
Other
2.25k stars 232 forks source link

Allowing transparent background for charts #7

Closed shashkin closed 12 years ago

shashkin commented 12 years ago

In my project I need charts to have transparent background (to place them over background images) I noticed that simple setting grid.fillStyle option to rgba(0,0,0,0) does not work properly, so I've added this tiny little fix which allows transparent background.

joewalnes commented 12 years ago

Merged, thanks (sorry for delay).