Disable smooth flag for LN lines charts

This commit is contained in:
nymkappa
2022-08-29 11:34:01 +02:00
parent c3604b5495
commit 0ad8dc8529
2 changed files with 5 additions and 5 deletions

View File

@@ -274,7 +274,7 @@ export class LightningStatisticsChartComponent implements OnInit {
width: 1,
},
},
smooth: true,
smooth: false,
},
{
zlevel: 0,
@@ -288,7 +288,7 @@ export class LightningStatisticsChartComponent implements OnInit {
opacity: 0.5,
},
type: 'line',
smooth: true,
smooth: false,
}
],
dataZoom: this.widget ? null : [{