|
|
|
@ -1032,7 +1032,7 @@ export default {
|
|
|
|
color: '#66C7FA',
|
|
|
|
color: '#66C7FA',
|
|
|
|
position: 'top',
|
|
|
|
position: 'top',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data: this.form.isSimulate ? this.form.chart2.map(e => e.value2) : productionArr,
|
|
|
|
data: this.form.isSimulate ? this.form.chart2.map(e => e.value2) : productionArr1,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: 'pictorialBar',
|
|
|
|
type: 'pictorialBar',
|
|
|
|
@ -1063,7 +1063,7 @@ export default {
|
|
|
|
itemStyle: {
|
|
|
|
itemStyle: {
|
|
|
|
color: '#0D2DD7'
|
|
|
|
color: '#0D2DD7'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data: this.form.isSimulate ? this.form.chart2.map(e => e.value2) : productionArr,
|
|
|
|
data: this.form.isSimulate ? this.form.chart2.map(e => e.value2) : productionArr1,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|