|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/28/2007 7:13:25 AM
Posts: 2,
Visits: 8
|
|
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
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
Can you please upload the code as .zip attachment?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/28/2007 7:13:25 AM
Posts: 2,
Visits: 8
|
|
Hi,
Here is the JSP file within the ZIP file as request. I hope this gives you more details.
Regards,
Shehzad
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 10/7/2008 7:32:25 PM
Posts: 41,
Visits: 55
|
|
| 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
|
|
|
|