mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: make control panel sub sections look better (#24736)
This commit is contained in:
committed by
GitHub
parent
9b6ed315f8
commit
22a0fe555c
@@ -26,6 +26,7 @@ import {
|
||||
} from '@superset-ui/core';
|
||||
import {
|
||||
ControlPanelConfig,
|
||||
ControlSubSectionHeader,
|
||||
D3_FORMAT_DOCS,
|
||||
D3_NUMBER_FORMAT_DESCRIPTION_VALUES_TEXT,
|
||||
D3_FORMAT_OPTIONS,
|
||||
@@ -85,7 +86,7 @@ const config: ControlPanelConfig = {
|
||||
controlSetRows: [
|
||||
['color_scheme'],
|
||||
...legendSection,
|
||||
[<div className="section-header">{t('Labels')}</div>],
|
||||
[<ControlSubSectionHeader>{t('Labels')}</ControlSubSectionHeader>],
|
||||
[
|
||||
{
|
||||
name: 'show_labels',
|
||||
@@ -156,7 +157,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
},
|
||||
],
|
||||
[<div className="section-header">{t('Radar')}</div>],
|
||||
[<ControlSubSectionHeader>{t('Radar')}</ControlSubSectionHeader>],
|
||||
[
|
||||
{
|
||||
name: 'column_config',
|
||||
|
||||
Reference in New Issue
Block a user