Commit 4cf93c5d authored by xxx's avatar xxx

修改

parent 5935b90b
......@@ -113,6 +113,10 @@ export default {
wanchengNum:[],
jihuaNum:[],
wanchengRate:[],
caiquName1:['采区1','采区2','采区3','采区4',],
wanchengNum1:[21,40,15,31],
jihuaNum1:[50,50,50,50],
wanchengRate1:[42,80,30,62],
},
//月生产完成效率
echarts3Data:{
......@@ -421,7 +425,7 @@ export default {
xAxis: [
{
type: 'category',
data: this.echarts2Data.caiquName,
data: this.echarts2Data.caiquName1,
axisPointer: {
type: 'shadow'
},
......@@ -490,7 +494,7 @@ export default {
return value + 'T';
}
},
data: this.echarts2Data.wanchengNum,
data: this.echarts2Data.wanchengNum1,
barWidth: 10,
itemStyle: {
normal: {
......@@ -506,7 +510,7 @@ export default {
return value + 'T';
}
},
data: this.echarts2Data.jihuaNum,
data: this.echarts2Data.jihuaNum1,
barWidth: 10,
itemStyle: {
normal: {
......@@ -523,7 +527,7 @@ export default {
return value + '%';
}
},
data: this.echarts2Data.wanchengRate,
data: this.echarts2Data.wanchengRate1,
itemStyle: {
normal: {
lineStyle: { color: '#FFC200' } //设置线条颜色
......@@ -910,6 +914,12 @@ export default {
tooltip: {
trigger: 'axis',
},
grid: {
left: '3%',
right: '8%',
bottom: '20%',
containLabel: true
},
xAxis: [
{
type: 'category',
......@@ -955,10 +965,12 @@ export default {
data: this.echarts7Data.outputNum,
barWidth: 10,
itemStyle: {
normal: {
color: '#09EDFB'
}
}
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#00B7FF' },
{ offset: 1, color: '#2244AC' }
])
},
}
]
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment