ggoforth Report post Posted April 26, 2012 (edited) Ok, new issue now using javascript charts. I'm on Ubuntu 11.10 os, using firefox 12. I have data objects that look like: data: [ {value: 12, link: 'j-foo'}, {value: 15, link: 'j-foo'}, {value: 18, link: 'j-foo'} ] When I render the charts with flash, and I click on any of the segments above, the callback is fired. Great. When I render with javascript, the click events do not fire. Any ideas why a javascript callback would not fire with a Javascript chart, but it will fire with a flash chart? My FusionCharts constructor looks like: var fusionChartConfig = { swfUrl: '/path/to/proper/swf.swf', width: '100%', debugMode: false, registerWithJS: true }; //render a chart instance of the given data this.chart = new FusionCharts(fusionChartConfig); Edited April 26, 2012 by ggoforth Share this post Link to post Share on other sites
Sanjukta Report post Posted April 27, 2012 Hi, Can you please send us a small sample so that we might be able to test it? Awaiting your feedback. Share this post Link to post Share on other sites