Vedmack Report post Posted July 31, 2012 Hi, I'm using jquery do create fusion charts with js (not using flash at all) So what is the point of writing down the following line: swfUrl: "resources/fusioncharts/Pie3D.swf", i mean I don't event put the swf files in my web project (cause i don't want my charts to be rendered by flash) isn't there any better way to specify that i want to create Pie3D chart ? isn't there something like chartType:Pie3D INMO specifying file as a chart type is a bit awkward ? Regards, Daniel. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 31, 2012 Hi, Please refer this post: http://forum.fusioncharts.com/topic/11786-the-pure-javascript-functioncharts-need-the-swf-file/page__p__46247#entry46247 Share this post Link to post Share on other sites
Vedmack Report post Posted July 31, 2012 Thanks You should update your doc, goes the given example shows that one should use swfUrl: "FusionCharts/Column3D.swf", renderer : 'JavaScript', That's the reason I asked that question... http://docs.fusioncharts.com/charts/contents/FirstChart/UsingJQuery.html Hi, Please refer this post: http://forum.fusionc...6247#entry46247 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 1, 2012 Hi, If you want to forcefully render the charts in JavaScript, you would have to set renderer : 'JavaScript' property explicitly. FusionCharts provides automatic fallback feature, wherein the charts figure out the best mode of rendering (either Flash or JavaScript, based on availability of Flash Player). In this case, you don't need to specify the renderer property explicitly. Hope this helps! Share this post Link to post Share on other sites