sreesh Report post Posted February 6, 2013 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
Swarnam Report post Posted February 14, 2013 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