优化包装线条看板

yangwl
LAPTOP-R6EHHS26\86155 8 months ago
parent b2d8659e12
commit e8252a155c

@ -1015,22 +1015,39 @@ export default {
}, },
{ {
name: "计划产量", name: "计划产量",
data: [], type: "line",
type: "bar", stack: "总量",
showBackground: true, symbol: "circle",
backgroundStyle: { symbolSize: 8,
color: "rgba(180, 180, 180, 0.2)",
},
itemStyle: { itemStyle: {
normal: { normal: {
barBorderRadius: 5, color: "#88E4E3",
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ lineStyle: {
{ offset: 0, color: "#66E1DF" }, color: "#88E4E3",
{ offset: 1, color: "#005954" }, 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); myChart6.setOption(option6);

Loading…
Cancel
Save