Sign in to follow this  
learning FC

Drill Down Charts

Recommended Posts

Hi,

I have a chart, and i want to get it drill down but before drill down i want to give some choices like type-1 type-2.

On clicking on chart bar it should give options to select and then drill down the chart.

 

So, i want to do is:

 

suppose i have three categories x, y, z.

and seriesname for each category is a1, a2, a3.

and now i want when i click on ''a1'' of ''x'' a pop up should open with options to select like type1 or type2

and on selecting one of the value the chart then drilldown.

is this possible? and how can i implement this ? plz reply soon.

Thanks,

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Welcome to FusionCharts Forum!  :)

 

Apologies for the delayed response.

 

You can achieve this using FusionCharts link format, you can use pop-up link format to get pop-up window after clicking on the data-plot.

 

Ref. Code:

<set .. value='235' link="P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-ShowDetails.asp%3FMonth%3DJan" />

 

For more information, please refer the following link:

http://docs.fusioncharts.com/charts/contents/?DrillDown/PopUps.html

 

Hope this helps!

 

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