useHTML property

bool? useHTML
getter/setter pair

Use HTML to render the contents of the tooltip instead of SVG. Using HTML allows advanced formatting like tables and images in the tooltip. It is also recommended for rtl languages as it works around rtl bugs in early Firefox.

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

Implementation

bool? useHTML;