Browse Source

Refactoring

pull/6491/head
Thomas Kaul 3 weeks ago
parent
commit
142f91750f
  1. 3
      libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts

3
libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts

@ -85,9 +85,10 @@ export class GfPortfolioProportionChartComponent
protected readonly proportionChartClicked = output<AssetProfileIdentifier>();
private readonly OTHER_KEY = 'OTHER';
private readonly chartCanvas =
viewChild.required<ElementRef<HTMLCanvasElement>>('chartCanvas');
private readonly OTHER_KEY = 'OTHER';
private colorMap: {
[symbol: string]: string;

Loading…
Cancel
Save