legendLabel method
Implementation
String legendLabel(PieChartItem item) {
return '${(item.weight * 100 / totalWeight).round()}% ${item.shortLabel}';
}
String legendLabel(PieChartItem item) {
return '${(item.weight * 100 / totalWeight).round()}% ${item.shortLabel}';
}