From 65fdb2a94550b141221b1a8a55772782f5823b38 Mon Sep 17 00:00:00 2001 From: Cindy Chang Date: Thu, 27 Jun 2024 13:48:57 +0800 Subject: [PATCH] fix: #258 YYYY/MM/DD --- src/views/Discover/Performance/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Discover/Performance/index.vue b/src/views/Discover/Performance/index.vue index b7f027c..c74c41f 100644 --- a/src/views/Discover/Performance/index.vue +++ b/src/views/Discover/Performance/index.vue @@ -391,7 +391,7 @@ export default { display: true, color: '#64748b', callback: function(value, index, ticks) { - return moment(xData[index]).format('YYYY/MM'); + return moment(xData[index]).format('YYYY/MM/DD'); }, }, border: {