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
{{ message }}
This repository was archived by the owner on Oct 1, 2021. It is now read-only.
DashImage currently accepts an optional argument y which by default is 0. However, because this vertical offset can be something other than 0, DashImage.sections_fit() should reflect the remaining space from wherever y is, until the bottom edge.
DashImage currently accepts an optional argument
ywhich by default is 0. However, because this vertical offset can be something other than 0,DashImage.sections_fit()should reflect the remaining space from whereveryis, until the bottom edge.