Disable mining charts iteration on mobile widgets

This commit is contained in:
nymkappa
2022-03-07 11:41:41 +01:00
parent ce56934ca5
commit fc2d40e924
3 changed files with 3 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ export class HashrateChartComponent implements OnInit {
bottom: this.widget ? 30 : 60,
},
tooltip: {
show: !this.isMobile() || !this.widget,
trigger: 'axis',
axisPointer: {
type: 'line'