I like graph on ifreelance.com. How can I create such type of graph 3-D colored and smooth using php? This must not be using php-flash so that user can save graph using right click save option.
| SitePoint Sponsor |
I like graph on ifreelance.com. How can I create such type of graph 3-D colored and smooth using php? This must not be using php-flash so that user can save graph using right click save option.
Submit your seo tool or resource at seo web directory
Please take a look http://www.ifreelance.com/project/st...rojectid=14723. I like its graphs' color shades and smoothness. I just want to know how can we give such type of color shading
Submit your seo tool or resource at seo web directory
For the area graphs in there can be done from PHP GD library too. But i am not sure about the gradient coloring without using the Flash. Go for the http://www.fusioncharts.com and see the examples there. They are pretty much fine.

Do you mean the tiny bar graphs there, with the gradient on the bar?
If its taht, then it can be done with a little CSS and php, use CSS's background-position to position the background. So like half of the background is an image of the bar solid, the other half is "empty" background, together the backgrund is double the size of the viewable area, the viewable area is fixed size (easier.) So if 0%, position the background so that only the "empty" part shows, and only show the bar part if value is 100%, position accordingly for everything in between.


Edit: Sorry, misread first post.
Bookmarks