FCXTUser

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by FCXTUser


  1. I am using the HTML below to test the display of fusioncharts on the Ipad via a SSL VPN gateway to a corporate intranet site. I am able to view the chart on my PC. However, on the IPAD I get a blank screen.

     

    Are there any solution to this?

     

    Thank you

     

     

     

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <title id="page-title">Brokerage</title>

    <link rel="stylesheet" type="text/css" href="/ext-4/resources/css/ext-all.css">

    <script type="text/javascript" src="//ke32/FusionChartsXT/FusionCharts.js"></script>

    </head>

    <body>

     

    <div id='ChtMthTrend'></div>

    <script>

    FusionCharts.setCurrentRenderer('javascript');

    var StackColumnChart = new FusionCharts("../FusionChartsXT/Column3D.swf", "ChtMthTrendDiv", 400, 300, "0", "0");

    StackColumnChart.setXMLUrl("data/Mthly.xml");

    StackColumnChart.render("ChtMthTrend");

    </script>

    </body>

    </html>