|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/2/2008 12:18:43 PM
Posts: 4,
Visits: 10
|
|
Grettings
I have an image in the background of my page. I put the graphic with the bgAlpha propertie with the 0,0 value, but I cant put the graphic transparent. How I can do it?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 2 days ago @ 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
You will need to set this in JS code:
chart.setTransparent(true);
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/2/2008 12:18:43 PM
Posts: 4,
Visits: 10
|
|
I guess in FusionCharts.js?
I put chart.setTransparent(true); and dont happend anything
(sorry my english, I`m not american)
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 2 days ago @ 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
This should go in the place where you embed the chart component.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/5/2008 1:41:48 AM
Posts: 8,
Visits: 17
|
|
| Can you give some example code? I'm having trouble as well.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/2/2008 12:18:43 PM
Posts: 4,
Visits: 10
|
|
yes, please
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 8:30:13 AM
Posts: 92,
Visits: 711
|
|
Hi juss3pp3, Please see this sample. it will solve your problem.
Thanks, Arindam FusionCharts Team www.fusioncharts.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/5/2008 1:41:48 AM
Posts: 8,
Visits: 17
|
|
Hmm, that example sort of helped, in an obscure way. After searching every file for "transparent" the only file that comes up with anything was the JavaScript file. Reading that portion of the code reveals that it adds the parameter WMode and sets it to "transparent". Since I'm not using JavaScript to display my graphs, that could be why this parameter was not getting set. So I just added it myself, and it worked. Here's my code (I'm actually using PHP, but you'll get the idea). Just concentrate on the WMode parameter; add that and you're golden. Transparent graphs look so nice by the way!! Great effect.
|
|
|
| | |