Feature/improve treemap chart for holdings (#3563)

* Various improvements

* Introduce permission: accessHoldingsChart
* Improve style of toggle
* Add border radius

* Update changelog
This commit is contained in:
Thomas Kaul
2024-07-13 10:45:10 +02:00
committed by GitHub
parent 96434c5a54
commit 9ecc3176a5
7 changed files with 55 additions and 29 deletions

View File

@@ -1,4 +1,3 @@
import { getLocale } from '@ghostfolio/common/helper';
import { PortfolioPosition, UniqueAsset } from '@ghostfolio/common/interfaces';
import { CommonModule } from '@angular/common';
@@ -95,6 +94,7 @@ export class GfTreemapChartComponent
return red[9];
}
},
borderRadius: 4,
key: 'allocationInPercentage',
labels: {
align: 'left',