Merge branch 'master' into nymkappa/feature/timespan-selector-update

This commit is contained in:
wiz
2022-04-23 06:23:23 +00:00
committed by GitHub
31 changed files with 743 additions and 113 deletions

View File

@@ -287,8 +287,12 @@ export class HashrateChartComponent implements OnInit {
}
},
splitLine: {
show: false,
}
lineStyle: {
type: 'dotted',
color: '#ffffff66',
opacity: 0.25,
}
},
}
],
series: data.hashrates.length === 0 ? [] : [
@@ -321,7 +325,7 @@ export class HashrateChartComponent implements OnInit {
realtime: true,
zoomLock: true,
maxSpan: 100,
minSpan: 10,
minSpan: 5,
moveOnMouseMove: false,
}, {
showDetail: false,