Expected behaviour
When a heatmap chart's series.heatmap.marker.states.hover.lineColor is left unset/unspecified, the hover state of a given cell should have the same line (border) color as the normal/default state.
I assume this behavior is expected based on the documentation:
Actual behaviour
When lineColor for the heatmap chart's hover state is left unspecified, the hovered cells on a heatmap lose their border altogether.
Live demo with steps to reproduce
https://jsfiddle.net/jm7huncp/
- Note that, by default, hovering over the cells causes that cell's border to disappear
- A workaround is to add
lineColor explicitly to the hover state (uncomment that line in the code)
- Back before Highcharts 8.1, when using
borderColor, the color inheritance across states worked in a manner consistent with the documentation
Product version
Highcharts v10.2.1 (current as of writing)
Affected browser(s)
- Chrome (at least: this is the only browser I tested so far)
Expected behaviour
When a heatmap chart's
series.heatmap.marker.states.hover.lineColoris left unset/unspecified, the hover state of a given cell should have the same line (border) color as the normal/default state.I assume this behavior is expected based on the documentation:
series.heatmap.marker.states.hover.lineColor: "Whenundefined, the series' or point's lineColor for normal state is used."series.heatmap.marker.lineColor: "Whenundefined, the series' or point's color is used."Actual behaviour
When
lineColorfor the heatmap chart's hover state is left unspecified, the hovered cells on a heatmap lose their border altogether.Live demo with steps to reproduce
https://jsfiddle.net/jm7huncp/
lineColorexplicitly to the hover state (uncomment that line in the code)borderColor, the color inheritance across states worked in a manner consistent with the documentationProduct version
Highcharts v10.2.1 (current as of writing)
Affected browser(s)