Update app.py
Browse files
app.py
CHANGED
|
@@ -205,9 +205,10 @@ if chart_type != "Donut" and chart_type != "Enlace externo":
|
|
| 205 |
size=18,
|
| 206 |
color="#374151",
|
| 207 |
weight="normal"
|
| 208 |
-
)
|
| 209 |
)
|
| 210 |
-
)
|
|
|
|
|
|
|
| 211 |
|
| 212 |
# Aplicar configuraci贸n com煤n
|
| 213 |
fig.update_layout(**common_layout)
|
|
|
|
| 205 |
size=18,
|
| 206 |
color="#374151",
|
| 207 |
weight="normal"
|
|
|
|
| 208 |
)
|
| 209 |
+
),
|
| 210 |
+
legend_title_text='' # Eliminar el texto del t铆tulo de la leyenda
|
| 211 |
+
)
|
| 212 |
|
| 213 |
# Aplicar configuraci贸n com煤n
|
| 214 |
fig.update_layout(**common_layout)
|