mirror of
https://github.com/mempool/mempool.git
synced 2025-09-28 08:07:04 +02:00
Color fix for 0-1 sat/vb fees in tv graph
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user