style property

HighchartsTooltipStyleOptions? style
getter/setter pair

CSS styles for the tooltip. The tooltip can also be styled through the CSS class .highcharts-tooltip.

Note that the default pointerEvents style makes the tooltip ignore mouse events, so in order to use clickable tooltips, this value must be set to auto.

API Docs: https://api.highcharts.com/highcharts/tooltip.style

Implementation

HighchartsTooltipStyleOptions? style;