Explorar o código

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

chenlei hai 2 meses
pai
achega
c19c1eebe6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     };