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
In the tooltip for values with a category scale the formattedValue is showing a completely wrong value if the category scale contains labels that convert to numbers within 0..labels.length.
E.g. if there are 5 labels and one of them is "1" for items having that value "1" a wrong tooltip value is returned.
Current behavior
Currently the nth label is shown for a value of "n" and not the label "n".