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 c0aa70ea66d..dc3397bf774 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 @@ -494,6 +494,12 @@ const config: ControlPanelConfig = { }, }, ], + ], + }, + { + label: t('Visual formatting'), + expanded: true, + controlSetRows: [ [ { name: 'column_config', @@ -587,18 +593,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( @@ -612,7 +612,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( @@ -626,7 +626,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 2787fed15a1..2148904e537 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -552,6 +552,12 @@ const config: ControlPanelConfig = { }, }, ], + ], + }, + { + label: t('Visual formatting'), + expanded: true, + controlSetRows: [ [ { name: 'column_config', @@ -648,18 +654,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( @@ -673,7 +673,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( @@ -687,7 +687,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(