From 656cd6f2c941b981e971eacdd70e17b259c3b9b7 Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 20 Oct 2021 12:25:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor=EF=BC=9A=E4=BB=A3=E7=A0=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/ChartComponentG2.vue | 1 - frontend/src/views/chart/view/ChartType.vue | 20 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/frontend/src/views/chart/components/ChartComponentG2.vue b/frontend/src/views/chart/components/ChartComponentG2.vue index 03b3fc9a27..78c14b8e61 100644 --- a/frontend/src/views/chart/components/ChartComponentG2.vue +++ b/frontend/src/views/chart/components/ChartComponentG2.vue @@ -22,7 +22,6 @@ import { baseGaugeOptionAntV } from '@/views/chart/chart/gauge/gauge_antv' import { baseFunnelOptionAntV } from '@/views/chart/chart/funnel/funnel_antv' import { baseTreemapOptionAntV } from '@/views/chart/chart/treemap/treemap_antv' import { baseRadarOptionAntV } from '@/views/chart/chart/radar/radar_antv' -import { baseMixOptionAntV } from '@/views/chart/chart/mix/mix_antv' export default { name: 'ChartComponentG2', diff --git a/frontend/src/views/chart/view/ChartType.vue b/frontend/src/views/chart/view/ChartType.vue index 84f6a26080..9a7259695d 100644 --- a/frontend/src/views/chart/view/ChartType.vue +++ b/frontend/src/views/chart/view/ChartType.vue @@ -56,16 +56,16 @@
- - - - - - - - - - + + + + + + + + + +