Browse Source

品质看板雷达图调整

xiaost 1 year ago
parent
commit
f8cd3b9e06
1 changed files with 3 additions and 10 deletions
  1. 3 10
      src/components/qualityechart/bottom3Chart/chart.vue

+ 3 - 10
src/components/qualityechart/bottom3Chart/chart.vue

@@ -137,10 +137,7 @@ export default {
             center: ['68%', '27%'],
             radius: '30%',
             name: {
-              textStyle: {
-                color: '#fff',
-                fontSize:15
-              }
+              color: '#fff',
             },
             splitNumber: 8,
             axisLine: {
@@ -169,27 +166,23 @@ export default {
               {
                 name: '来料不良',
                 max: 85,
-                color: '#fff',
-                fontSize: 15
               },
               {
                 name: '制程不良',
                 max: 85,
-                color: '#fff'
               },
               {
                 name: '设计不良',
                 max: 85,
-                color: '#fff'
               },
               {
                 name: '其他',
                 max: 85,
-                color: '#fff'
               }
             ],
             axisName: {
-              fontSize: 5
+              fontSize: 12,
+              color: '#fff',
             },
             nameGap: 8
           },