Aadithan Report post Posted February 21, 2012 Hi I am using Line chart . I want implement drill down in line chart but the Link parameter is not supported by Line chart i think. Is there any way to implement drill down on clicking the line charts? I know zoom Line chart is available where we can drill the line by using the zoom lens over the chart. However we need drill in bar charts. Please give me a solution. Thanks & Regards D.Aadithan Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 21, 2012 Greetings, You can add drill down links on data plots of Line chart. You would need to add link attribute under the set element of chart element. Ref. code: <chart ...> <set label='Jan' value='572' link='link of a webpage'> ... </chart> For more information, please read here: http://docs.fusionch.../Drilldown.html In same way, you can add Drill-Down links for Bar charts. Zoom line chart is used to plot tens of thousands of data points all at once. It operates in two view modes, macroscopic view and microscopic view. Starting with the macroscopic view, you can use its zoom and scroll feature to have a microscopic view of the data. It also helps in comparison of non-adjacent data sets using the pin functionality. For more information, please read here: http://docs.fusionch...S/ZoomLine.html Hope this helps. Share this post Link to post Share on other sites