Merge pull request #846 from MiguelMedeiros/fix-optimize-series-data

Remove vbytesPipe from series data.
This commit is contained in:
wiz 2021-10-01 04:44:08 +09:00 committed by GitHub
commit 88527b41e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
color: chartColors[index], color: chartColors[index],
opacity: 1, opacity: 1,
}, },
data: this.vbytesPipe.transform(value, 2, 'vB', 'MvB', true) data: value
}; };
} }
}); });