PrinceLee 5 年之前
父节点
当前提交
18114206e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/quality/defectStatistics.vue

+ 1 - 1
src/views/quality/defectStatistics.vue

@@ -386,7 +386,7 @@ export default {
           series: [
             {
               name: '缺陷数量', type: 'bar', barWidth: '20px', data: this.chart1Data.yaxis[0] && this.chart1Data.yaxis[0].data || [],
-              itemStyle: { normal: { label: { show: true, formatter: '{b} : {c}', position: 'top' }}}
+              itemStyle: { normal: { label: { show: true, formatter: '{c}', position: 'top' }}}
             }
           ]
         }