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' - ] + } }, {