From 9e5e87048df717b758e716c37fbbdc731fa8e5e2 Mon Sep 17 00:00:00 2001 From: youichiro Date: Tue, 7 Sep 2021 22:43:36 +0900 Subject: [PATCH] not display legend of bar-chart --- frontend/components/statistics/ChartBar.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/components/statistics/ChartBar.vue b/frontend/components/statistics/ChartBar.vue index e3b8c125..ac42786c 100644 --- a/frontend/components/statistics/ChartBar.vue +++ b/frontend/components/statistics/ChartBar.vue @@ -31,7 +31,10 @@ export default { } ] }, - maintainAspectRatio: false + maintainAspectRatio: false, + legend: { + display: false + } } } },