王震
2023-08-30 e40c2d5988a9ad1afa26421bf8cfdfffba1e0ff3
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'
              }