mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 07:33:56 +02:00
Hide the plotly logo in graph objects (#339)
This commit is contained in:
@ -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=[
|
||||||
|
Reference in New Issue
Block a user