Sign in to follow this  
Syambrij

How to disable hover property on waterfall charts.

Recommended Posts

Hi,

I am new to fusion chart. I am using waterfall chart for data representation.

 

Here I am trying to disable hover property of chart. I mean -"If the mouse pointer is on some column in the chart it should not hover".

I am using following setting-

chart  : {

................   .......

"showHoverEffect" : "0",
"plotHoverEffect" : "0"
} 

But it does not disable hovering property.

Please help!

Share this post


Link to post
Share on other sites

Hi,

 
Yes it is possible to disable the hovering property of chart by using "showHoverEffect" : "0" which will disable hover effect on all chart elements or you can use "plotHoverEffect" : "0" which will disable hover effect on charts for data plots only.
 
For further reference please check this fiddle link
 
Hope this helps.
Edited by Ayan Bhadury

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