The graph is made with px.bar and then scatter trace is added to graph.
The orientation is set as horizontal for barchart.
The dataset is the same for both traces.
It’s look like this:
The more bars is drawn the bigger is empty space.
I tried go.Bar instead of px.bar but result is the same.
Any ideas how to avoid this?