Closed
Description
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.