I am a newbie in php and I am just wondering will it bepossible if I retrieve the data from mySQL and create a pie chart without installing those GD library and stuff? If yes, how can I do it? I have tried to use JSP, however it's not a good option for creating a pie chart. Thank you very much.
How can I create a pie chart from the data in MySQL?
Collapse
X
-
-
Search on the google for pie chart PHP, you will find many classes which you can easily use to get pie charts with your data.Originally posted by euniceeeI am a newbie in php and I am just wondering will it bepossible if I retrieve the data from mySQL and create a pie chart without installing those GD library and stuff? If yes, how can I do it? I have tried to use JSP, however it's not a good option for creating a pie chart. Thank you very much.
If you want o create it yourself, you would need to do that with GD Library.
Find the documentation here
Comment