zouyu
2023-08-28 161741b7683d0c5b5e553ecc4e1276950cb75b40
src/views/chart/work/index.vue
@@ -326,6 +326,9 @@
              axisPointer: {
                type: 'shadow'
              },
              nameTextStyle:{
                padding:20
              }
            }
          ],
          yAxis: [
@@ -374,7 +377,7 @@
                  return value + ' %';
                }
              },
              data: [{value:20},{value:40}],
              data: data2,
              itemStyle: {
                color: '#d2eec5'
              }