| | |
| | | width: 1, |
| | | }, |
| | | // [[15,10], [15,11], [10,6], [7.5,12], [5,12], [2.5,5], [2.5,9], [1,7]] |
| | | data: [ |
| | | |
| | | ], |
| | | data: [], |
| | | markPoint: { |
| | | data: [ |
| | | { type: 'max', name: 'Max' }, |
| | |
| | | }, |
| | | series: [ |
| | | { |
| | | name: '干燥效率', |
| | | data: ganZaoXiaoLv, |
| | | markLine: { |
| | | symbol: 'none', |
| | |
| | | }, |
| | | }, |
| | | }, |
| | | { data: zhengQiXiaoHao }, |
| | | { data: dianNengXiaoHao }, |
| | | // { data: zhengQiXiaoHao }, |
| | | // { data: dianNengXiaoHao }, |
| | | ], |
| | | }) |
| | | } |
| | |
| | | opacity: 0; |
| | | } |
| | | } |
| | | |
| | | .error-div { |
| | | position: absolute; display: flex; align-items: center; |
| | | } |
| | | .error-marker { |
| | | width: 18px; height: 18px; background: red; border-radius: 50%; |
| | | } |
| | | .error-msg { |
| | | margin-left: 6px; |
| | | height: 24px; |
| | | background: gray; border-radius: 5px; font-weight: bold; color: red |
| | | } |
| | | .warn-marker { |
| | | width: 18px; height: 18px; background: orange; border-radius: 50%; |
| | | } |
| | | .warn-msg { |
| | | margin-left: 6px; |
| | | height: 24px; |
| | | background: gray; border-radius: 5px; font-weight: bold; color: orange; |
| | | } |
| | | </style> |
| | |
| | | // result.forEach((item) => { |
| | | // eqpCodes.push(item.code) |
| | | // }) |
| | | queryRealTime() |
| | | |
| | | }) |
| | | .catch((err) => { |
| | | //console.log(`output->err`, err) |
| | |
| | | option2 && chart2.setOption(option2) |
| | | option3 && chart3.setOption(option3) |
| | | option4 && chart4.setOption(option4) |
| | | queryRealTime() |
| | | } |
| | | |
| | | var shangliaoFlag = false |