value
2023-08-30 8a8efe6140e31fe75e27503a9ac186d8feab9267
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'
              }