Ajout du nombre de marchés notifiés par mois de notif et par source #24
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
from dash import dcc, html, register_page
|
from dash import dcc, html, register_page
|
||||||
|
|
||||||
from src.figures import get_map_count_marches
|
from src.figures import get_barchart_sources_notification, get_map_count_marches
|
||||||
from src.utils import lf
|
from src.utils import lf
|
||||||
|
|
||||||
title = "Statistiques"
|
title = "Statistiques"
|
||||||
@@ -25,7 +25,12 @@ layout = [
|
|||||||
id="loading-1",
|
id="loading-1",
|
||||||
type="default",
|
type="default",
|
||||||
children=[
|
children=[
|
||||||
html.Div(children=[dcc.Graph(figure=get_map_count_marches(lf))]),
|
html.Div(
|
||||||
|
children=[
|
||||||
|
dcc.Graph(figure=get_map_count_marches(lf)),
|
||||||
|
dcc.Graph(figure=get_barchart_sources_notification(lf)),
|
||||||
|
]
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user