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 a formatter is provided, this has effect on the labels that appear on the chart directly, but it seems not on the tooltip labels. How can I make sure that the tooltips also show the correct label? Is this a feature of datalabels? Or would the expectation be that I have to also override the tooltip formatter directly?
As an example, I have a formatter function that changes the labels to %:
If a
formatter
is provided, this has effect on the labels that appear on the chart directly, but it seems not on the tooltip labels. How can I make sure that the tooltips also show the correct label? Is this a feature of datalabels? Or would the expectation be that I have to also override the tooltip formatter directly?As an example, I have a formatter function that changes the labels to %:
I would like for this same label to appear on the tooltip hover as well, but it seems it only applies to the chart as mentioned.
Let me know if you need any further details. thank you.
The text was updated successfully, but these errors were encountered: