Sign in to follow this  
jataja

Error In Fusioncharts.hc.js

Recommended Posts

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 by jataja

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this