Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ else:
|
|
| 90 |
yaxis_title=y_label,
|
| 91 |
plot_bgcolor="white",
|
| 92 |
hovermode="x unified",
|
| 93 |
-
width=
|
| 94 |
height=400, # Ajustar la altura del gráfico
|
| 95 |
margin=dict(l=40, r=40, t=80, b=40), # Aumentar margen superior
|
| 96 |
xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
|
|
|
|
| 90 |
yaxis_title=y_label,
|
| 91 |
plot_bgcolor="white",
|
| 92 |
hovermode="x unified",
|
| 93 |
+
width=550, # Ajustar el ancho del gráfico
|
| 94 |
height=400, # Ajustar la altura del gráfico
|
| 95 |
margin=dict(l=40, r=40, t=80, b=40), # Aumentar margen superior
|
| 96 |
xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
|