kpalania Report post Posted August 15, 2007 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
Pallav Report post Posted August 17, 2007 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
kpalania Report post Posted August 17, 2007 Thanks Pallav. Going to try this now, and will see how goes.. Share this post Link to post Share on other sites