Set zlevel for all graphs series

This commit is contained in:
nymkappa
2022-04-11 21:17:15 +09:00
parent 606c867e92
commit 1db1b13907
6 changed files with 19 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ export class IncomingTransactionsGraphComponent implements OnInit, OnChanges {
},
series: [
{
zlevel: 0,
data: this.data.series[0],
type: 'line',
smooth: false,