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
There is an inconsistency in the tooltip label behavior with tooltip that targets multiple y series when a formatter function is provided only for the tooltip value. The default formatter applied to the tooltip title differs in this case compared to when no formatter is provided at all.
Steps to Reproduce
Configure a tooltip with a custom formatter to multiple y series for the value only.
Observe the default formatting applied to the tooltip title.
Compare this with the tooltip behavior when no formatter is provided.
Expected Behavior
The default formatter for the tooltip title should remain consistent regardless of whether a value formatter is supplied.
Actual Behavior
The default formatter applied to the tooltip title changes when a value formatter is used without a title formatter.
Description
There is an inconsistency in the tooltip label behavior with tooltip that targets multiple y series when a formatter function is provided only for the tooltip value. The default formatter applied to the tooltip title differs in this case compared to when no formatter is provided at all.
Steps to Reproduce
Expected Behavior
The default formatter for the tooltip title should remain consistent regardless of whether a value formatter is supplied.
Actual Behavior
The default formatter applied to the tooltip title changes when a value formatter is used without a title formatter.
Screenshots
Reproduction Link
https://codepen.io/rahulr-96/pen/dyxrQrL
The text was updated successfully, but these errors were encountered: