Browse Source

fix:修复日度预测表报错问题

chenlei 2 months ago
parent
commit
c19c1eebe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hooks/chart/render.js

+ 1 - 1
src/hooks/chart/render.js

@@ -2733,7 +2733,7 @@ function setAIPredictChartDaily({ DataResp, EdbInfoList, ChartInfo }) {
     axisLimitState.rightTwoIndex = -1;
 
     const chart = {
-        ...defaultOpts.chart,
+        spacing: [2,10,2,10],
         plotBorderColor: '#000',
         plotBorderWidth: 1
     };