From 3ef3216530b9f92526f0c5998e77f27c7548f5b0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 27 Sep 2022 15:18:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20echarts=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E7=B1=BB=E5=9E=8B=E4=BB=A5=E5=8F=8A=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=A7=86=E5=9B=BE=E5=88=A0=E9=99=A4=E5=A4=96?= =?UTF-8?q?=E8=BE=B9=E8=B7=9D=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/util.js | 44 +++++--------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 006a267362..71fed4105d 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -1538,17 +1538,10 @@ export const TYPE_CONFIGS = [ properties: [ 'color-selector', 'size-selector', - 'title-selector', - 'margin-selector' + 'title-selector' ], propertyInner: { - 'margin-selector': [ - 'marginModel', - 'marginTop', - 'marginBottom', - 'marginLeft', - 'marginRight' - ], + 'color-selector': [ 'quotaColor', 'dimensionColor' @@ -1590,17 +1583,10 @@ export const TYPE_CONFIGS = [ properties: [ 'color-selector', 'size-selector', - 'title-selector', - 'margin-selector' + 'title-selector' ], propertyInner: { - 'margin-selector': [ - 'marginModel', - 'marginTop', - 'marginBottom', - 'marginLeft', - 'marginRight' - ], + 'color-selector': [ 'quotaColor', 'dimensionColor' @@ -1643,17 +1629,10 @@ export const TYPE_CONFIGS = [ 'color-selector', 'size-selector', 'label-selector', - 'title-selector', - 'margin-selector' + 'title-selector' ], propertyInner: { - 'margin-selector': [ - 'marginModel', - 'marginTop', - 'marginBottom', - 'marginLeft', - 'marginRight' - ], + 'color-selector': [ 'value', 'custom', @@ -2727,17 +2706,10 @@ export const TYPE_CONFIGS = [ 'color-selector', 'label-selector', 'tooltip-selector', - 'title-selector', - 'margin-selector' + 'title-selector' ], propertyInner: { - 'margin-selector': [ - 'marginModel', - 'marginTop', - 'marginBottom', - 'marginLeft', - 'marginRight' - ], + 'color-selector': [ 'value', 'custom',