Sign in to follow this  
GaetVa

Problem With Fusion Chart When Flash Desactivated In Browser

Recommended Posts

Hello

 

In our application, when we have flash activated, charts are runing without problems, but when we desactivate flash in IE browder plug in, we get an error in fuionCharts.HC.js :

 

Da.createStyleSheet().cssText="hcv\\:fill, hcv\\:path, hcv\\:shape, hcv\\:stroke{ behavior:url(#default#VML); display: inline-block; } "},

 

SCRIPT87: Invalid argument.

FusionCharts.HC.js, line 275 character 86

 

Any idea ?

 

Thanks a lot

Alain

Share this post


Link to post
Share on other sites

Hi,

 

After several more tests, it seems it is not coming from the fact that flash is activated or not but when we reload the internet page.

 

Could you please confirm if you have included all the 4 JavaScript files, namely, FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js in the same folder as FusionCharts.js while rendering the charts in JavaScript (non-Flash mode)?

 

These files are present in Charts folder of the FusionCharts XT Download Pack. You do not need to load these files explicitly in HTML. FusionCharts.js automatically takes care of the loading.

Ref.- http://docs.fusioncharts.com/charts/contents/?FirstChart/UsingPureJS.html

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hello Sumedh

 

I could not send you project as it need a lot of configuration (running on glassfish).

 

but what i can say is we are using fusion and power charts in same application.

 

What i did is i added FusionCharts.js into index.html

 

<script type="text/javascript" src="lib/fusion/FusionCharts.js"></script>

di

as we are using power charts too, i added FusionCharts.HC.PowerCharts into fusion directory as we had some problems

executing charts from power charts in javascript mode. (perhaps there is a better method to do this instead of copying the file ?)

 

Regards

Alain

 

 

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