Sign in to follow this  
OMMPAVAN

Charts Not Rendering Using Javascript

Recommended Posts

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

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 by Haritha

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