Update surveycaa.py
Browse files- surveycaa.py +1 -1
surveycaa.py
CHANGED
@@ -367,7 +367,7 @@ async def surveyRh():
|
|
367 |
4,
|
368 |
1,
|
369 |
)
|
370 |
-
fig_contribution.update_layout(title='
|
371 |
elements.append(cl.Plotly(name="chart_activites_autonomie", figure=fig_contribution, display="inline", size="large"))
|
372 |
|
373 |
df2 = df
|
|
|
367 |
4,
|
368 |
1,
|
369 |
)
|
370 |
+
fig_contribution.update_layout(title='Contributions du séminaire', xaxis_tickfont_size=10, yaxis_tickfont_size=10, autosize=False, width=600, height=600)
|
371 |
elements.append(cl.Plotly(name="chart_activites_autonomie", figure=fig_contribution, display="inline", size="large"))
|
372 |
|
373 |
df2 = df
|