johsve339 Report post Posted February 4, 2009 (edited) Hi I'm using the js library FusionChartsWMode.js to be able to use DHTML over the charts. It works almost great... When I try to render a StackedColumn2D in WMode, it says "Invalid XML data". If I switch to the normal FusionCharts.js file it works. I load the data with setDataXml(...) Johan Edited February 4, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 5, 2009 Hi, It seems that you are facing some double quote/single quote issue, which has been fixed in our latest FusionCharts.js, also please avoide using FusionChartsWMode.js, we have implemented chart.setTransparent(ture); feature in FusionCharts.js itself, so chart transparency setting will also work by using FusionCharts.js, therefor please update your FusionCharts.js file. Share this post Link to post Share on other sites
johsve339 Report post Posted February 5, 2009 Thanks setTransparent(true) worked better. Where can I find the API for the javascript file? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 5, 2009 (edited) Hi, I am afriad, we don't have any separate docs on FusionCharts.js API, as we have shown its APIs uses in our various examples in FusionCharts docs. Edited February 5, 2009 by Guest Share this post Link to post Share on other sites