Munmun Report post Posted August 2, 2019 Dear FusionCharts Team, I am trying to create a msline chart in fusion using javascript fetching data from database. But a blank screen with the error defined "uncaught exception, cannot read property call" is populated. Please have a look with fusioncharts sample attachment. FusionCharts_Sample_.zip Share this post Link to post Share on other sites
Akash Biswas Report post Posted August 6, 2019 Hi, In your JSP file, the ID provided to the div as : <div id="chartContainer"> is not matching the ID mentioned in the "renderAt" parameter of the FusionCharts constructor. Please provide same string as the div ID and renderAt parameter to get the chart rendered on the defined div. Thanks, Akash. Share this post Link to post Share on other sites