Feature/improve tooltip of portfolio proportion chart (#1919)
* Hide title * Update changelog
This commit is contained in:
parent
c19984c3d0
commit
e3c9316486
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the tooltip of the portfolio proportion chart component
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed the missing platform name in the allocations by platform chart on the allocations page
|
- Fixed the missing platform name in the allocations by platform chart on the allocations page
|
||||||
|
@ -394,6 +394,9 @@ export class PortfolioProportionChartComponent
|
|||||||
})} ${this.baseCurrency} (${percentage.toFixed(2)}%)`
|
})} ${this.baseCurrency} (${percentage.toFixed(2)}%)`
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
title: () => {
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user