legend:{
enabled:true,
labelFormatter: function () {
return this.name+':' +this.y+'('+this.percentage.toFixed(1) +'%)';
}
},
In angular code for highcharts piechart, in legend i am getting below error
1.Property 'y' does not exist on type 'Point | Series'
2.Property 'percentage' does not exist on type 'Point | Series'
How to resolve these issues
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…