Bar graph allows you to draw online 2D graphs or save output into GIF image. For input you have 3 arrays: array with names of X axis, array with column values, and array with RGB code for column color. It requires GD library.
These files were created as I needed a slightly faster way of producing graphs than other options available on the web. Other PHP scripts using the GD Libraries seem to be so complicated they take too long to draw and display on a poor performance machine.
3dlib is a PHP class for drawing anything you want in 3D space coordinates including 3D Charts. All 3D space transformations are implemented. Some GD functions are adapted. 3dChart() function is added.
The scripts draws the bar chart with any number of series. It allows to configure the title, title color, axes color, background color and optionally, you can have your own background image.
This script is similar to the bar chart generator on the same website. It lets you create line graphs on the fly. It lets you configure the background color, title string color, axes color etc. You can also have a custom background image for the graph.