removed Plot points
This commit is contained in:
parent
8a07a4e63f
commit
940e7c465b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user