Closed meghanaNanuvala closed 5 months ago
You can refer to any value in data using curly brackets, e.g.: {originated_percent}
.
is this : series.dataFields.valueYShow = '{originated_percent}';
Can you please provide exact one, because i have tried above one. It's not as expected.
No, you can refer it in a tooltip:
series.columns.template.tooltipText = '[bold]{name}[/]\n[font-size:12px]{categoryX}: {valueY}[/]' + '({originated_percent}%[/])';
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Hi
I need to display percentage along with actual value, which is calculated by us in Stacked bar chart.
I referred this document: https://www.amcharts.com/docs/v4/tutorials/using-percent-values-in-series/
I have written below snippet:
In the above originated_percent, I have given. This is how data looks like:
Can you help us to add a custom percentage? Please reach out to me asap, i need your help.