Syambrij Report post Posted November 21, 2016 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
Ayan Bhadury Report post Posted November 22, 2016 (edited) 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 http://jsfiddle.net/ayanbhaduryfc/vey26vwt/ Hope this helps. Edited November 22, 2016 by Ayan Bhadury Share this post Link to post Share on other sites