Sign in to follow this  
gtoogood

Error With Fusioncharts.setcurrentrenderer('javascript');

Recommended Posts

I am trying to use the FusionCharts.setCurrentRenderer('javascript') feature of fusion charts but keep getting this intermittent error. Sometimes it renders and sometimes it gives this error.

 

I feel it might be something to do with the loading order of the javascript (it is a very javascript intensive system) but I need to know if it is something I am doing that is causing it.

 

In another project this does not happen and as far as I can see i am doing it the same way. The fact that it is intermittent too makes it even more annoying.

 

This is the error I get in the firebug console window....

 

TypeError: g.instanceAPI is undefined

...b.height,g);if(b.width!==void 0)g.style.width=e.width;if(b.height!==void 0)g.sty... 
Fusion...s.HC.js (line 103)

TypeError: g[this.id] is undefined

...n"||(d=h[b=b.toString().toLowerCase()])===void 0)a.raiseError(this,"25081543","p...
FusionCharts.js (line 64)

 

 

Have you guys ever seen this error? When i take out the FusionCharts.setCurrentRenderer('javascript'); code the system works but with flash. I want to avoid using flash so this is required.

 

Thanks,

Geoff T

Edited by gtoogood

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Geoff,

 

Welcome to FusionCharts Forum! smile.gif

 

What FusionCharts version are you using?

 

Also, can you please share the sample code with us?

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