Disable difficulty adjustment table for now until loadMore is implemented
This commit is contained in:
@@ -172,7 +172,7 @@ export class HashrateChartComponent implements OnInit {
|
||||
},
|
||||
xAxis: {
|
||||
type: 'time',
|
||||
splitNumber: this.isMobile() ? 5 : 10,
|
||||
splitNumber: (this.isMobile() || this.widget) ? 5 : 10,
|
||||
},
|
||||
legend: {
|
||||
data: [
|
||||
|
||||
Reference in New Issue
Block a user