From b8db61b1bb0239a6e12ae482d87aed7988e61587 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:56:15 +0200 Subject: [PATCH] Refactoring --- libs/ui/src/lib/treemap-chart/treemap-chart.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ui/src/lib/treemap-chart/treemap-chart.component.ts b/libs/ui/src/lib/treemap-chart/treemap-chart.component.ts index 3c745ed57..7f74a81e1 100644 --- a/libs/ui/src/lib/treemap-chart/treemap-chart.component.ts +++ b/libs/ui/src/lib/treemap-chart/treemap-chart.component.ts @@ -170,8 +170,8 @@ export class GfTreemapChartComponent `${netPerformancePercentWithCurrencyEffect > 0 ? '+' : ''}${(ctx.raw._data.netPerformancePercentWithCurrencyEffect * 100).toFixed(2)}%` ]; }, - position: 'top', - hoverColor: ['white'] + hoverColor: 'white', + position: 'top' }, spacing: 1, tree: this.holdings