mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Remove vbytesPipe from series data.
This commit is contained in:
parent
d72dbc1415
commit
83cce0c3a7
@ -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…
Reference in New Issue
Block a user