From 94fecaafa1eafeaea779c39b7dea1c3932137b8e Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 5 Jul 2022 16:55:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E8=BD=B4?= =?UTF-8?q?=E5=80=BC=E9=97=B4=E9=9A=94=E4=B8=8E=E5=88=BB=E5=BA=A6=E6=95=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/component-style/XAxisSelector.vue | 11 +++++++++++ .../components/component-style/XAxisSelectorAntV.vue | 11 +++++++++++ .../components/component-style/YAxisExtSelector.vue | 11 +++++++++++ .../component-style/YAxisExtSelectorAntV.vue | 11 +++++++++++ .../components/component-style/YAxisSelector.vue | 11 +++++++++++ 5 files changed, 55 insertions(+) diff --git a/frontend/src/views/chart/components/component-style/XAxisSelector.vue b/frontend/src/views/chart/components/component-style/XAxisSelector.vue index a90386d76e..e491044c8c 100644 --- a/frontend/src/views/chart/components/component-style/XAxisSelector.vue +++ b/frontend/src/views/chart/components/component-style/XAxisSelector.vue @@ -49,6 +49,17 @@ + + + {{ $t('chart.axis_value_split_count') }} + +
+ 间隔表示两个刻度之间的单位长度。 +
+ +
+
+
diff --git a/frontend/src/views/chart/components/component-style/XAxisSelectorAntV.vue b/frontend/src/views/chart/components/component-style/XAxisSelectorAntV.vue index 82197d5d77..735b05c1e1 100644 --- a/frontend/src/views/chart/components/component-style/XAxisSelectorAntV.vue +++ b/frontend/src/views/chart/components/component-style/XAxisSelectorAntV.vue @@ -49,6 +49,17 @@ + + + {{ $t('chart.axis_value_split_count') }} + +
+ 期望的坐标轴刻度数量,非最终结果。 +
+ +
+
+
diff --git a/frontend/src/views/chart/components/component-style/YAxisExtSelector.vue b/frontend/src/views/chart/components/component-style/YAxisExtSelector.vue index 180bc40290..ecfb2e951a 100644 --- a/frontend/src/views/chart/components/component-style/YAxisExtSelector.vue +++ b/frontend/src/views/chart/components/component-style/YAxisExtSelector.vue @@ -49,6 +49,17 @@ + + + {{ $t('chart.axis_value_split_count') }} + +
+ 间隔表示两个刻度之间的单位长度。 +
+ +
+
+
diff --git a/frontend/src/views/chart/components/component-style/YAxisExtSelectorAntV.vue b/frontend/src/views/chart/components/component-style/YAxisExtSelectorAntV.vue index 772e9b80bb..6ef6a3c605 100644 --- a/frontend/src/views/chart/components/component-style/YAxisExtSelectorAntV.vue +++ b/frontend/src/views/chart/components/component-style/YAxisExtSelectorAntV.vue @@ -49,6 +49,17 @@ + + + {{ $t('chart.axis_value_split_count') }} + +
+ 期望的坐标轴刻度数量,非最终结果。 +
+ +
+
+
diff --git a/frontend/src/views/chart/components/component-style/YAxisSelector.vue b/frontend/src/views/chart/components/component-style/YAxisSelector.vue index 5163fb3a1f..bee85fb6c0 100644 --- a/frontend/src/views/chart/components/component-style/YAxisSelector.vue +++ b/frontend/src/views/chart/components/component-style/YAxisSelector.vue @@ -49,6 +49,17 @@ + + + {{ $t('chart.axis_value_split_count') }} + +
+ 间隔表示两个刻度之间的单位长度。 +
+ +
+
+