My Layout Of My Dbc.row Dash Bootstrap Isn't Displaying Side By Side
I'm trying to create a dashboard to display bullet charts side by side, but they are showing vertically underneath each other. I'm using dash.bootstrap-components with plotly. A lo
Solution 1:
Everything was good except I had the second dbc.Col outside of the row and had to bring it inside of the dbc.Row. I just rewrote it and started off with a basic string and found out why this was happening. Just had to bring up one above the parenthesis and added -> align="start", align="center" align="end" to each of the dbc.Col.
Post a Comment for "My Layout Of My Dbc.row Dash Bootstrap Isn't Displaying Side By Side"