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
Wrong change was in
file src/core/core.scale.js
commit b39c0e1 line 688 (old)
line for (var i = 0, y = -(label.length - 1)*tickFontSize*0.75; i < label.length; ++i) was changed to for (var i = 0, y = 0; i < label.length; ++i)
Need to fix y position
In version 2.3.0 multiline labels were displayed like example in expected behavior. I think this way is much better than actual behavior.
Expected Behavior
Current Behavior
Environment
The text was updated successfully, but these errors were encountered: