BoxMode
public enum BoxMode : String, Encodable
Determines how boxes at the same location coordinate are displayed on the graph.
If group, the boxes are plotted next to one another centered around the shared location. If overlay, the boxes are plotted over one another, you might need to set opacity to see them multiple boxes. Has no effect on traces that have width set.