return {
label: locale + ' ' + percentage + '%' ?? '',
y: result ? result.total : 0,
color,
toolTipContent: result ? result.total.toString() : 0,
labelFontColor: color,
indexLabelFontColor: color,
};
i have this code but i can't \n or br in this i don't know why and i want juste label is top and percentage is bottom label
can you help me pls