Set zlevel for all graphs series

This commit is contained in:
nymkappa
2022-04-11 21:17:15 +09:00
parent 233af87eb4
commit 25c55b53a2
6 changed files with 19 additions and 3 deletions

View File

@@ -167,6 +167,9 @@ export class PoolComponent implements OnInit {
xAxis: {
type: 'time',
splitNumber: (this.isMobile()) ? 5 : 10,
axisLabel: {
hideOverlap: true,
}
},
yAxis: [
{
@@ -189,6 +192,7 @@ export class PoolComponent implements OnInit {
],
series: [
{
zlevel: 0,
name: 'Hashrate',
showSymbol: false,
symbol: 'none',