You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I have a line chart, in styled mode, with a shared tooltip
When I apply a className to my series
Then I expect that className to be applied to the tooltip element for that series
Actual behaviour
The className specified is not added to the values for the series in the tooltip
The line colours have been configured, these are applied to the labels but not to the tooltip. The tooltip elements do not have the weight or bmi class specified to their series
Product version
Highcharts JS v10.2.1 (2022-08-29)
Affected browser(s)
all
The text was updated successfully, but these errors were encountered:
Expected behaviour
Given I have a line chart, in styled mode, with a shared tooltip
When I apply a className to my series
Then I expect that className to be applied to the tooltip element for that series
Actual behaviour
The className specified is not added to the values for the series in the tooltip
Live demo with steps to reproduce
https://codepen.io/fhoeben/pen/WNJyeNQ
The line colours have been configured, these are applied to the labels but not to the tooltip. The tooltip elements do not have the
weight
orbmi
class specified to their seriesProduct version
Highcharts JS v10.2.1 (2022-08-29)
Affected browser(s)
all
The text was updated successfully, but these errors were encountered: