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.