Description of the feature
The Series-Label module does not support enabling the useHTML option. It is a low-hanging fruit to implement.
Library related to the feature
all
Proof of Concept/Live example for the feature
example workaround: https://jsfiddle.net/BlackLabel/6dxoygp5/1/
Internal Note
when the label is created here:
|
.label(labelText, 0, 0, 'connector') |
add
labelOptions.useHTML as a 7 argument.
You can vote for this feature by adding a thumbs-up reaction to this post.
Description of the feature
The
Series-Labelmodule does not support enabling theuseHTMLoption. It is a low-hanging fruit to implement.Library related to the feature
all
Proof of Concept/Live example for the feature
example workaround: https://jsfiddle.net/BlackLabel/6dxoygp5/1/
Internal Notewhen the label is created here:
highcharts/ts/Extensions/SeriesLabel.ts
Line 907 in 39e6022
add
labelOptions.useHTMLas a 7 argument.You can vote for this feature by adding a thumbs-up reaction to this post.