Graph

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

Graph

Post by rajan »

I like project and provider's graphs on ifreelance.com. I like its coloring which has 3d effects and smoothness of graph, How can I create such type of area graph and pie graph using php?
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

I've had a quick look around the site and I can't see any graphs. Have a look at JPGraph, that has many graphs built in and I know it's quite popular.

Regards,
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

Post by rajan »

Please take a look http://www.ifreelance.com/project/stats ... ctid=14723. I like its graphs' color shades and smoothness.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I find the best way to get an anti-alias effect using GD is to create a much larger scaled image (2-4 times larger) and size it down afterwards
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

Post by rajan »

How did you do this?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Did you do any research before asking that?
Post Reply