小小儁爺
2024-10-14 19ae7b374b4a2a356de70dbc61f49ce00d1bd83f
src/utils/myEcharts.js
@@ -329,25 +329,25 @@
    },
    series: [
      {
      name: '时间',
      type: 'line',
      smooth: false,
      showAllSymbol: true,
      symbol: 'emptyCircle',
      symbolSize: 8,
      itemStyle: {
        normal: {
          color: `rgba(42, 197, 137, 1)`
        }
      },
      lineStyle: {
        normal: {
          width: 2,
          color: `rgba(42, 197, 137, 1)`
        }
      },
      data: dataY
    }
        name: '时间',
        type: 'line',
        smooth: false,
        showAllSymbol: true,
        symbol: 'emptyCircle',
        symbolSize: 8,
        itemStyle: {
          normal: {
            color: `rgba(42, 197, 137, 1)`
          }
        },
        lineStyle: {
          normal: {
            width: 2,
            color: `rgba(42, 197, 137, 1)`
          }
        },
        data: dataY
      }
    ]
  }
@@ -371,7 +371,7 @@
    }
  }
  console.log(titlename,123);
  console.log(titlename, 123)
  // const valdata = [683, 500, 400, 300, 200]
  // const myColor = ['#FF0000', '#FF5511', '#FF8800', '#FFBB00', '#FFFF00']
@@ -423,7 +423,7 @@
          show: false
        },
        axisLabel: {
          show:false,
          show: false,
          // color: '#fff',
          color: function(value, index) {
            return value === '0' ? 'transparent' : '#fff'
@@ -1892,7 +1892,7 @@
      containLabel: true
    },
    title: {
      text: '各车间当月订单数/入库数量',
      text: '各车间近两月订单数/入库数量',
      left: '50%',
      top: '0%',
      textAlign: 'center',