gludington

Click Events, Drag Events, And Zoom Chart Like Functionality

Recommended Posts

I have a need to implement zoomline-type functionality in other charts.

 

I have glued something together in javascript that allows a user to click on one point, then another, which will then trigger a reload of the chart using the new parameters established by those clicks. It works, but, for graphs with lots of points, it is very frustrating for users to try and click on an exact point. Is there any way to associate click events with simply the axis, so that the user does not have to click on an exact point, or, barring that, some way of capturing where along an axis a given click is? Even better, would there be a way to trap a drag event (much like the zoom line chart does) and capture the boundary values in javascript?

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, FusionCharts natively does not support this, as of now.

 

You can try highlighting the data-plots that supports the click event with a distinct color or other features like thickness, etc.

 

Hope this helps. :(

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, FusionCharts natively does not support this, as of now.

 

You can try highlighting the data-plots that supports the click event with a distinct color or other features like thickness, etc.

 

Hope this helps. :(

 

Please consider adding click events on the rest of the map, capturing the nearest coordinate and/or drag events as a feature request, then, as visual highlights and increased thickness do not help this case.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thank you very much for your valuable feedback.

 

We have taken a note of your request here and added the same in our wishlist.

 

Hope you have a great day!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