|
@@ -1167,7 +1167,9 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
v_series.push({
|
|
|
- name: "总稼动率", type: 'line', smooth: true, //symbol: 'none',
|
|
|
+ name: "总稼动率", type: 'line',
|
|
|
+ smooth:true,
|
|
|
+ showSymbol: false,
|
|
|
data: week_efficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#F0F275', // 这里设置折线的颜色
|
|
@@ -1178,24 +1180,28 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
v_series.push({
|
|
|
- name: "A组稼动率", type: 'line', smooth: true, //symbol: 'none',
|
|
|
+ name: "A组稼动率", type: 'line',
|
|
|
+ smooth:true,
|
|
|
+ showSymbol: false,
|
|
|
data: week_aefficiency, itemStyle: {
|
|
|
normal: {
|
|
|
- color: '#1EFFFF', // 这里设置折线的颜色
|
|
|
+ color: '#1EFFFF', // 这里设置折线的颜色
|
|
|
lineStyle: {
|
|
|
color: '#1EFFFF' // 这里同时设置线头的颜色
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
v_series.push({
|
|
|
- name: "B组稼动率", type: 'line', smooth: true, //symbol: 'none',
|
|
|
+ name: "B组稼动率", type: 'line',
|
|
|
+ smooth:true,
|
|
|
+ showSymbol: false,
|
|
|
data: week_befficiency, itemStyle: {
|
|
|
normal: {
|
|
|
- color: '#fb4750', // 这里设置折线的颜色
|
|
|
+ color: '#fb4750', // 这里设置折线的颜色
|
|
|
lineStyle: {
|
|
|
color: '#fb4750' // 这里同时设置线头的颜色
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
});
|
|
@@ -1227,9 +1233,10 @@ export default {
|
|
|
show: true, //不显示图例
|
|
|
inactiveColor: "#04417A",
|
|
|
data: "",
|
|
|
+ icon:"circle",
|
|
|
textStyle: {color: "#fff"},
|
|
|
top: "top",
|
|
|
- padding:[0,0],
|
|
|
+ left:"left",
|
|
|
},
|
|
|
grid: {
|
|
|
left: '3%',
|
|
@@ -1292,7 +1299,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
v_series.push({
|
|
|
- name: "总产量", type: 'line', //symbol: 'none',
|
|
|
+ name: "总产量", type: 'line', smooth:true, showSymbol: false,
|
|
|
data: week_efficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#F0F275', // 这里设置折线的颜色
|
|
@@ -1303,7 +1310,7 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
v_series.push({
|
|
|
- name: "A组产量", type: 'line', //symbol: 'none',
|
|
|
+ name: "A组产量", type: 'line', smooth:true, showSymbol: false,
|
|
|
data: week_aefficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#1EFFFF', // 这里设置折线的颜色
|
|
@@ -1314,7 +1321,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
v_series.push({
|
|
|
- name: "B组产量", type: 'line', //symbol: 'none',
|
|
|
+ name: "B组产量", type: 'line', smooth:true, showSymbol: false,
|
|
|
data: week_befficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#fc4850', // 这里设置折线的颜色
|
|
@@ -1339,9 +1346,10 @@ export default {
|
|
|
show: true, //不显示图例
|
|
|
inactiveColor: "#04417A",
|
|
|
data: "",
|
|
|
+ icon:"circle",
|
|
|
textStyle: {color: "#fff"},
|
|
|
top: "top",
|
|
|
- padding:[0,0],
|
|
|
+ left:"left",
|
|
|
},
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
@@ -1423,7 +1431,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
v_series.push({
|
|
|
- name: "总电量", type: 'line', smooth: true, //symbol: 'none',
|
|
|
+ name: "总电量", type: 'line', smooth:true, showSymbol: false,
|
|
|
data: week_efficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#F0F275', // 这里设置折线的颜色
|
|
@@ -1434,7 +1442,7 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
v_series.push({
|
|
|
- name: "A组电量", type: 'line', smooth: true, //symbol: 'none',
|
|
|
+ name: "A组电量", type: 'line', smooth:true, showSymbol: false,
|
|
|
data: week_aefficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#1EFFFF', // 这里设置折线的颜色
|
|
@@ -1445,7 +1453,7 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
v_series.push({
|
|
|
- name: "B组电量", type: 'line', smooth: true, //symbol: 'none',
|
|
|
+ name: "B组电量", type: 'line', smooth:true, showSymbol: false,
|
|
|
data: week_befficiency, itemStyle: {
|
|
|
normal: {
|
|
|
color: '#fb4750', // 这里设置折线的颜色
|
|
@@ -1483,8 +1491,10 @@ export default {
|
|
|
show: true, //不显示图例
|
|
|
inactiveColor: "#04417A",
|
|
|
data: "",
|
|
|
+ icon:"circle",
|
|
|
textStyle: {color: "#fff"},
|
|
|
top: "top",
|
|
|
+ left:"left",
|
|
|
padding:[0,5]
|
|
|
},
|
|
|
grid: {
|