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
fix(plugin.legend): refactor legend plugin to avoid duplicate logic and fix multiple issues
- Keep all the hitboxes in the same column with the same width so we can align the label text properly (Fixeschartjs#12067)
- Make sure the title can fit (Fixeschartjs#11850)
- Respect the horizontal paddings of the title (Fixeschartjs#12066)
- Always measure item height to account for multiline legend items (Fixeschartjs#11824)
- Respect max width and height in both horizontal and vertical legends (Fixeschartjs#11805)
0 commit comments