Remove vbytesPipe from series data.

This commit is contained in:
Miguel Medeiros 2021-09-29 21:47:39 -03:00
parent d72dbc1415
commit 83cce0c3a7
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB

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
}; };
} }
}); });