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
If you have custom formatter set on yAxis and use seriesName to target specific series all works fine except when tooltip is shown, which is not using correct formatter.
Steps to Reproduce
Define multiple series
Define multiple yAxis with different formatters
Use seriesName on yAxis to target correct series
Observe that tooltip does not use correct formatter
Description
If you have custom formatter set on yAxis and use seriesName to target specific series all works fine except when tooltip is shown, which is not using correct formatter.
Steps to Reproduce
Expected Behavior
3rd row in tooltip should end with S2.
Actual Behavior
3rd row in tooltip ends with S1 instead of S2.
Screenshots
Reproduction Link
https://codepen.io/David-Karla/pen/dPyXjKL
The text was updated successfully, but these errors were encountered: