diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 6f538c11e7..7c0ed57281 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -1203,7 +1203,7 @@ export const TYPE_CONFIGS = [ 'tableItemFontSize', 'tableTitleHeight', 'tableItemHeight', - 'tableColumnMode' + 'tableColumnWidth' ], 'title-selector': [ 'show', @@ -1241,7 +1241,7 @@ export const TYPE_CONFIGS = [ 'tableItemFontSize', 'tableTitleHeight', 'tableItemHeight', - 'tableColumnMode' + 'tableColumnWidth' ], 'title-selector': [ 'show', diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue b/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue index 6d37c12b00..58cdd93441 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue @@ -258,8 +258,9 @@