OMMPAVAN Report post Posted May 13, 2013 hi, We are usinf fusion charts XT .Charts are not displaying in IE 8 with out falsh and even i keep Chart.SetCurrentRenderer('javascript') what config we need to do . Share this post Link to post Share on other sites
Haritha Report post Posted May 13, 2013 (edited) Hi, For using JavaScript charts irrespective of the presence of Flash in your system, you need to use the following line before the chart creation: FusionCharts.setCurrentRenderer('javascript'); For more information, you may please refer the documentation link: http://docs.fusioncharts.com/charts/contents/FirstChart/UsingPureJS.html FusionCharts uses the JavaScript fallback automatically for machines which do not contain/support Flash. There are no extra settings needed for doing this. But if you explicitly want to use JavaScript charts you may use the above method. Hope this helps. Edited May 13, 2013 by Haritha Share this post Link to post Share on other sites