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.
The default functionality should be when i hover on cell it should highlight background as white. I'm implementing it using jasper studio.
TIA