Flip mempool chart by using patched chartist package by @techmix

This commit is contained in:
softsimon
2020-11-10 21:05:54 +07:00
parent 22cece394c
commit 61945c2283
7 changed files with 14190 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
import { Component, Input, OnChanges, ChangeDetectionStrategy } from '@angular/core';
import * as Chartist from 'chartist';
import * as Chartist from '@mempool/chartist';
@Component({
selector: 'app-fee-distribution-graph',