alexfe

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by alexfe

  1. Hi, I have a problem. I need to be able to move my chart to a different <div> after it's displayed. Is there a way to move a chart without rendering it again?? if this is not possible to achieve; what can I do to get this effect? Thanks.
  2. Hi, I have a question, what should I do whether I need to display a FusionCharts' chart and a PowerCharts' chart on the same HTML page? If I set: <script type="text/javascript" language="javascript" src="fusionCharts/FusionCharts.js"></script> <script type="text/javascript" language="javascript" src="powerCharts/FusionCharts.js"></script> The fusionChart is displayed correctly, but the powerChart is not displayed and I get this error: Uncaught JavaScript exception [Error loading script] in http://....../fusionCharts/FusionCharts.HC.PowerCharts.js, line 1 I don't want to use a HTML page with frames or things like that, I need this working on a simple HTML page. Thanks in advance.