Chris Coulthard Report post Posted October 14, 2010 Any one know how to detect whether the javscript rendering is being used? Certain XML is not valid for the HTML 5 rendering. For example the 'exportDialogMessage' tag thanks Chris Share this post Link to post Share on other sites
DannyR Report post Posted October 14, 2010 Chris - Here's the method I use: var chart = new FusionCharts(..); // only true if js chart if (!!chart._overrideJSChartConfiguration) { // } Hope this helps. Share this post Link to post Share on other sites
Chris Coulthard Report post Posted October 14, 2010 (edited) Perfect! thanks Chris Chris - Here's the method I use: var chart = new FusionCharts(..); // only true if js chart if (!!chart._overrideJSChartConfiguration) { // } Hope this helps. Edited October 14, 2010 by Chris Coulthard Share this post Link to post Share on other sites
Sanjukta Report post Posted October 18, 2010 Hi Chris, You are welcome. Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites