Browse Source

Refactoring

pull/3929/head
Thomas Kaul 10 months ago
parent
commit
b8db61b1bb
  1. 4
      libs/ui/src/lib/treemap-chart/treemap-chart.component.ts

4
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

Loading…
Cancel
Save