From 2af5895a311a58fba2585d075deed38e21d6200c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 27 Jun 2022 17:07:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20antv=E7=8E=AB=E7=91=B0=E5=9B=BE?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=81=94=E5=8A=A8=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/pie/pie_antv.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/views/chart/chart/pie/pie_antv.js b/frontend/src/views/chart/chart/pie/pie_antv.js index 0ef801f74d..81a7812067 100644 --- a/frontend/src/views/chart/chart/pie/pie_antv.js +++ b/frontend/src/views/chart/chart/pie/pie_antv.js @@ -127,12 +127,6 @@ export function basePieRoseOptionAntV(plot, container, chart, action) { } }, interactions: [ - { - type: 'element-active', cfg: { - start: [{ trigger: 'element:mouseenter', action: ['element-highlight:highlight', 'element-active:reset', 'cursor:pointer'] }], - end: [{ trigger: 'element:mouseleave', action: ['element-highlight:reset', 'element-active:reset', 'cursor:default'] }] - } - }, { type: 'legend-active', cfg: { start: [{ trigger: 'legend-item:mouseenter', action: ['element-active:reset'] }],