Sign in to follow this  
Aadithan

Drill Down In Line Chart

Recommended Posts

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

Greetings, smile.gif

 

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. smile.gif

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