From 3d57597b10b87aca03cd0c0026a59305a7898db9 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:39:59 +0100 Subject: [PATCH] Register plugin --- libs/ui/src/lib/line-chart/line-chart.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ui/src/lib/line-chart/line-chart.component.ts b/libs/ui/src/lib/line-chart/line-chart.component.ts index 33a04aebc..09b7a0579 100644 --- a/libs/ui/src/lib/line-chart/line-chart.component.ts +++ b/libs/ui/src/lib/line-chart/line-chart.component.ts @@ -29,6 +29,7 @@ import { LineChartItem } from '@ghostfolio/common/interfaces'; import { ColorScheme } from '@ghostfolio/common/types'; import { Chart, + Decimation, Filler, LineController, LineElement, @@ -74,6 +75,7 @@ export class LineChartComponent implements AfterViewInit, OnChanges, OnDestroy { public constructor(private changeDetectorRef: ChangeDetectorRef) { Chart.register( + Decimation, Filler, LineController, LineElement,