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,