Sign in to follow this  
Guest Rajroop

Drill down in fusion charts

Recommended Posts

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

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

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

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
Sign in to follow this