added new graph : Rencontre par lieu to 'statistiques' module

This commit is contained in:
artus40
2017-10-25 16:34:22 +02:00
parent 569916abd0
commit 821732af1c
5 changed files with 45 additions and 4 deletions

View File

@@ -141,6 +141,7 @@ class FrequentationChartsView(MultipleChartsView):
('Par mois', charts.RencontreParMoisChart),
('Par heure', charts.RencontreParHeureChart),
('Par sujet', charts.RencontreParSujetChart),
('Par lieu', charts.RencontreParLieuChart)
])
def get_queryset(self):