mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 15:10:12 +01:00
Add mark line to mempool chart.
This commit is contained in:
parent
d72dbc1415
commit
e144d0c8e5
1 changed files with 16 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue