Spaces:
Runtime error
Runtime error
Commit
·
136b0a3
1
Parent(s):
e329d6b
Pie de Pagina Tab3 5 intentando con anotaciones z-02
Browse files
components/component_tab3_barras.py
CHANGED
|
@@ -105,7 +105,7 @@ def retorna_barras_tab3(df: pl.DataFrame) -> html.Div:
|
|
| 105 |
xref="paper",
|
| 106 |
yref="paper",
|
| 107 |
x=0.50,
|
| 108 |
-
y=-0.
|
| 109 |
align="right",
|
| 110 |
font=dict(color="#ffffff", size=14),
|
| 111 |
)
|
|
|
|
| 105 |
xref="paper",
|
| 106 |
yref="paper",
|
| 107 |
x=0.50,
|
| 108 |
+
y=-0.41,
|
| 109 |
align="right",
|
| 110 |
font=dict(color="#ffffff", size=14),
|
| 111 |
)
|