From c24a5a2a99515b365ebc343b04538bb862790de1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 21 十二月 2023 11:44:22 +0800
Subject: [PATCH] Merge branch 'feature-code-refactoring' and 'feature-002'

---
 src/utils/chartFunction/exceptionOption.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/utils/chartFunction/exceptionOption.js b/src/utils/chartFunction/exceptionOption.js
index 65ff4c5..bc7133f 100644
--- a/src/utils/chartFunction/exceptionOption.js
+++ b/src/utils/chartFunction/exceptionOption.js
@@ -8,7 +8,7 @@
    * @param锛氬紓甯哥被鍨�
    * @returns锛�
    */
-  setExceptionChartOption(
+  setExceptionChartOption({
     xData,
     yData,
     exceptionBeginTime,
@@ -19,6 +19,7 @@
     areaObj,
     lineColor,
     exceptionType
+  }
   ) {
     switch (exceptionType) {
       case '0':
@@ -303,7 +304,7 @@
           name: '棰楃矑鐗╂祿搴�',
           type: 'line',
           data: yData.map((item) => {
-            if (item <= 0.01) {
+            if (item <= 0.02) {
               return {
                 value: item,
                 itemStyle: {
@@ -333,9 +334,8 @@
               {
                 name: '鏁版嵁瓒呬綆',
                 type: 'average',
-                yAxis: 0.01,
+                yAxis: 0.02,
                 lineStyle: {
-                  // color: '#ff0000'
                   color: 'red'
                 }
               }

--
Gitblit v1.9.3