Hello Kaiyan. The plotly plugin automatically detects whether coordinates have the same x-axis. What you could do is make the bars group instead of stack on top of each other. You would have to play around with the layout options of the graph: https://docs.mendix.com/refguide/charts-configuration#advanced-mode
A grouped bar chart looks like this: https://codepen.io/pen/?&prefill_data_id=39b9ec99-282d-4f12-9181-d2cf0b2f8fd0
There is also a setting called bargroupgap where you can change the distance between the grouped bars. With that option you could make the distance between all bars equal. https://plotly.com/javascript/reference/layout/#layout-bargroupgap