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);
|
const finalArrayVbyte = this.generateArray(mempoolStats);
|
||||||
|
|
||||||
// Remove the 0-1 fee vbyte since it's practially empty
|
|
||||||
finalArrayVbyte.shift();
|
|
||||||
|
|
||||||
this.mempoolVsizeFeesData = {
|
this.mempoolVsizeFeesData = {
|
||||||
labels: labels,
|
labels: labels,
|
||||||
series: finalArrayVbyte
|
series: finalArrayVbyte
|
||||||
|
Loading…
x
Reference in New Issue
Block a user