Sign in to follow this  
sreesh

Web Page Development Using J2Ee

Recommended Posts

Hi,

 

I am creating an web page using J2EE using data from a back end database. I am able to create only bar, pie, line charts using the example code available at http://docs.fusioncharts.com/charts/

I need help to create different types of charts such as combination and multi-series charts. So, please share example code of the bean file and the .jsp file for these charts.

Share this post


Link to post
Share on other sites

Hi Sreesh,

 

The below link will guide you through to create multiple charts within a same page.

http://docs.fusioncharts.com/charts/contents/Code/J2EE/JSP_BasicExample.html#multiple

 

FusionCharts XT has a specific XML structure for each chart. For combination and multi-series charts, XML format differs from a Single Series chart(Line,bar,pie)

 

Please refer to:

Multi-Series chart: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/MultiSeries.html

Combination chart: http://docs.fusioncharts.com/charts/contents/DataFormats/XML/Combination.html

 

Hope this helps.

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