Dear all, Am new programmers and I'm facing a problem on how I can draw a pie chart column-wise using PHP MySQL. Please see the MySQL table below;
id Q1 Q2 Q3
1 Female No 30
2 Male Yes 40
3 Female Yes 50
4 Male Yes 60
What I need is PHP/high chart code that will dynamically plot a pie chart for columns q1,q2, and q3. The idea here is to have the output as per google form does.