|
@@ -767,11 +767,11 @@ export default {
|
|
}]
|
|
}]
|
|
}]
|
|
}]
|
|
}
|
|
}
|
|
- this.row2.chart1.chartLine.setOption(option)
|
|
|
|
|
|
+ this.row2.chart1.chartLine.setOption(option)
|
|
if (this.row2.chart1.chartLine != null) {
|
|
if (this.row2.chart1.chartLine != null) {
|
|
window.onresize = function() {
|
|
window.onresize = function() {
|
|
this.row2.chart1.chartLine.resize()
|
|
this.row2.chart1.chartLine.resize()
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
var that = this
|
|
var that = this
|
|
that.row2.chart1.chartLine.on('mouseover', e => {
|
|
that.row2.chart1.chartLine.on('mouseover', e => {
|
|
@@ -809,11 +809,11 @@ export default {
|
|
}],
|
|
}],
|
|
color: ['#529ae4', '#e4e7ec']
|
|
color: ['#529ae4', '#e4e7ec']
|
|
}
|
|
}
|
|
- this.row2.chart2.chartLine.setOption(option)
|
|
|
|
|
|
+ this.row2.chart2.chartLine.setOption(option)
|
|
if (this.row2.chart2.chartLine != null) {
|
|
if (this.row2.chart2.chartLine != null) {
|
|
window.onresize = function() {
|
|
window.onresize = function() {
|
|
this.row2.chart2.chartLine.resize()
|
|
this.row2.chart2.chartLine.resize()
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
var that = this
|
|
var that = this
|
|
that.row2.chart2.chartLine.on('mouseover', e => {
|
|
that.row2.chart2.chartLine.on('mouseover', e => {
|
|
@@ -875,7 +875,7 @@ export default {
|
|
text: '',
|
|
text: '',
|
|
subtext: ''
|
|
subtext: ''
|
|
},
|
|
},
|
|
- color: ['#38c193', '#5199e5', '#fdb06a', '#fb8b73'], // 关键加上这句话,legend的颜色和折线的自定义颜色就一致了
|
|
|
|
|
|
+ color: ['#ff0000', '#5199e5', '#fdb06a', '#fb8b73'], // 关键加上这句话,legend的颜色和折线的自定义颜色就一致了
|
|
grid: {
|
|
grid: {
|
|
bottom: '10%'
|
|
bottom: '10%'
|
|
},
|
|
},
|
|
@@ -908,17 +908,17 @@ export default {
|
|
{type:'slider' }, //用于添加滑动条缩放,
|
|
{type:'slider' }, //用于添加滑动条缩放,
|
|
],
|
|
],
|
|
series: [
|
|
series: [
|
|
- { symbol: 'none', name: '实际重量', type: 'line', symbolSize: 4, data: chartLine_data.data3, smooth: true, barWidth: '37', itemStyle: { normal: { lineStyle: { color: '#38c193' }}}},
|
|
|
|
- { symbol: 'none', name: '设计重量', type: 'line', symbolSize: 4, barWidth: '37', data: chartLine_data.data2, itemStyle: { normal: { lineStyle: { color: '#5199e5' }}}},
|
|
|
|
- { name: '开始重量', symbol: 'image://https://kptyun.cn:8081/file/pic/3.png', symbolSize: 10, type: 'scatter', data: chartLine_data.data4 },
|
|
|
|
- { name: '结束重量', symbol: 'image://https://kptyun.cn:8081/file/pic/4.png', symbolSize: 10, type: 'scatter', data: chartLine_data.data5 }
|
|
|
|
|
|
+ { symbol: 'none', name: '实际重量', type: 'line', data: chartLine_data.data3, itemStyle: { normal: { lineStyle: { color: '#ff0000' ,width:2}}}},
|
|
|
|
+ { symbol: 'none', name: '设计重量', type: 'line', data: chartLine_data.data2, itemStyle: { normal: { lineStyle: { width:2}}}},
|
|
|
|
+ { name: '开始重量', symbol: 'image://https://kptyun.cn:8081/file/pic/3.png', symbolSize: 6, type: 'scatter', data: chartLine_data.data4 },
|
|
|
|
+ { name: '结束重量', symbol: 'image://https://kptyun.cn:8081/file/pic/4.png', symbolSize: 6, type: 'scatter', data: chartLine_data.data5 }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
this.row2.chart3.chartLine.setOption(option)
|
|
this.row2.chart3.chartLine.setOption(option)
|
|
- if (this.row2.chart3.chartLine != null) {
|
|
|
|
- window.onresize = function() {
|
|
|
|
- this.row2.chart3.chartLine.resize()
|
|
|
|
- }
|
|
|
|
|
|
+ if (this.row2.chart3.chartLine != null) {
|
|
|
|
+ window.onresize = function() {
|
|
|
|
+ this.row2.chart3.chartLine.resize()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
getCarLength() {
|
|
getCarLength() {
|
|
@@ -1165,11 +1165,11 @@ export default {
|
|
{ name: '计划准确率(去除取消重量)', type: 'line', symbol: 'none', smooth: true, itemStyle: { normal: { lineStyle: { color: '#fd8d75' }}}, data: chartLine_data.data4 }
|
|
{ name: '计划准确率(去除取消重量)', type: 'line', symbol: 'none', smooth: true, itemStyle: { normal: { lineStyle: { color: '#fd8d75' }}}, data: chartLine_data.data4 }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
- this.row3.chart1.chartLine.setOption(option)
|
|
|
|
|
|
+ this.row3.chart1.chartLine.setOption(option)
|
|
if (this.row3.chart1.chartLine != null) {
|
|
if (this.row3.chart1.chartLine != null) {
|
|
window.onresize = function() {
|
|
window.onresize = function() {
|
|
this.row3.chart1.chartLine.resize()
|
|
this.row3.chart1.chartLine.resize()
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 泌乳牛干物质采食量
|
|
// 泌乳牛干物质采食量
|
|
@@ -1177,7 +1177,7 @@ export default {
|
|
this.row3.chart2.listLoading = true
|
|
this.row3.chart2.listLoading = true
|
|
GetReportform(this.row3.chart2.getdataListParm).then(response => {
|
|
GetReportform(this.row3.chart2.getdataListParm).then(response => {
|
|
console.log('泌乳牛干物质采食量数据', response)
|
|
console.log('泌乳牛干物质采食量数据', response)
|
|
- if (response.data !== null && response.data.list !== null && response.data.data !== null) {
|
|
|
|
|
|
+ if (response.data !== null && response.data.list !== null && response.data.data !== null) {
|
|
for (let i = 0; i < response.data.data.length; i++) {
|
|
for (let i = 0; i < response.data.data.length; i++) {
|
|
if (response.data.data[i].field1 !== '' && response.data.data[i].field1 !== undefined) {
|
|
if (response.data.data[i].field1 !== '' && response.data.data[i].field1 !== undefined) {
|
|
response.data.data[i].field1 = parseFloat(response.data.data[i].field1)
|
|
response.data.data[i].field1 = parseFloat(response.data.data[i].field1)
|
|
@@ -1228,11 +1228,11 @@ export default {
|
|
itemStyle: { barBorderRadius: [18, 18, 0, 0], normal: { color: '#36c293' }}, yAxisIndex: 1, data: chartLine_data.data3
|
|
itemStyle: { barBorderRadius: [18, 18, 0, 0], normal: { color: '#36c293' }}, yAxisIndex: 1, data: chartLine_data.data3
|
|
}]
|
|
}]
|
|
}
|
|
}
|
|
- this.row3.chart2.chartLine.setOption(option)
|
|
|
|
|
|
+ this.row3.chart2.chartLine.setOption(option)
|
|
if (this.row3.chart2.chartLine != null) {
|
|
if (this.row3.chart2.chartLine != null) {
|
|
window.onresize = function() {
|
|
window.onresize = function() {
|
|
this.row3.chart2.chartLine.resize()
|
|
this.row3.chart2.chartLine.resize()
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
@@ -1297,10 +1297,10 @@ export default {
|
|
}]
|
|
}]
|
|
}
|
|
}
|
|
this.row4.chart1.chartLine.setOption(option)
|
|
this.row4.chart1.chartLine.setOption(option)
|
|
- if (this.row4.chart1.chartLine != null) {
|
|
|
|
- window.onresize = function() {
|
|
|
|
- this.row4.chart1.chartLine.resize()
|
|
|
|
- }
|
|
|
|
|
|
+ if (this.row4.chart1.chartLine != null) {
|
|
|
|
+ window.onresize = function() {
|
|
|
|
+ this.row4.chart1.chartLine.resize()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
@@ -1352,11 +1352,11 @@ export default {
|
|
name: '重量', type: 'bar', stack: '广告', itemStyle: { normal: { color: '#36C293' }}, data: chartLine_data.data2
|
|
name: '重量', type: 'bar', stack: '广告', itemStyle: { normal: { color: '#36C293' }}, data: chartLine_data.data2
|
|
}]
|
|
}]
|
|
}
|
|
}
|
|
- this.row4.chart2.chartLine.setOption(option)
|
|
|
|
|
|
+ this.row4.chart2.chartLine.setOption(option)
|
|
if (this.row4.chart2.chartLine != null) {
|
|
if (this.row4.chart2.chartLine != null) {
|
|
window.onresize = function() {
|
|
window.onresize = function() {
|
|
this.row4.chart2.chartLine.resize()
|
|
this.row4.chart2.chartLine.resize()
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|