loulijun2021
2024-04-02 facfd6f11cb9023f88da4d02a87305b564dabd6f
src/utils/myEcharts.js
@@ -2060,7 +2060,7 @@
    // tooltip: {},
    title: {
      show: show,
      text: '各车间当月不良趋势',
      text: '各车间不良趋势',
      left: '50%',
      top: '3%',
      textAlign: 'center',
@@ -2630,13 +2630,12 @@
            show: true,
            position: 'top',
            fontSize: 16,
            color: colorX,
            color: '#fff',
            offset: [0, -5]
          }
        },
        data: data2
      },
      {
        name: '完成率',
        type: 'line',
@@ -2733,7 +2732,7 @@
      containLabel: true
    },
    title: {
      text: '各车间当月订单数/入库数量',
      text: '各车间近一月订单数/入库数量',
      left: '50%',
      top: '0%',
      textAlign: 'center',