agregamos la cantidad de participantes por visita

para entender un poco mejor las implicaciones de los pcts.
parent 05de496e
...@@ -328,6 +328,7 @@ def update_por_protocolo(visita): ...@@ -328,6 +328,7 @@ def update_por_protocolo(visita):
) )
figura.update_layout(showlegend=False) figura.update_layout(showlegend=False)
figura.update_traces(texttemplate='%{text:.2s}', textposition='auto') figura.update_traces(texttemplate='%{text:.2s}', textposition='auto')
figura.update_layout(title=f'{len(df1.index)} participantes en visita {visita}')
return figura return figura
@app.callback( @app.callback(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment