Fix dotted line style at tx chart.
Remove dotted line from inverted mempool chart.
This commit is contained in:
parent
e144d0c8e5
commit
5c9d44e9eb
@ -133,7 +133,7 @@ export class IncomingTransactionsGraphComponent implements OnInit, OnChanges {
|
||||
symbol: 'none',
|
||||
lineStyle: {
|
||||
color: '#fff',
|
||||
opacity: 0.75,
|
||||
opacity: 1,
|
||||
width: 2,
|
||||
},
|
||||
data: [{
|
||||
|
@ -134,8 +134,8 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
||||
symbol: 'none',
|
||||
lineStyle: {
|
||||
color: '#fff',
|
||||
opacity: 0.75,
|
||||
width: 2,
|
||||
opacity: 1,
|
||||
width: this.inverted ? 2 : 0,
|
||||
},
|
||||
data: [{
|
||||
yAxis: '1000000',
|
||||
|
Loading…
x
Reference in New Issue
Block a user