Add more acceleration stats

This commit is contained in:
Mononaut
2023-07-21 14:13:36 +09:00
parent f86645b50c
commit 14ad0c8ecb
4 changed files with 21 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ export class BlockFeeRatesGraphComponent implements OnInit {
top: this.widget ? 20 : (this.isMobile() ? 10 : 50),
},
tooltip: {
show: !this.isMobile() && !this.widget,
show: !this.isMobile(),
trigger: 'axis',
axisPointer: {
type: 'line'