From e8252a155ccbce10313966bfc040121914b9145d Mon Sep 17 00:00:00 2001 From: "LAPTOP-R6EHHS26\\86155" <2217640373@qq.com> Date: Fri, 29 Mar 2024 18:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8C=85=E8=A3=85=E7=BA=BF?= =?UTF-8?q?=E6=9D=A1=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kanban/Packagingline/index.vue | 39 +++++++++++++++++------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/src/views/kanban/Packagingline/index.vue b/src/views/kanban/Packagingline/index.vue index f275b0fc..2bc161c2 100644 --- a/src/views/kanban/Packagingline/index.vue +++ b/src/views/kanban/Packagingline/index.vue @@ -1015,22 +1015,39 @@ export default { }, { name: "计划产量", - data: [], - type: "bar", - showBackground: true, - backgroundStyle: { - color: "rgba(180, 180, 180, 0.2)", - }, + type: "line", + stack: "总量", + symbol: "circle", + symbolSize: 8, itemStyle: { normal: { - barBorderRadius: 5, - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ - { offset: 0, color: "#66E1DF" }, - { offset: 1, color: "#005954" }, - ]), + color: "#88E4E3", + lineStyle: { + color: "#88E4E3", + width: 1, + }, }, }, + data: [], }, + // { + // name: "计划产量", + // data: [], + // type: "bar", + // showBackground: true, + // backgroundStyle: { + // color: "rgba(180, 180, 180, 0.2)", + // }, + // itemStyle: { + // normal: { + // barBorderRadius: 5, + // color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + // { offset: 0, color: "#66E1DF" }, + // { offset: 1, color: "#005954" }, + // ]), + // }, + // }, + // }, ], }; myChart6.setOption(option6);