gludington Report post Posted October 14, 2010 I was using a beta version of 3.2, primarily to make use of the new javascript events. On the 3.2.1 final release, none of the javascript events work. In my particular code, I call the data for the chart after the chart has loaded: this.chart.addEventListener('Loaded', function(evt) { alert('in loaded'); if (me.mask) { me.mask.show(); } me.loadChart({pc:me.pcIds, from:me.from, to:me.to, span:me.span, rollup:me.rollup}); }); In beta, this worked perfectly, but the event is never fired when using 3.2.1 release. (No chart loaded, no alert called) For that matter, hitting javascript examples in the distribution seem broken, as well. For example: FusionCharts_Evaluation/Code/JavaScript/Basics/Events/Rendered.html is an old-style event, but no alert is raised. If I substitute in an earlier beta of fusioncharts 3.2, everything works fine. Can you please take a look at the event model in 3.2.1 release? FusionCharts is entirely unusable in our application without being able to hook into events. Share this post Link to post Share on other sites
gludington Report post Posted October 14, 2010 I was using a beta version of 3.2, primarily to make use of the new javascript events. On the 3.2.1 final release, none of the javascript events work. In my particular code, I call the data for the chart after the chart has loaded: this.chart.addEventListener('Loaded', function(evt) { alert('in loaded'); if (me.mask) { me.mask.show(); } me.loadChart({pc:me.pcIds, from:me.from, to:me.to, span:me.span, rollup:me.rollup}); }); In beta, this worked perfectly, but the event is never fired when using 3.2.1 release. (No chart loaded, no alert called) For that matter, hitting javascript examples in the distribution seem broken, as well. For example: FusionCharts_Evaluation/Code/JavaScript/Basics/Events/Rendered.html is an old-style event, but no alert is raised. If I substitute in an earlier beta of fusioncharts 3.2, everything works fine. Can you please take a look at the event model in 3.2.1 release? FusionCharts is entirely unusable in our application without being able to hook into events. Seems to be working now...perhaps I had a mixture of beta js and release swf (or the other way around). Share this post Link to post Share on other sites
Sanjukta Report post Posted October 18, 2010 Hi, We are glad that your issue is resolved. Please feel free to revert in case you have any further queries. Happy FusionCharting! Share this post Link to post Share on other sites