Add mark line to mempool chart.

This commit is contained in:
Miguel Medeiros 2021-09-29 21:44:13 -03:00
parent d72dbc1415
commit e144d0c8e5
No known key found for this signature in database
GPG key ID: 819EDEE4673F3EBB

View file

@ -129,6 +129,22 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
opacity: 0.85, opacity: 0.85,
}, },
}, },
markLine: {
silent: true,
symbol: 'none',
lineStyle: {
color: '#fff',
opacity: 0.75,
width: 2,
},
data: [{
yAxis: '1000000',
label: {
show: false,
color: '#ffffff',
}
}],
},
areaStyle: { areaStyle: {
color: chartColors[index], color: chartColors[index],
opacity: 1, opacity: 1,