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
Issue: if labels is specified, tooltip will show label of y axis tick.
If yLabels is specified instead, tooltip will show value of y axis tick. This appears wrong.
Follow-up of #4506 and #3732.
Issue: if
labels
is specified, tooltip will show label of y axis tick.If
yLabels
is specified instead, tooltip will show value of y axis tick. This appears wrong.As follow-up of #4506 consistent behaviour should be to display labels as part of the
getLabelForIndex
function https://github.com/chartjs/Chart.js/blob/master/src/scales/scale.category.js#L51, regardless of axis orientation.The text was updated successfully, but these errors were encountered: