Skip to content

Commit 45f3475

Browse files
committed
other patch day
1 parent 8c5456f commit 45f3475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class CHART {
1414
// création des données chartjs
1515
setChartValue (type, detail) {
1616
const isSimpleDay = this.simpleDay.includes(type);
17-
const day = dayjs().subtract(1, "day").locale("fr").format("DD MMM YYYY");
17+
const day = dayjs().subtract(1, "day").locale("fr").format("D MMM YYYY");
1818
const days = [];
1919
const datasets = [];
2020
const colors = this.getChartColors();

0 commit comments

Comments
 (0)