I have the following list of data points which are a field called “reason for leaving” for an interview data type
Reason A, Reason A, Reason B, Reason C, Reason D, Reason D, Reason D
My repeating group is set up as follows:
Repeating Group A’s List of Interviews:grouped by Reason for Leaving: count
This gives me:
2, 1, 1, 3
I want to display this in a bar chart but as a percentage
- 2 → 28.57%
- 1 → 14.29%
- 1 → 14.29%
- 3 → 42.86%
use a chart element…or a chart plugin, also consider showing percentages in a pie chart instead of bar chart, or at least give the user a feature to select which one they prefer.
I am using the Premium Charts Bundle - Charts JS plugin. Just wondering how to set it up so that the bar chart shows percentages
check on the forum showcase thread or reach out to the developer, or check the plugin page to see if there is any documentation provided etc. I don’t use that plugin personally, so I can not help.