schyzad Report post Posted September 25, 2007 (edited) Hi guys, I am a novice user to the FusionCharts and I am trying to place it with my test JSP page. It is not rendering the results at all. I have done all the basics with static installations properly and tested it. But as soon as i moved to JSP it is not working at all . I am pasting the code below for further reference. Please if someone can redirect me towards an example application of JSP using FusionCharts. Regards Edited September 25, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted September 27, 2007 Can you please upload the code as .zip attachment? Share this post Link to post Share on other sites
schyzad Report post Posted September 28, 2007 Hi, Here is the JSP file within the ZIP file as request. I hope this gives you more details. Regards, Shehzad testChart.zip Share this post Link to post Share on other sites
srividya_sharma Report post Posted October 1, 2007 I have modified the jsp given by you. Please find the jsp in the attached zip file. Here is the list of changes that were made to the jsp : 1. In the chart xml (dataXML), replace all double quotes (escaped) with single quotes when specifying values for attributes. 2. Use the setDataXML function to set the xml string to the chart object (myChart). Root element of XML data document has been changed from <graph> to <chart> (from v2.3 to v3 ). However, <graph> element would still continue to work from your old XML documents. But, we recommend using <chart> element for any new charts that you now make. Thanks, Srividya FusionCharts Team modifiedtestChart.zip Share this post Link to post Share on other sites