From db215743e87eb844795587854c94fef357e9aba6 Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 26 May 2022 17:12:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E9=85=8D=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 | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 45621bf8bb..be28d2bf41 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -1191,27 +1191,27 @@ export const TYPE_CONFIGS = [ 'tableItemBgColor', 'tableFontColor', 'alpha' + ], + 'size-selector': [ + 'tablePageMode', + 'tablePageSize', + 'tableTitleFontSize', + 'tableItemFontSize', + 'tableTitleHeight', + 'tableItemHeight', + 'tableColumnMode' + ], + 'title-selector': [ + 'show', + 'title', + 'fontSize', + 'color', + 'hPosition', + 'vPosition', + 'isItalic', + 'isBolder' ] - }, - 'size-selector': [ - 'tablePageMode', - 'tablePageSize', - 'tableTitleFontSize', - 'tableItemFontSize', - 'tableTitleHeight', - 'tableItemHeight', - 'tableColumnMode' - ], - 'title-selector': [ - 'show', - 'title', - 'fontSize', - 'color', - 'hPosition', - 'vPosition', - 'isItalic', - 'isBolder' - ] + } }, {