Feature/improve tooltip of portfolio proportion chart (#1919)

* Hide title

* Update changelog
This commit is contained in:
Thomas Kaul
2023-05-01 19:26:49 +02:00
committed by GitHub
parent c19984c3d0
commit e3c9316486
2 changed files with 7 additions and 0 deletions

View File

@@ -394,6 +394,9 @@ export class PortfolioProportionChartComponent
})} ${this.baseCurrency} (${percentage.toFixed(2)}%)`
];
}
},
title: () => {
return '';
}
}
};