Hide the plotly logo in graph objects (#339)

This commit is contained in:
Philipp Horstenkamp 2023-11-07 22:16:27 +01:00 committed by GitHub
parent 97b05bacf4
commit 16b975a0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,9 @@ def update_figure(value: str, data: str) -> html:
],
)
return (
dcc.Graph(figure=financials_figure(finance_df, value)),
dcc.Graph(
figure=financials_figure(finance_df, value), config={"displaylogo": False}
),
html.Div(
className="metrics-disclaimer",
children=[