atiq576 Report post Posted June 12, 2008 (edited) 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 June 12, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 12, 2008 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
[email protected] Report post Posted September 23, 2009 I set the wmode for embed and object tags to transparent, and I'm still not getting a transparent canvas. Thanks Share this post Link to post Share on other sites
Guest Madhumita Report post Posted September 28, 2009 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