Hetal Prajapati Report post Posted October 11, 2011 Hi, We have a web application in asp.net and we have to display multiple charts (like dashboard) on a single page. The problem is that it works fine in computer in all browsers but it shows only one chart in iPAD. The link for the page is: http://test.poc.erim...d/iPADTest.aspx I have attached the aspx page and chart XML files. Please have a look at this and reply as soon as possible. Thanks in advance. FusionChart on iPAD.zip Share this post Link to post Share on other sites
Swarnam Report post Posted October 11, 2011 Hi Hetal Prajapati, Welcome to FusionCharts Forum. Could you please ensure SetRenderer method is called before you render the chart? FusionCharts.SetRenderer("javascript") I hope this helps. Share this post Link to post Share on other sites
Hetal Prajapati Report post Posted October 11, 2011 Hi, Thank you very much for the quick reply. I tried using the FusionCharts.SetRenderer("javascript"); But that is now giving JS error "Object doesn't support this property or method" and it is not working in Internet Explorer even. I am using FusionChart V3. Is there any missing file or JS that is to be included for this? Share this post Link to post Share on other sites
Swarnam Report post Posted October 11, 2011 Hi, Could you please try once using FusionCharts.setCurrentRenderer('javascript') ? Share this post Link to post Share on other sites
Hetal Prajapati Report post Posted October 11, 2011 Hi, This is now loading only 1 chart and giving the same JS error. The error comes at line number 18 in highcharts.js and highlighted at var e=v.Event( in that file. Also it should be displayed as flash chart in IE which is not the case when I use setCurrentRenderer. Please suggest for this. Thank you. Share this post Link to post Share on other sites
Hetal Prajapati Report post Posted October 11, 2011 Hi, Any solution for the problem? I am awaiting for the reply. Please help. Share this post Link to post Share on other sites
Swarnam Report post Posted October 11, 2011 Hi, For FusionCharts v3.2.1, the below line of code would automatically show a JavaScript chart when Flash environment is unavailable. FusionCharts._fallbackJSChartWhenNoFlash(); Starting FusionCharts v3.2.2, this detection would be performed by FusionCharts itself without adding a single line of code. Share this post Link to post Share on other sites
Hetal Prajapati Report post Posted October 11, 2011 Okay Thanks. And about the javascript error? And what should be done to load multiple charts on a single page? Can you check the code i sent in attachment and guide for the required changes? Thanks once again. Share this post Link to post Share on other sites
Hetal Prajapati Report post Posted October 12, 2011 Hi, Can anyone help for this issue? I am awaiting for the reply. Thank you. Share this post Link to post Share on other sites