PR #989 added pad to update menus, and PR #986 with to do same for sliders.
At the moment, colorbars are using xpad and ypad to determine their horizontal padding ➡️ we should switch them to pad.l + pad.r (++ add a backward-compatible cleanLayout step) and add support for pad.t and pad.b while at it.
We should also allow legends, range selector and range sliders to set their own pad options.
PR #989 added
padto update menus, and PR #986 with to do same for sliders.At the moment, colorbars are using
xpadandypadto determine their horizontal padding ➡️ we should switch them topad.l+pad.r(++ add a backward-compatiblecleanLayoutstep) and add support forpad.tandpad.bwhile at it.We should also allow legends, range selector and range sliders to set their own
padoptions.