sevron

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by sevron

  1. Hi Hopefully some 1 can help I get the #06091847 error stating :- A FusionChart oject with the specified id "ChartID" already exists. Renaming it to chartobject-1 I have try renaming the object several times but always get the error I have also tried using FusionCharts("myChartId").dispose() but without any success. My code for the chart is below <script type="text/javascript"> if (GALLERY_RENDERER && GALLERY_RENDERER.search(/javascript|flash/i)==0)FusionCharts.setCurrentRenderer(GALLERY_RENDERER); var chart = new FusionCharts("res/MarkFusionCharts/FusionCharts/AngularGauge.swf", "ChartID" ,"100%", "250", "0", "1" ); chart.setJSONUrl("res/MarkFusionCharts/dialchart.json"); chart.render("overall"); </script> Thank you in advance Sevron