I want to use Highcharts Treemap in my React app. And I want to change the tooltip to be able to render React components there (JSX.Element, at least). The docs say
"A subset of HTML is supported. Unless useHTML
is true, the HTML of the tooltip is parsed and converted to SVG, therefore this isn't a complete HTML renderer. The following HTML tags are supported: b
, br
, em
, i
, span
, strong
. Spans can be styled with a style
attribute, but only text-related CSS, that is shared with SVG, is handled."
Do someone know of any workaround to render a little bit more advanced tooltips?