chaitanyavrk

Chart Interaction - Data Points

Recommended Posts

Guest Sashibhusan

Hi Chaitanya,

 

Welcome to FusionCharts Forum.

 

Can we handle click event on data-points or series?

>>Yes, you can handle the click event on data points by providing the complete URL in the "link" attribute of the <set> element of your chart XML.

 

For more information on "Creating DrillDown Charts", please follow the link below:

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

 

How to know which data-point the user selected or clicked?

>>FusionCharts does not support any event handlers to get the data point related information, while clicked on that plot.

 

However, you can achieve this by using your custom JavaScript functions as links and passing the data point information as argument to that function.

 

For more information on "Using JavaScript Functions as links", please follow the link below:

http://docs.fusioncharts.com/charts/contents/?DrillDown/JavaScript.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