From 912d8d47534a9f86ff1c684f0c389e0d82458a03 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Thu, 27 Jul 2023 12:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=B1=E5=9B=BE=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 04d5750..5c9b3a4 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -441,6 +441,13 @@ export default { }, ], + // // 动画效果 + // animation:true, + // animationDuration:0, + // animationDurationUpdate:300, + animationEasing:"linear", + animationEasingUpdate:"linear" + }; option && myChart.setOption(option);