Rudighert Schalchli

Results 3 comments of Rudighert Schalchli

@GeraudWilling the problem is when you call the function. try like this only to see if work in the component test(){ this.legendData = this.chartComponent.chart.generateLegend(); } in the view Test Labels...

Hi @Danielapariona my solution was: First, download and install [Chart Piece Label](https://github.com/emn178/Chart.PieceLabel.js/) In your component: **component.ts** ```javascript public pieOptions:any = { pieceLabel: { render: function (args) { let total =...