Sign in to follow this  
Vedmack

What Is The Swfurl For ? I'f I'm Using Renderer: "javascript",

Recommended Posts

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

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

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