Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1198,7 +1198,7 @@ def crear_grafico_lineas(df, titulo, eje_y, formato=None):
|
|
1198 |
line=dict(color=COLORES.get(columna, '#000000'),
|
1199 |
marker=dict(size=8),
|
1200 |
hovertemplate=f'<b>{columna}</b>: %{{y:{formato or ".2f"}}}<extra></extra>'
|
1201 |
-
))
|
1202 |
|
1203 |
fig.update_layout(
|
1204 |
title=dict(text=titulo, x=0.5, font=dict(size=20)),
|
|
|
1198 |
line=dict(color=COLORES.get(columna, '#000000'),
|
1199 |
marker=dict(size=8),
|
1200 |
hovertemplate=f'<b>{columna}</b>: %{{y:{formato or ".2f"}}}<extra></extra>'
|
1201 |
+
)))
|
1202 |
|
1203 |
fig.update_layout(
|
1204 |
title=dict(text=titulo, x=0.5, font=dict(size=20)),
|