Hello. Thank you for your answer.
I have attached a Dropbox link to the data.
Each column is a survey question. Each question has only a certain number of possible answers.
For each column, I need a plugin to count how many times each of the different answers are present, and then plot the count on a pie chart.
So if column name was for example “what is your favourite colour”
And the rows contained
Red
Violet
Green
Green
Red
Blue
Pink
The graph would see that there are 4 different answers and would count each of them.
The pie chart would graph
Red:2
Violet:1
Green:2
Blue:1
Pink:1
-
This reply was modified 4 years, 6 months ago by billyqureshi. Reason: Typing error