Sign in to follow this  
Arindam

fusion.js vs FusionCharts.js

Recommended Posts

I'm FusionChart Customer and I try to use it usefully.

 

I found there are 2 javascripts for us. fusion.js And FusionCharts.js

 

How it difference and which one I should use?

 

 

 

fusion.js

 

g_FSCreateChart('chartdiv',gGenerateXML,'../../fusionroot/Column3D.swf',100,100)

 

 

 

FusionCharts.js

 

var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myRandomId", "90%", "90%", "0", "0""FFFFFF", "exactFit");

 

myChart.setDataXML(gGenerateXML);

 

 

 

 

And my line-manager ask me that why FusionChart provide 2 differently javascript to us.

 

 

 

The answer is need.

 

Thanks.

Edited by Guest

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