Saurav Guin

Members
  • Content count

    4
  • Joined

  • Last visited

Posts posted by Saurav Guin


  1. 4 hours ago, soumya said:

    Hi,

    There is no limitation of adding library files I guess but it is totally depending on implementation.

    I would like to suggest you try to include JavaScript library files in the head section of the Razor view as shown in the blog link.

    Also I guess you have gone through the given blog link and please try to implement in the same way.

    Thanks

    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. 


  2. 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.

    http://www.fusioncharts.com/blog/2017/03/rendering-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?

    22222.JPG