loulijun2021
2023-11-07 f1b409d09a1047ab786c5e4911cf99412e179a31
src/utils/myEcharts.js
@@ -2308,7 +2308,7 @@
    // tooltip: {},
    title: {
      show: show,
      text: '各车间当月不良趋势',
      text: '各车间不良趋势',
      left: '50%',
      top: '3%',
      textAlign: 'center',
@@ -2322,8 +2322,8 @@
    grid: {
      left: '2%',
      right: '2%',
      bottom: '20%',
      top: '15%',
      bottom: '15%',
      top: '20%',
      containLabel: true
    },
    legend: {
@@ -2505,9 +2505,9 @@
        symbolSize: 6,
        lineStyle: {
          normal: {
            color: '#ffe000' // 线条颜色
            color: '#ffa800' // 线条颜色
          },
          borderColor: '#ffe000'
          borderColor: '#ffa800'
        },
        label: {
          show: true,
@@ -2519,7 +2519,7 @@
        },
        itemStyle: {
          normal: {
            color: '#ffe000'
            color: '#ffa800'
          }
        },
        tooltip: {
@@ -2553,9 +2553,9 @@
        symbolSize: 6,
        lineStyle: {
          normal: {
            color: '#ffa800' // 线条颜色
            color: '#ffee00' // 线条颜色
          },
          borderColor: '#ffa800'
          borderColor: '#ffee00'
        },
        label: {
          show: true,
@@ -2567,7 +2567,7 @@
        },
        itemStyle: {
          normal: {
            color: '#ffa800'
            color: '#ffee00'
          }
        },
        tooltip: {