removed Plot points

This commit is contained in:
Patrick Haßel 2025-09-23 11:44:29 +02:00
parent 8a07a4e63f
commit 940e7c465b

View File

@ -203,7 +203,7 @@ export class PlotComponent implements AfterViewInit, OnDestroy {
borderWidth: 1, borderWidth: 1,
barThickness: 'flex', barThickness: 'flex',
borderColor: graph.color, borderColor: graph.color,
pointRadius: graph.series.type === SeriesType.BOOL ? 0 : 4, pointRadius: 0, // graph.series.type === SeriesType.BOOL ? 0 : 4,
pointBackgroundColor: graph.color, pointBackgroundColor: graph.color,
backgroundColor: graph.color + "33", backgroundColor: graph.color + "33",
yAxisID: "y" + graph.axis.id, yAxisID: "y" + graph.axis.id,