Closed
Description
If I make a multi-trace histogram with barmode
set to "relative"
, I would expect the bargap to stay 0, like it does in "stack"
.
Per @alexcjohnson:
We should really coerce barmode first, then invoke this logic only for
barmode !== 'group'
. And of course update it when barstackgroup
becomes a thing…