From 53cded2eaabacb5b20a6493b42f24085cfefb1fc Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Wed, 12 Apr 2023 10:55:36 +0800
Subject: [PATCH] 1、监测因子相关性对比显示线条增粗

---
 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