Hide mempool count line by default
This commit is contained in:
parent
413941f5ac
commit
6efeeb1d64
@ -27,7 +27,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||||||
@Input() data: any[];
|
@Input() data: any[];
|
||||||
@Input() filterSize = 100000;
|
@Input() filterSize = 100000;
|
||||||
@Input() limitFilterFee = 1;
|
@Input() limitFilterFee = 1;
|
||||||
@Input() hideCount: boolean = false;
|
@Input() hideCount: boolean = true;
|
||||||
@Input() height: number | string = 200;
|
@Input() height: number | string = 200;
|
||||||
@Input() top: number | string = 20;
|
@Input() top: number | string = 20;
|
||||||
@Input() right: number | string = 10;
|
@Input() right: number | string = 10;
|
||||||
@ -53,7 +53,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||||||
chartInstance: any = undefined;
|
chartInstance: any = undefined;
|
||||||
weightMode: boolean = false;
|
weightMode: boolean = false;
|
||||||
isWidget: boolean = false;
|
isWidget: boolean = false;
|
||||||
showCount: boolean = true;
|
showCount: boolean = false;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private vbytesPipe: VbytesPipe,
|
private vbytesPipe: VbytesPipe,
|
||||||
|
@ -32,7 +32,7 @@ export class StatisticsComponent implements OnInit {
|
|||||||
chartColors = chartColors;
|
chartColors = chartColors;
|
||||||
filterSize = 100000;
|
filterSize = 100000;
|
||||||
filterFeeIndex = 1;
|
filterFeeIndex = 1;
|
||||||
showCount = true;
|
showCount = false;
|
||||||
maxFeeIndex: number;
|
maxFeeIndex: number;
|
||||||
dropDownOpen = false;
|
dropDownOpen = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user