Browse Source

Hide title

pull/1919/head
Thomas 2 years ago
parent
commit
29b6e819f8
  1. 3
      libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts

3
libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts

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

Loading…
Cancel
Save