JMichael

Members
  • Content count

    3
  • Joined

  • Last visited

About JMichael

  • Rank
    Forum Newbie
  1. Hello again, I am finding this same error in all of our charts when testing on a Windows 7 machine, whether we use Widgets or FusionCharts. We do not have the XT upgrade. I did as you suggested and changed the method from setDataURL to setXMLUrl and I still get nothing. I also tried using the javascript debugging function but that didn't render anything either. <div id="chartdiv12" align="center"> chart9000XBAR Line 1</div> <script type="text/javascript"> var myChart12 = new FusionCharts("../../FusionCharts/Charts/ScrollLine2D.swf", "myChartId12", "925", "350", "0", "1" ); myChart12.setXMLUrl("../../Files/XML/chart9000XBARxml_L1.xml"); myChart12.render("chartdiv12"); </script> This same code works on our existing XP client machines (IE 6 and 7 - cannot upgrade IE), but not in Windows 7 with IE 7. We are upgrading very soon and I need to render charts in the Windows 7 environment. Thanks, JMichael
  2. We are using FusionWidgets. Why don't you like the setDataURL method, we copied your code? I don't always have access to our Windows 7 test computer. I won't have access to it again until next week. Sorry for the delay in responding. Too many other update fires to tend. I'll send the Fusion error as soon as I can get to the test machine. Thanks, JMichael
  3. Hi, I'm getting the same error, but have already been using a short chartID which begins with a letter. Our charts work great in Windows XP but we're going to Windows 7 very soon and testing our apps. None of our FusionCharts render and get the same Fusioncharts.js Line: 15 error. (using FusionCharts v3.2.1) Code sample: <div id="chart1div">Gauge1</div> <script type="text/javascript"> var chart1 = new FusionCharts("FusionWidgets/Charts/AngularGauge.swf", "Chart1Id", "125", "100", "0", "1"); chart1.setDataURL("Files/XML/DIALProductionLine3.xml"); chart1.render("chart1div"); </script> </div> The code can't get any simplier. Why the error with Windows 7? Thanks.