This class is meant to generate bar graphs defined either programatically calling the class functions or using definition file to specify the graph characteristics.
The graph definitions file structure is very simple and so it is probably a better way to create graphics on the fly.
It supports axis background or border color, title text and color, graph background color, bars background and border colors, padding distances, etc.. Transparent background and transparency levels for the entire image are also supported.
The bar graph images are generated in true color in PNG format.
Draw pie charts, bar, line graphs from definitions
This package consists of one base class that provides common functionality to draw graphs and charts with a title, an axis, a scale and a legend. There are also other derived classes specialized in drawing pie charts, line or bar graphs.
The details of the different types of graphs are configured in separate configuration files to simplify the creation of new charts.
The graphs are outputted as true color images in the PNG format.
This class can generate barcode graphics supporting different bar formatting standards.
It supports the standards EAN-13, EAN-8, UPC-A, UPC-E, ISBN, 2 of 5 interleaved, postnet, codabar, code128, code39 and code93.
The barcode graphics can be generated as images in the PNG, GIF or JPEG formats. The generated images can be served as the current script output or stored in a file.
Class to draw line, point, area, and bar graphs.
Can use left and/or right hand y axis for text. Positive and negative values accepted.
X axis can be numeric, with zero axis support.
Refer to examples, as well as source code, for illustration of use.
Requires GD and TTF support. Tested on PHP4.0.4pl1.