From 7c5c458225e1e6ab32bba352c5efd33c6a78f023 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 19 Sep 2023 14:52:57 +0800 Subject: [PATCH] fix:监测因子趋势echarts样式修改 --- src/components/Echarts/LineChartSpe.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/Echarts/LineChartSpe.vue b/src/components/Echarts/LineChartSpe.vue index eca1e94..0adc342 100644 --- a/src/components/Echarts/LineChartSpe.vue +++ b/src/components/Echarts/LineChartSpe.vue @@ -86,13 +86,14 @@ axisTick: { show: true, }, + }, grid: { left: 100, right: 10, bottom: 20, top: 30, - height: fontSize(3.5), + height: fontSize(4), width: fontSize(15), containLabel: true, }, @@ -128,7 +129,6 @@ yAxis: [ { - type: 'value', position: 'left', axisLabel: { @@ -136,7 +136,6 @@ }, }, { - type: 'value', position: 'right', axisLabel: { @@ -144,7 +143,6 @@ }, }, { - type: 'value', position: 'right', offset: 50, @@ -166,7 +164,6 @@ minInterval: 0.1, //������������ }, { - type: 'value', position: 'left', axisLabel: { @@ -192,7 +189,7 @@ { start: 0, end: 10, - top: fontSize(4), + top: fontSize(4.5), height: fontSize(0.4), }, ], -- Gitblit v1.8.0