Kartik B
Kartik B
Hi Ricardo, Can you please provide an example of what goes inside the method. private getLegendCallback = (function(self) { function handle(chart) { // Do stuff here to return an object...
hi Ricardo, I followed your instructions. Here is the snippet of my code. ------------------------------------------------------------------- legendData: any; pieChartOptions: any = { legend: { legendCallback: this.getLegendCallback } } private getLegendCallback = (function(self)...
Sorry, did not paste the html code properly. Here is my HTML code ``` {{legendItem.text}} ``` ---------------------------------------------------------------------- Here is my ChartOptions code ``` pieChartOptions: any = { legend: { legendCallback:...