This commit is contained in:
Dorian Lesbre 2022-01-05 10:45:32 +01:00
parent 65eb95a3c9
commit e384bfb0f3

View file

@ -2728,10 +2728,10 @@ class ArticleStatSales(ScaleMixin, JSONDetailView):
"label": "Toutes consommations",
"values": nb_ventes,
},
{"color": "rgb(54, 162, 235)", "label": "LIQ", "values": nb_cof},
{"color": "rgb(54, 162, 235)", "label": "Comptes K-Fêt", "values": nb_cof},
{
"color": "rgb(255, 205, 86)",
"label": "Comptes K-Fêt",
"label": "LIQ",
"values": nb_noncof,
},
]