anith520 Report post Posted May 22, 2009 Hi, I am displaying graphs in portlets for which i want to implement drill down. I am able to see the hand cursor getting displayed but the java script function is not getting triggered.we are loading the fusion charts JS file in the start.js. Please find the files in the attached zip file. Thanks for your help in advance. DrillDown.zip Share this post Link to post Share on other sites
saptarshi Report post Posted May 23, 2009 Hello, Welcome to the forum Events are raised only when the registerWithJS flag of the chart is set to '1'. So, in your FlexFusionChart.js file, line 28, could you please replace the '0' with '1' as follows: Hello$component.flexChart.movieId = new FusionCharts("", $component.flexChart.movieId, _width-10, _height-30,"0", "1"); and try again? Hope this works. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 3, 2009 Hello , We are really excited to announce the release of FusionCharts for Flex v1.1 featuring the following: - 12 new chart types: 7 new gauges including Angular gauge, LED gauge and Linear gauge, Spark chart and Bullet graphs have been added. - All the gauges can fetch data in real-time and come with alert managers and message loggers. - All the charts and gauges can now be natively exported as images and PDFs. - The data for all the charts can be exported as CSV. - Data sets can now have custom text labels instead of numeric values. - The charts can handle a lot more events to help you manipulate them better. - Trendlines can also have custom tool-text. - Custom color palettes can be defined for the data plots. Learn more about it from www.fusioncharts.com/flex. and learn what's new in FusionCharts for Flex from http://www.fusioncharts.com/flex/VersionHistory.asp. Existing customers can upgrade to the new version from www.fusioncharts.com/PUC. Share this post Link to post Share on other sites