Feature/improve tooltip of portfolio proportion chart (#1919)
* Hide title * Update changelog
This commit is contained in:
@@ -394,6 +394,9 @@ export class PortfolioProportionChartComponent
|
||||
})} ${this.baseCurrency} (${percentage.toFixed(2)}%)`
|
||||
];
|
||||
}
|
||||
},
|
||||
title: () => {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user