fix(chart control): Change default of "Y Axis Title Margin" (#32720)

This commit is contained in:
Vladislav Korenkov
2025-03-20 23:14:09 +10:00
committed by GitHub
parent 5392bafe28
commit d319543377
4 changed files with 28 additions and 28 deletions

View File

@@ -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) =>