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,