donbruns

Error When Rendering Dragnode Chart As Javascript

Recommended Posts

I am trying to render a dragNode chart using the javascript renderer... FusionCharts.setCurrentRenderer('javascript');

 

However, when I insert this line of code, my dragNode chart does not appear. Instead, I am finding the following error in the javascript console...

Uncaught TypeError: Cannot call method 'replace' of undefined

 

I have ensured that highcharts.js and jquery.min.js are in the same folder as my FusionCharts.js file. And the dragNode chart works fine when I render it using Flash.

 

Any advice you could provide would be greatly appreciated.

 

dragnode.xml

dragnode.html

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

It seems from your code that the STYLE you have mentioned in your HTML code is preventing the chart to render properly.

 

Could you please try the same by removing the STYLE from your HTML code?

 

Awaiting for your response.

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