潘志宝
7 天以前 a3a2c068c595f23c8accda0899ed4577ea44f82d
src/views/model/pre/item/MmPredictItemChart.vue
@@ -181,6 +181,7 @@
                  width: 1,
                },
              },
              yAxisIndex: 1
            })
          }
          if(viewData.cumulantPreData) {
@@ -196,6 +197,7 @@
                  width: 1,
                },
              },
              yAxisIndex: 1
            })
          }
        })
@@ -221,6 +223,12 @@
            },
          },
        },
        toolbox: {
          show: true,
          feature: {
            saveAsImage: {}
          }
        },
        legend: {
          show: true,
          top: 20,
@@ -238,9 +246,19 @@
          boundaryGap: false,
          data: data.categories,
        },
        yAxis: {
          type: "value",
        },
        yAxis: [
          {
            type: "value",
            name: '预测值/真实值'
          },
          {
            type: "value",
            splitLine: {
              show: false
            },
            name: '累计值'
          }
        ],
        dataZoom: [
          {
            type: "inside",