From 8605f80c792a20128ca70ca8f61a4638ed9ee542 Mon Sep 17 00:00:00 2001 From: chiayin Date: Tue, 12 Mar 2024 16:55:24 +0800 Subject: [PATCH] fix: Issues #258 Compare Line Chart done. --- src/views/Compare/Dashboard/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Compare/Dashboard/index.vue b/src/views/Compare/Dashboard/index.vue index 0b02432..abe33b1 100644 --- a/src/views/Compare/Dashboard/index.vue +++ b/src/views/Compare/Dashboard/index.vue @@ -292,7 +292,11 @@ export default { }, time: { displayFormats: { - day: 'yyyy/M/d' + second: 'hh:mm:ss', // ex: 01:01:01 + minute: 'MM/dd hh:mm', // ex: 01/01 01:01 + hour: 'MM/dd hh:00', // ex: 01/01 01:00 + day: 'yyyy/MM/dd', // ex: 1911/01/01 + month: 'yyyy/MM', // ex: 1911/01 } }, ticks: {