Closed
Description
Consider the following pen: https://codepen.io/nicolaskruchten/pen/RdYWdz?editors=0010
The red and cyan bars aren't being shown because within each trace at the same position, the bars are behaving as if the barmode was "overlay". I believe that the default behaviour should be "relative" instead because it's the only one that always shows all the data!).
If we can't agree that the current behaviour is a bug, then we should create a new attr that defaults to "overlay" but allows us to set it to "relative" or "stack" as required.