mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Color fix for 0-1 sat/vb fees in tv graph
This commit is contained in:
parent
18989cf1e4
commit
3f35671fb5
@ -94,9 +94,6 @@ export class TelevisionComponent implements OnInit {
|
||||
|
||||
const finalArrayVbyte = this.generateArray(mempoolStats);
|
||||
|
||||
// Remove the 0-1 fee vbyte since it's practially empty
|
||||
finalArrayVbyte.shift();
|
||||
|
||||
this.mempoolVsizeFeesData = {
|
||||
labels: labels,
|
||||
series: finalArrayVbyte
|
||||
|
Loading…
Reference in New Issue
Block a user