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
Took a look at this to see what was going wrong, seems as though it's calculating the layout of the legend box assuming full height but then when calculating layout of the boxes we clip the area by the height of both the bottom & top boxes. A solution might be to treat vertical boxes the same as horizontal boxes and if fullWidth is true, prevent the legend box being clipped.
When resizing a chart with lots of legend items on the left, the labels can overlap onto the chart.
Steps to Reproduce (for bugs)
Code Pen
Context
We have a chart with lots of datasets, it works fine until it's resized within it's container and then sometimes the labels overlap onto the chart.
Environment
The text was updated successfully, but these errors were encountered: