mirror of
https://github.com/mempool/mempool.git
synced 2025-10-04 19:33:38 +02:00
Fix dotted line style at tx chart.
Remove dotted line from inverted mempool chart.
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user