Fix issue #296
This commit is contained in:
parent
65eb95a3c9
commit
e384bfb0f3
1 changed files with 2 additions and 2 deletions
|
@ -2728,10 +2728,10 @@ class ArticleStatSales(ScaleMixin, JSONDetailView):
|
||||||
"label": "Toutes consommations",
|
"label": "Toutes consommations",
|
||||||
"values": nb_ventes,
|
"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)",
|
"color": "rgb(255, 205, 86)",
|
||||||
"label": "Comptes K-Fêt",
|
"label": "LIQ",
|
||||||
"values": nb_noncof,
|
"values": nb_noncof,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue