lkopenid

Breadcrumb In Linkedcharts

Recommended Posts

How do we enable breadcrumbs in the caption for linked charts like below?

 

amazon-breadcrumb.jpg

 

 

 

The following link talks about breadcrumb-style captioning, but i don't seem to find something in the documentation that talks about how to enable it in FusionCharts XT.

 

http://www.fusioncha...down-interface/

 

 

 

Thank You,

LK

Edited by lkopenid

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

You can implement Drill Down (linked charts) upon clicking the dataplot items (columns, pie etc.) of the chart.

 

It is not possible to implement Drill Down on chart's caption.

 

For Breadcrum caption style, you can configure the overlay button by calling the configure() function on the chart reference.

 

For more information, please refer the following URL's:

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

 

http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_LinkedCharts.html

 

Hope this helps!

Share this post


Link to post
Share on other sites

Hi Sumedh, Thanks for the reply. I'm trying to implement drill down only on the dataplot items. What i wanted to achieve is a breacrumb style caption as the user clicks on the dataplot. I'll see the possible options available for configure() and update you.

 

Thanks once again.

 

-LK

Hi,

 

You can implement Drill Down (linked charts) upon clicking the dataplot items (columns, pie etc.) of the chart.

 

It is not possible to implement Drill Down on chart's caption.

 

For Breadcrum caption style, you can configure the overlay button by calling the configure() function on the chart reference.

 

For more information, please refer the following URL's:

http://docs.fusionch...nkedCharts.html

 

http://docs.fusionch...nkedCharts.html

 

Hope this helps!

Share this post


Link to post
Share on other sites

Hi, The configure() method seems to have options to customize the overlay button by setting the "message" option. But is there a way Fusion stores the parent level from which we drilled down and automagically adds it to the message or do i have to keep track of the parent level and set it manually?

 

Any sample code references would be highly appreciated. Another thing that i wanted to mention here is that I'm using the DataString method to create LinkedCharts, does it anyway help/block this?

 

-LK

Hi Sumedh, Thanks for the reply. I'm trying to implement drill down only on the dataplot items. What i wanted to achieve is a breacrumb style caption as the user clicks on the dataplot. I'll see the possible options available for configure() and update you.

 

Thanks once again.

 

-LK

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

You would have to manually configure the overlay message.

 

FusionCharts does not configure the overlay message automatically.

 

Also, You can implement linked charts using data string method.

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