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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user