tooltip useHTML=true not working on HighStock in 6.0.1 #7238
Comments
Hi @primerano This is caused by change in v6: in v6 |
While at least in our usage, setting setting http://api.highcharts.com/highcharts/tooltip.split Is this a temporary bug that we need to workaround for the moment, or a permanent change? If it's permanent, then the documentation for useHTML should also be modified to indicate the requirement. |
Setting this to false fixed my problem. Thanks. It seems that this default of true only applies to highstock and not highmaps or the base highcharts. Perhaps the default should be put back to false for consistency? |
This is expected change, just docs are not updated, we will fix that, thank you for letting us know! @TorsteinHonsi - what do you think about |
You are linking to the Highcharts documentation. Highstock has a different default: http://api.highcharts.com/highstock/tooltip.split Under any circumstance, |
I just ran into this issue and just saw you provided a fix. Do you have an idea of when are you gonna release this (in a 6.0.2 for instance) ? |
Hi, v6.0.2 should be released this week. |
Expected behaviour
useHtml: true should result in a html tooltip
Actual behaviour
SVG is always returned on highstock 6.0.1
Live demo with steps to reproduce
HTML tooltip works in 5.x
http://jsfiddle.net/primerano/0grm1vro/
HTML tooltip does not work in 6.x
http://jsfiddle.net/primerano/Lf4qyt8t/
Affected browser(s)
all
The text was updated successfully, but these errors were encountered: