ravivarma434 Report post Posted May 27, 2015 (edited) Hi Team, I followed the below link to generate the 2D/3D chart using Datasource with JSP. While running the jsp, getting blank screen. http://docs.fusioncharts.com/charts/contents/?Code/J2EE/JSP_BasicExample.html#_ga=1.230867802.418366346.1430721233 I have removed the template tags for the rendering section. Can you please share the sample example code that works with the JDBC datasource. Initially tried with the Resful Webservices, but in one of the blog found that the Fusioncharts support is not available using services. Attached the JSP file & the error message while executing the JSP in the Tomcat Server. Best Regards, Ravi home-jsp.txt Edited May 27, 2015 by ravivarma434 Share this post Link to post Share on other sites
RosettaFulford Report post Posted January 5, 2016 In this section, we will show you how to use FusionCharts and JSP to plot charts from data contained in a database. Here, we will do the following: Create a pie chart to show "Production by Factory" by initially using the dataStr method first. TConvert the chart to use the dataURL method. Next, we will create a multi-series line chart from database. For the sake of ease, we will use MySQL Database. The database is present in Download Package > Code > J2EE > DB folder. You can, however, use any database with FusionCharts including MS Access, MySQL, MS SQL, Oracle. Database creation script for MySQL is also present in the same folder. Share this post Link to post Share on other sites