mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(chart control): Change default of "Y Axis Title Margin" (#32720)
(cherry picked from commit d319543377)
This commit is contained in:
committed by
Michael S. Molina
parent
5d333ac6dc
commit
13b97af7f6
@@ -122,7 +122,7 @@ function createAxisTitleControl(axis: 'x' | 'y'): ControlSetRow[] {
|
||||
clearable: true,
|
||||
label: t('AXIS TITLE MARGIN'),
|
||||
renderTrigger: true,
|
||||
default: sections.TITLE_MARGIN_OPTIONS[0],
|
||||
default: sections.TITLE_MARGIN_OPTIONS[1],
|
||||
choices: formatSelectOptions(sections.TITLE_MARGIN_OPTIONS),
|
||||
description: t('Changing this control takes effect instantly'),
|
||||
visibility: ({ controls }: ControlPanelsContainerProps) =>
|
||||
|
||||
Reference in New Issue
Block a user