From cfc01bf46c9e666686db1546e34845c62530eb2b Mon Sep 17 00:00:00 2001 From: junjun Date: Fri, 18 Feb 2022 16:49:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=86=E5=9B=BE=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=B7=9F=E9=9A=8F=E4=BB=AA=E8=A1=A8=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BackgroundColorSelector.vue | 2 +- .../component-style/LegendSelector.vue | 2 +- .../component-style/LegendSelectorAntV.vue | 2 +- .../component-style/SplitSelector.vue | 2 +- .../component-style/SplitSelectorAntV.vue | 2 +- .../component-style/TitleSelector.vue | 2 +- .../component-style/TitleSelectorAntV.vue | 2 +- .../component-style/XAxisSelector.vue | 2 +- .../component-style/XAxisSelectorAntV.vue | 2 +- .../component-style/YAxisExtSelector.vue | 2 +- .../component-style/YAxisExtSelectorAntV.vue | 2 +- .../component-style/YAxisSelector.vue | 2 +- .../component-style/YAxisSelectorAntV.vue | 2 +- .../components/drag-item/ChartDragItem.vue | 18 +------------- .../components/drag-item/DimensionExtItem.vue | 17 +------------ .../components/drag-item/DimensionItem.vue | 17 +------------ .../chart/components/drag-item/DrillItem.vue | 14 +---------- .../chart/components/drag-item/FilterItem.vue | 12 +--------- .../components/drag-item/QuotaExtItem.vue | 20 +--------------- .../chart/components/drag-item/QuotaItem.vue | 20 +--------------- .../components/shape-attr/ColorSelector.vue | 3 +-- .../components/shape-attr/LabelSelector.vue | 4 ++-- .../shape-attr/LabelSelectorAntV.vue | 4 ++-- .../components/shape-attr/SizeSelector.vue | 24 +++++++++---------- .../shape-attr/SizeSelectorAntV.vue | 24 +++++++++---------- .../components/shape-attr/TooltipSelector.vue | 2 +- .../shape-attr/TooltipSelectorAntV.vue | 2 +- 27 files changed, 51 insertions(+), 156 deletions(-) diff --git a/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue b/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue index 3ee96ded4d..d51a1ed91c 100644 --- a/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue +++ b/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue @@ -1,7 +1,7 @@