Hide the plotly logo in graph objects (#339)

This commit is contained in:
2023-11-07 22:16:27 +01:00
committed by GitHub
parent 97b05bacf4
commit 16b975a0f4

View File

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