lkopenid Report post Posted October 11, 2012 (edited) How do we enable breadcrumbs in the caption for linked charts like below? 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 October 11, 2012 by lkopenid Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 11, 2012 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
lkopenid Report post Posted October 11, 2012 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
lkopenid Report post Posted October 12, 2012 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 Report post Posted October 12, 2012 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