Use dynamic gradient based on fee levels on mempool blocks.

fixes #64
This commit is contained in:
softsimon
2020-05-24 22:23:56 +07:00
parent 4d2fcf96c6
commit ba007a4b17
4 changed files with 57 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import { Component, Input, OnChanges } from '@angular/core';
import { VbytesPipe } from 'src/app/pipes/bytes-pipe/vbytes.pipe';
import * as Chartist from 'chartist';
@Component({