diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index b89041b7aa..556d0678db 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1228,7 +1228,7 @@ export default { table_layout_tree: '树形展示', top_n_desc: '合并数据', top_n_input_1: '显示 Top', - top_n_input_2: ', 其余合并至其他', + top_n_input_2: ', 其余合并', top_n_label: '其他项名称', progress_target: '目标值', progress_current: '实际值', 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 8332d3b4b7..9bbcbe3ca2 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 @@ -485,7 +485,7 @@ watch( :change-model="chart.customStyle.xAxis" @modelChange="val => onChangeXAxisForm(val, 'show')" name="xAxis" - :title="selectorSpec['x-axis-selector']?.title" + :title="selectorSpec['x-axis-selector']?.title || t('chart.xAxis')" > { { -
+