Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -4
src/streamlit_app.py
CHANGED
|
@@ -192,7 +192,7 @@ def create_bar_chart(df, view_type):
|
|
| 192 |
height=600,
|
| 193 |
showlegend=False,
|
| 194 |
margin=dict(
|
| 195 |
-
l=
|
| 196 |
r=0, # Right
|
| 197 |
b=95, # Bottom
|
| 198 |
t=70, # Top
|
|
@@ -256,7 +256,7 @@ def create_bar_chart(df, view_type):
|
|
| 256 |
barmode="group",
|
| 257 |
height=600,
|
| 258 |
margin=dict(
|
| 259 |
-
l=
|
| 260 |
r=0, # Right
|
| 261 |
b=95, # Bottom
|
| 262 |
t=70, # Top
|
|
@@ -340,10 +340,10 @@ def create_bar_chart(df, view_type):
|
|
| 340 |
barmode="group",
|
| 341 |
height=600,
|
| 342 |
margin=dict(
|
| 343 |
-
l=
|
| 344 |
r=0, # Right
|
| 345 |
b=95, # Bottom
|
| 346 |
-
t=
|
| 347 |
pad=0 # Padding
|
| 348 |
),
|
| 349 |
showlegend=True,
|
|
|
|
| 192 |
height=600,
|
| 193 |
showlegend=False,
|
| 194 |
margin=dict(
|
| 195 |
+
l=60, # Left
|
| 196 |
r=0, # Right
|
| 197 |
b=95, # Bottom
|
| 198 |
t=70, # Top
|
|
|
|
| 256 |
barmode="group",
|
| 257 |
height=600,
|
| 258 |
margin=dict(
|
| 259 |
+
l=40, # Left
|
| 260 |
r=0, # Right
|
| 261 |
b=95, # Bottom
|
| 262 |
t=70, # Top
|
|
|
|
| 340 |
barmode="group",
|
| 341 |
height=600,
|
| 342 |
margin=dict(
|
| 343 |
+
l=50, # Left
|
| 344 |
r=0, # Right
|
| 345 |
b=95, # Bottom
|
| 346 |
+
t=80, # Top
|
| 347 |
pad=0 # Padding
|
| 348 |
),
|
| 349 |
showlegend=True,
|