jataja Report post Posted March 20, 2013 (edited) Hello, I'm trying to integrate FusionCharts and Aloha editor on same page. Since Aloha editor have dependency on jquery I'm assuming that's what causes some kind of conflict, but I couldn't solve it and I'm struggling with it all day. Any help would be appreciated. Thank you index.html Edited March 20, 2013 by jataja Share this post Link to post Share on other sites
Swarnam Report post Posted March 21, 2013 Hey, Welcome to FusionCharts Forum. Can you please try loading the JavaScript files in the below order and check if you are able to render the chart? Ref. Code: <script src="require.js"></script> <script src="jquery-1.7.2.js"></script> <script src="aloha.js" data-aloha-plugins="common/ui,common/format,common/highlighteditables,common/link"></script> <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script> Share this post Link to post Share on other sites