Hover on Highcharts Heatmap cell working only when hovering over data value, not the cell itself

631 views Asked by At

i'm working on highcharts heatmap, onhover the cell should get highlighted with white background. It is working only when i'm hovering on the value, when i'm hovering on cell or its borders it is not working. I've used the following property for hover:

plotOptions.series.states.hover.color : "#FFFFFF"

Refer the images.

Working on Hovering on cell value Not working when not hovered on cell

The default functionality should be when i hover on cell it should highlight background as white. I'm implementing it using jasper studio.

TIA

0

There are 0 answers