andrewbeno Report post Posted August 25, 2011 (edited) 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 August 25, 2011 by andrewbeno Share this post Link to post Share on other sites
Rahul Kumar Report post Posted August 26, 2011 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