mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
Merge pull request #846 from MiguelMedeiros/fix-optimize-series-data
Remove vbytesPipe from series data.
This commit is contained in:
commit
88527b41e7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||
color: chartColors[index],
|
||||
opacity: 1,
|
||||
},
|
||||
data: this.vbytesPipe.transform(value, 2, 'vB', 'MvB', true)
|
||||
data: value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue