donbruns Report post Posted July 3, 2011 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 Report post Posted July 4, 2011 Hi, Welcome to FusionCharts Forum! 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
donbruns Report post Posted July 4, 2011 Wow. That fixed it. Thank you so much for your speedy reply and for sharing your expertise! Best wishes! Don Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 5, 2011 Hi, You are always welcome. Happy FusionCharting! Share this post Link to post Share on other sites