This commit is contained in:
2023-11-09 17:37:34 +08:00

View File

@@ -91,6 +91,7 @@
<script>
import THeader from '@components/header.vue'
import { productionStatistics } from '@js/getData1'
// import { productionStatistics } from '@js/getData11'
export default {
name: 'ProdCount',
components: {
@@ -253,6 +254,10 @@ export default {
})
// 指定图表的配置项和数据
var option = {
grid: {
left: "3%",
containLabel: true
},
legend: {
top: 20,
right: 10,
@@ -323,7 +328,7 @@ export default {
type: 'bar',
barWidth: 14,
stack: '完成情况',
// data: [15, 20, 36, 10],
// data: [60, 20, 36, 10],
data: unFinishArr,
itemStyle: {
normal: {