Barre de chargement pour les figures statistiques
This commit is contained in:
@@ -27,15 +27,27 @@ layout = [
|
|||||||
children=[
|
children=[
|
||||||
html.Div(
|
html.Div(
|
||||||
children=[
|
children=[
|
||||||
dcc.Graph(figure=get_map_count_marches(lf)),
|
dcc.Loading(
|
||||||
dcc.Graph(
|
overlay_style={
|
||||||
figure=get_barchart_sources(lf, "dateNotification")
|
"visibility": "visible",
|
||||||
),
|
"filter": "blur(2px)",
|
||||||
dcc.Graph(
|
},
|
||||||
figure=get_barchart_sources(
|
id="loading-1",
|
||||||
lf, "datePublicationDonnees"
|
type="default",
|
||||||
)
|
children=[
|
||||||
),
|
dcc.Graph(figure=get_map_count_marches(lf)),
|
||||||
|
dcc.Graph(
|
||||||
|
figure=get_barchart_sources(
|
||||||
|
lf, "dateNotification"
|
||||||
|
)
|
||||||
|
),
|
||||||
|
dcc.Graph(
|
||||||
|
figure=get_barchart_sources(
|
||||||
|
lf, "datePublicationDonnees"
|
||||||
|
)
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user