andrewbeno

Javascript Charts

Recommended Posts

Pardon my ignorance, but how do I go about using FusionCharts solely in Javascript in SharePoint? Some of our clients won't have Flash installed (believe it or not) and won't be able to install it either. I tried following this guide, http://kb.fusionchar...thout+Flash)%3F, but I'm not sure where I should be adding this line:

FusionCharts.setCurrentRenderer('javascript');

.. I tried adding a content editor web part above my FusionChart, adding that line of code, but it doesn't display. Will this require me to use SharePoint Designer 2010?

Thanks,

Andy

Edited by andrewbeno

Share this post


Link to post
Share on other sites

Hi Andrew,

 

Could you please let us know if your have added FusionCharts.js in the <head> tag of SP Page in which you want to using FusionCharts in Content Editor web part? Also, you would need to put FusionCharts.setCurrentRenderer('javascript'); before

var chart = new FusionCharts(....); 

line.

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