-
辅助线设置
+
{{
+ t('chart.assist_line_settings')
+ }}
- 已设置
+ {{ t('visualization.already_setting') }}
- 无效字段
+ {{ t('chart.invalid_field') }}
@@ -337,7 +339,6 @@ span {
.line-style {
width: 100%;
font-weight: 400;
- padding: 4px 8px;
display: flex;
flex-direction: row;
align-items: center;
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue
index e843ce0a0d..9924a28677 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue
@@ -41,7 +41,7 @@ const yAxisTypes = [
const state = reactive({
lineArr: [],
lineObj: {
- name: '辅助线',
+ name: t('chart.assist_line'),
field: '0', // 固定值
fieldId: '',
summary: 'avg',
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue
index ffa1f35a85..919c301282 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue
@@ -257,7 +257,7 @@ onMounted(() => {