wangdxa

Does Fusionchart Support Mouse Hover Event On Stacked Bar 2D Chart?

Recommended Posts

Hi,

There is a requirement in my product, when user move their mouse and hover on a bar of "stacked bar 2D chart", they want to highlight the hovered bar and make other bars to be transparent.

After check the FusionChart document, I cannot find a solution.

 

Thanks

 

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

FusionCharts does not support the feature of " on mouse hover, highlighting the hovered bar and make other bars transparent for StackedBar2D chart ", as of now.

 

However, if feasible you may call your custom JavaScript function on click of data plots and in that JavaScript function update the entire chart XML/JSON by providing desired color to that plot and other bars transparent.

 

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