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 b89a549a75
commit ff8f2fafe8
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',