ID de loading différents
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ layout = [
|
||||
# )]),
|
||||
dcc.Loading(
|
||||
overlay_style={"visibility": "visible", "filter": "blur(2px)"},
|
||||
id="loading-1",
|
||||
id="loading-home",
|
||||
type="default",
|
||||
children=[
|
||||
html.Div(
|
||||
|
||||
@@ -32,7 +32,7 @@ layout = [
|
||||
"visibility": "visible",
|
||||
"filter": "blur(2px)",
|
||||
},
|
||||
id="loading-1",
|
||||
id="loading-stats",
|
||||
type="default",
|
||||
children=[
|
||||
dcc.Graph(figure=get_map_count_marches(lf)),
|
||||
|
||||
Reference in New Issue
Block a user