Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google-charts: Transparency not working?

I'm trying to make a google-chart with transparency, but it seems not to work. It just draws a solid white background.

Does anybody succeded with transparency? Am I doing something wrong?

Thanks in advance!

Info about google charts: solid fill

Test URL: Google-charts example

like image 803
ATorras Avatar asked May 14 '09 08:05

ATorras


People also ask

How do you make a Google Graph transparent?

attr('fill-opacity','0.0'); Use the eq:() selector to select the rectangle you want to be transparent. Save this answer.

How do you make a chart transparent in Google Slides?

What you can do is set the background color to None which gives you a fully transparent background. This should be the accepted answer, click background in the google slides toolbar and select Transparent.

How do I change the color of text in a Google chart?

Changing the Color You can change the color of the lines that connect data points in Google Charts in two subtly different ways: with the colors option to change the chart palette, or with the series option to specify the color for particular series. In the following chart, we set the color of each series explicitly.


1 Answers

For a transparent background, use chf=bg,s,FFFFFF00

Example:

like image 101
Ville Laurikari Avatar answered Sep 20 '22 16:09

Ville Laurikari