mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Display 0-1 sat/vb fees in graph
This commit is contained in:
parent
630967680f
commit
18989cf1e4
2 changed files with 1 additions and 3 deletions
|
@ -194,9 +194,6 @@ export class StatisticsComponent 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
|
||||
|
|
|
@ -162,6 +162,7 @@ body {
|
|||
/* Chartist */
|
||||
$ct-series-names: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z);
|
||||
$ct-series-colors: (
|
||||
#b71c1c,
|
||||
#D81B60,
|
||||
#8E24AA,
|
||||
#5E35B1,
|
||||
|
|
Loading…
Add table
Reference in a new issue