atit.shah

Members
  • Content count

    1
  • Joined

  • Last visited

About atit.shah

  • Rank
    Forum Newbie
  1. Hi, I am not able to see the charts on my mobile devices Android and iPad.I have used the trendlines in some of the charts and I can see only that in mobile. I have tried using all your solutions like rendering the charts as JavaScript, giving alias name instead of swf etc.I have also checked that files FusionCharts.js, FusionCharts.HC.Charts.js, FusionCharts.HC.js, jquery.min.js and all swf's are inclued properly with correct path but still no output. I am able to see charts on my deskyop in FireFox, Chrome and IE but not in mobile devices. The funny part is when I render the chart as JavaScript I am not able to see on my desktop either. I have used the folllowing code for Javascript rendering a FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts("/FusionCharts/MSCombi2D.swf", "MyDashlet", "855", "400", "0", "1"); myChart.setXMLData(result.xmlData); myChart.render("crackSpreadChartDiv"); Pls see the attached files before and after rendering as JavaScript on desktop