fixed property

bool? fixed
getter/setter pair

Whether the tooltip should be fixed to one position in the chart, or located next to the point or mouse. When the tooltip is fixed, the position can be further specified with the tooltip.position options set.

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

Implementation

bool? fixed;