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
Debugging through, I found that this happened because the bounding box for the text element was calculated as if the text was all in one line.
I've fixed this in my fork by forcing a recalculation of the legend text's bounding box (though I'm not sure if it is the correct solution): john-soklaski@855d25c
The text was updated successfully, but these errors were encountered:
Multi-line legend items are positioned as if they were single-lined:
http://codepen.io/john-soklaski/pen/MygKjM
Debugging through, I found that this happened because the bounding box for the text element was calculated as if the text was all in one line.
I've fixed this in my fork by forcing a recalculation of the legend text's bounding box (though I'm not sure if it is the correct solution):
john-soklaski@855d25c
The text was updated successfully, but these errors were encountered: