From 18989cf1e4319043cd81ee27d4de7a30d5ef0799 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 28 Mar 2020 13:55:52 +0700 Subject: [PATCH] Display 0-1 sat/vb fees in graph --- frontend/src/app/components/statistics/statistics.component.ts | 3 --- frontend/src/styles.scss | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/app/components/statistics/statistics.component.ts b/frontend/src/app/components/statistics/statistics.component.ts index b050b5a0c..0c2960e1d 100644 --- a/frontend/src/app/components/statistics/statistics.component.ts +++ b/frontend/src/app/components/statistics/statistics.component.ts @@ -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 diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 40dc19d81..1e37b80db 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -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,