Add block sizes and weights graph

This commit is contained in:
nymkappa
2022-05-10 16:40:56 +02:00
parent 19e432ecd1
commit 101ba351a8
10 changed files with 546 additions and 7 deletions

View File

@@ -278,9 +278,6 @@ export class BlockFeeRatesGraphComponent implements OnInit {
this.chartInstance = ec;
this.chartInstance.on('click', (e) => {
if (e.data.data === 9999) { // "Other"
return;
}
this.zone.run(() => {
if (['24h', '3d'].includes(this.timespan)) {
const url = new RelativeUrlPipe(this.stateService).transform(`/block/${e.data[2]}`);