mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 21:12:34 +02:00
Hide the plotly logo in graph objects (#339)
This commit is contained in:
parent
97b05bacf4
commit
16b975a0f4
@ -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=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user