|
|
|
@ -257,9 +257,12 @@ export class OilUnloadingProcessListComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
series: [ |
|
|
|
|
{ |
|
|
|
|
name: '卸油事件', |
|
|
|
|
name: '卸油车次', |
|
|
|
|
data: [], |
|
|
|
|
type: 'bar', |
|
|
|
|
label: { |
|
|
|
|
show: true |
|
|
|
|
}, |
|
|
|
|
itemStyle: { |
|
|
|
|
color: { |
|
|
|
|
type: 'linear', |
|
|
|
@ -299,7 +302,7 @@ export class OilUnloadingProcessListComponent implements OnInit {
|
|
|
|
|
], |
|
|
|
|
legend: { |
|
|
|
|
selectedMode: false, // 是否允许点击
|
|
|
|
|
data: ['卸油事件', '卸油预警'], |
|
|
|
|
data: ['卸油车次', '卸油预警'], |
|
|
|
|
textStyle: { |
|
|
|
|
color: '#fff' |
|
|
|
|
}, |
|
|
|
|