alexfe Report post Posted August 24, 2012 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. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 25, 2012 Hi, Welcome to the FusionCharts Forum Thank you for the post. You may just include any one of the files. The FusionCharts.js file is common to all the packages. Please make sure that you have placed all the other JavaScript files from both FusionCharts and PowerCharts packages, along side FusionCharts.js file. Hope this helps! Share this post Link to post Share on other sites
alexfe Report post Posted August 29, 2012 Perfect. Thanks. Share this post Link to post Share on other sites