guoyujia 10 kuukautta sitten
vanhempi
commit
9146050075
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      src/views/business/processErrorSatistics/index.vue

+ 7 - 1
src/views/business/processErrorSatistics/index.vue

@@ -512,7 +512,13 @@ function updateCompleteChart(yearData, yearLabel, toData) {
       name: '工艺文件制作错误次数',
       type: 'line',
       data: toData
-    }]
+    },
+    {
+      name: '工艺文件制作错误次数',
+      type: 'bar',
+      data: toData
+    }
+  ]
   });
 //   echartInstance.value.on('click', function (params) {
 //     console.log(params)