diff --git a/superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx index b3961b61971..7e2ca5a24b1 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/src/controlPanel.tsx @@ -497,6 +497,12 @@ const config: ControlPanelConfig = { }, }, ], + ], + }, + { + label: t('Visual formatting'), + expanded: true, + controlSetRows: [ [ { name: 'column_config', @@ -590,18 +596,12 @@ const config: ControlPanelConfig = { }, }, ], - ], - }, - { - label: t('Visual formatting'), - expanded: true, - controlSetRows: [ [ { name: 'show_cell_bars', config: { type: 'CheckboxControl', - label: t('Show cell bars'), + label: t('Show cell bars for all columns'), renderTrigger: true, default: true, description: t( @@ -615,7 +615,7 @@ const config: ControlPanelConfig = { name: 'align_pn', config: { type: 'CheckboxControl', - label: t('Align +/-'), + label: t('Align +/- for all columns'), renderTrigger: true, default: false, description: t( @@ -629,7 +629,7 @@ const config: ControlPanelConfig = { name: 'color_pn', config: { type: 'CheckboxControl', - label: t('Add colors to cell bars for +/-'), + label: t('Add colors to cell bars for +/- for all columns'), renderTrigger: true, default: true, description: t( diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx index dd6f6d598fa..0d0f8f76cf5 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -554,6 +554,12 @@ const config: ControlPanelConfig = { }, }, ], + ], + }, + { + label: t('Visual formatting'), + expanded: true, + controlSetRows: [ [ { name: 'column_config', @@ -650,18 +656,12 @@ const config: ControlPanelConfig = { }, }, ], - ], - }, - { - label: t('Visual formatting'), - expanded: true, - controlSetRows: [ [ { name: 'show_cell_bars', config: { type: 'CheckboxControl', - label: t('Show cell bars'), + label: t('Show cell bars for all columns'), renderTrigger: true, default: true, description: t( @@ -675,7 +675,7 @@ const config: ControlPanelConfig = { name: 'align_pn', config: { type: 'CheckboxControl', - label: t('Align +/-'), + label: t('Align +/- for all columns'), renderTrigger: true, default: false, description: t( @@ -689,7 +689,7 @@ const config: ControlPanelConfig = { name: 'color_pn', config: { type: 'CheckboxControl', - label: t('Add colors to cell bars for +/-'), + label: t('Add colors to cell bars for +/- for all columns'), renderTrigger: true, default: true, description: t(