You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello is their a way the bakcground color be changed at all ? or the
gauge theme in CSS
tnx
asgallant
unread,
Aug 2, 2011, 10:36:42 AM8/2/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
You can change the background of the containing div by styling the div itself, which will fill the background around the gauges. There isn't an option that styles the gauges themselves, aside from what is provided for here: http://code.google.com/apis/chart/interactive/docs/gallery/gauge.html#Configuration_Options (none of which addresses the background color). If you are up to it, you might be able to use jQuery and the jQuery SVG plugin to dig in to the gauge's iframe, find the elements you want, and change their colors.