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
Applying grace: '100%' to y scale of +-10 should return in y scale of +-20
Current Behavior
_addGrace gets called twice with the second call receiving the result from the first call (recursive?!), resulting in an actual y scale of +-40. The bug doesn't seem to occur for x axis, at least for me.
jsbrain
changed the title
Grace gets called twice for y axis, resulting in wrong y scale
grace gets called twice for y axis, resulting in wrong y scale
Apr 16, 2021
Expected Behavior
Applying
grace: '100%'
to y scale of +-10 should return in y scale of +-20Current Behavior
_addGrace gets called twice with the second call receiving the result from the first call (recursive?!), resulting in an actual y scale of +-40. The bug doesn't seem to occur for x axis, at least for me.
Steps to Reproduce
https://codepen.io/jsbrain/pen/NWdBrZm
Environment
The text was updated successfully, but these errors were encountered: