From 57a9e958f0562ba2017168d1b0b3781d31c9f184 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Mon, 13 May 2024 00:58:43 -0700 Subject: [PATCH] fix(chart): delete chart duplicate key (#1624) --- packages/vue/src/chart/chart-core/src/chart-core.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/vue/src/chart/chart-core/src/chart-core.ts b/packages/vue/src/chart/chart-core/src/chart-core.ts index 37e729253..692a450f0 100644 --- a/packages/vue/src/chart/chart-core/src/chart-core.ts +++ b/packages/vue/src/chart/chart-core/src/chart-core.ts @@ -26,7 +26,6 @@ export default { width: { type: String, default: 'auto' }, height: { type: String, default: '400px' }, events: { type: Object, default() {} }, - events: { type: Object, default() {} }, initOptions: { type: Object, default() { @@ -168,12 +167,6 @@ export default { } }, watch: { - options: { - handler() { - this.refreshChart() - }, - deep: true - }, options: { handler() { this.refreshChart()