Fix dotted line style at tx chart.

Remove dotted line from inverted mempool chart.
This commit is contained in:
Miguel Medeiros 2021-10-01 00:35:08 -03:00
parent e144d0c8e5
commit 5c9d44e9eb
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ export class IncomingTransactionsGraphComponent implements OnInit, OnChanges {
symbol: 'none', symbol: 'none',
lineStyle: { lineStyle: {
color: '#fff', color: '#fff',
opacity: 0.75, opacity: 1,
width: 2, width: 2,
}, },
data: [{ data: [{

View File

@ -134,8 +134,8 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
symbol: 'none', symbol: 'none',
lineStyle: { lineStyle: {
color: '#fff', color: '#fff',
opacity: 0.75, opacity: 1,
width: 2, width: this.inverted ? 2 : 0,
}, },
data: [{ data: [{
yAxis: '1000000', yAxis: '1000000',