diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue index c647d27039..be2a4bb9f6 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue @@ -446,7 +446,7 @@ watch( :change-model="chart.customStyle.xAxis" @modelChange="val => onChangeXAxisForm(val, 'show')" name="xAxis" - :title="selectorSpec['x-axis-selector']?.title" + :title="t('chart.xAxis')" >