Jump to content

Help!

ShenaniganCoder

Can someone please tell me how to make circle graphs in PHP. I've seen the tutorials on websites but those circle graphs are very hard to look at.

Something like the Google Chart Tools for JavaScript would be nice. Doesn't have to be super interactive, I'm just looking for something that looks nice.

Thanks!

Link to comment
Share on other sites

Link to post
Share on other sites

You can't use PHP for this. PHP is a server-side language, at best it can generate the HTML with inline CSS for a graph but you will probably need a Javascript based solution for this.

Link to comment
Share on other sites

Link to post
Share on other sites

20 hours ago, Brenz said:

You can't use PHP for this. PHP is a server-side language, at best it can generate the HTML with inline CSS for a graph but you will probably need a Javascript based solution for this.

There was a PHP solution called LibChart but it looked very, very bad

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×