Saurav Guin
-
Content count
4 -
Joined
-
Last visited
Posts posted by Saurav Guin
-
-
46 minutes ago, soumya said:Hi,
Please check whether the required FusionCharts JavaScript library files(fusioncharts.js, fusioncharts.charts.js etc) files are included properly and FusionCharts ASP.NET wrapper has been used.
Meanwhile please check the below given blog link on how to render FusionCharts in ASP.NET MVC Framework using Razor view.
Thanks
Yes I have added all the script files as mentioned in the link.The charts are rendering properly during the second time of the request but not during the first time.
Is there any limit to the maximum number of charts that can be used in a single page?
-
-
Cannot read property 'el' of undefined
in Javascript Problems
Posted · Report reply
I was actually asking about the number of charts that can be implemented in a single page, not the number of libraries. Like in our case we have used 140+ column charts in a single page. So is there any limit to the number of charts which if exceeded then it won't render?
And the links to the Fusion Chart js files has been done in the head section only.