Display 0-1 sat/vb fees in graph

This commit is contained in:
softsimon 2020-03-28 13:55:52 +07:00
parent 630967680f
commit 18989cf1e4
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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,