From 940e7c465bf07f21b368058a9c8193336634047f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Ha=C3=9Fel?= Date: Tue, 23 Sep 2025 11:44:29 +0200 Subject: [PATCH] removed Plot points --- src/main/angular/src/app/plot/plot/plot.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/angular/src/app/plot/plot/plot.component.ts b/src/main/angular/src/app/plot/plot/plot.component.ts index 0a0520d..4fd1b8a 100644 --- a/src/main/angular/src/app/plot/plot/plot.component.ts +++ b/src/main/angular/src/app/plot/plot/plot.component.ts @@ -203,7 +203,7 @@ export class PlotComponent implements AfterViewInit, OnDestroy { borderWidth: 1, barThickness: 'flex', borderColor: graph.color, - pointRadius: graph.series.type === SeriesType.BOOL ? 0 : 4, + pointRadius: 0, // graph.series.type === SeriesType.BOOL ? 0 : 4, pointBackgroundColor: graph.color, backgroundColor: graph.color + "33", yAxisID: "y" + graph.axis.id,