kpalania

Moving from JFreeChart to Fusion Charts. Migration?

Recommended Posts

Hi,

 

If I wanted to move a JFreeChart to a Fusion chart, how would I go about doing that? I've just downloaded Fusion Chart for evaluation and need to try this out. We have a J2EE application with a jsp frontend. From my quick skimming of Fusion charts, I believe I need to return the data to be rendered in the chart as XML, and that's pretty much all the integration that is needed. Is that correct?

 

 

 

In other words, I wouldn't really be using any Fusion chart public (java) APIs or anything of that nature but would simply return all the data in the expected XML format, specify the type of chart, and boom, I am done. Right?

 

 

 

Thanks.

Share this post


Link to post
Share on other sites

Yes - you just need to generate the XML data from your existing data and then provide it to chart. The chart can be put inside your HTML code either using direct HTML or JavaScript method of embedding.

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