Sign in to follow this  
atiq576

Trying to set a transparent background

Recommended Posts

Hi,

 

 

 

I am trying to set a transparent background but with no success. Image can be seen on background but canvas is not getting transparent which I have tried through different properties but none is working...

 

 

 

Here is my XML

 

 

 

 

 

decimalPrecision='0' formatNumberScale='0' bgSWFAlpha='40' canvasBgAlpha='20' baseFont='Verdana'>

 

 

 

 

 

 

 

 

 

Any help would be appreciated

 

 

 

pre-thanks

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

You would need to set the wmode parameter of <object> or <embed> to transparent first.

If you are using FusionCharts.js to embed the chart, please use chartObj.setTransparent(true); [ Please use the latest FusionCharts.js to get this function )

If you are using ASP.NET DLL, (get the latest) you would find a transparent paremeter to set.

In other case you might need to download the wmode tranparent ready FusionChartsWmode.js from : http://www.fusioncharts.com/Downloads/FusionChartsWMode.zip

Share this post


Link to post
Share on other sites
Guest Madhumita

Hi,

Welcome to the FusionCharts Forum . ;)

To set the canvas as transparent please set the canvasbgAlpha='0' in the <chart> element.

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this