fix(chart controls): remove duplicated descriptions for chart controls (#33954)

This commit is contained in:
Vladislav Korenkov
2025-07-04 05:01:59 +10:00
committed by GitHub
parent 09c657c899
commit d1b372f670
3 changed files with 0 additions and 12 deletions

View File

@@ -122,7 +122,6 @@ const config: ControlPanelConfig = {
label: t('X Axis Title'),
renderTrigger: true,
default: '',
description: t('Changing this control takes effect instantly'),
},
},
],
@@ -148,7 +147,6 @@ const config: ControlPanelConfig = {
label: t('Y Axis Title'),
renderTrigger: true,
default: '',
description: t('Changing this control takes effect instantly'),
},
},
],