mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
fix: typo in plugin-chart-echats controls (#31673)
This commit is contained in:
@@ -306,7 +306,7 @@ export const truncateXAxis: ControlSetItem = {
|
||||
default: DEFAULT_FORM_DATA.truncateXAxis,
|
||||
renderTrigger: true,
|
||||
description: t(
|
||||
'Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.',
|
||||
'Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numerical X axis.',
|
||||
),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user