Hey guys,
I am looking to create a vertical bar graph that will display some php variables. Never really created a graph before or did anything like it so some ideas would be cool.
Thanks,
Creepy
BUMP: Any ideas and or examples would be awesome :]
[url]http://www.flotcharts.org/[/url]
Not possible with php along, you'll need another language to help. I use this. It's js. And easy to follow.
[URL="http://http://code.shutterstock.com/rickshaw/"]http://http://code.shutterstock.com/rickshaw/[/URL]
[QUOTE=rymn;40288772]Not possible with php along, you'll need another language to help.[/QUOTE]
You can generate images with the GD library [url]http://php.net/manual/en/book.image.php[/url].
Although I'd be more inclined to do it by generating HTML and CSS.
You could be very wasteful and generate bar divs serverside, or you can use a clientside library.
[QUOTE=SGI Onyx;40289157]You could be very wasteful and generate bar divs serverside, or you can use a clientside library.[/QUOTE]
Not very wasteful, if you're worried about resources you can always cache it.