-
The colors, size and legends of the chart that get displayed, can be customized. Pie Graph uses the PHP GD2 extension for generating an image of the chart in the PNG format.Requirements: - PHP 3.0 or higher - PHP GD2 extension
-
HTML Graph provides means to define the value, color and label of each bar. HTML unordered lists and CSS is used to generate the whole graphic and configure presentation details.Requirements: PHP 5.0 or higher
-
HTML Chart is easy to use and does not use the GD library.
-
Several presentation details such as the chart colors can be configured before generating the image in PNG format.
-
Gauge can draw a graphic of a circular gauge like the cars fuel gauge with a pointer that indicates the current position of a given parameter value relative to given scale.By default Gauge uses a scale from 0% to 100% and draws a red arc at 50% a yellow arc at 80% and a green arc at 100%. It is ...
-
PHP Draw takes a string with commands that define the graphic primitives to be drawn in an image. Several commands are currently supported: right, left, up, down, ellipse, filledellipse, filledarc, rectangle, polygon, color, x, y, pixel, fontsize, text and file.The main class interprets the drawing commands by calling separate classes that draw the requested graphic primitives in an image. The ...
-
Bubble class generates and displays images in the JPEG format that represent bubble charts. It can be useful to show the positioning of subjects (such as companies, products, people, organizations, teams and so on) face to 2 qualities (classified according to a semantic scale) at time.The width of the bubble allows to represent a third quality of the subject: this ...
-
The main class takes the data set that defines the values of the chart and passes to separate classes specialized in generating different types of charts.Currently there are classes specialized in generating bar and pie charts. The output SVG tags defining the chart graphic objects, are returned.The main class assembles the returned chart SVG graphics with a legend if its ...
-
Several types of charts design and configuration parameters are used to output HTML that makes the charts appear on a local page by embedding images from the eBCharts service.
-
Google Graph generates the URL with all the parameters of a chart image to be generated by the Google Chart API. Currently it supports generating the URL for defining charts of types: line, bar, pie, Venn and scatter.The chart markers, title, image width and height, line, axis, grid lines, legend, labels and background fill, can be configured.Requirements:PHP 3.0 or higher
-
ean13 takes a bar code number and renders the corresponding bars and code numbers and the checksum using a TrueType font specific for rendering bar codes with the ean-13 standard.The generated bar code image gets served in PNG format as the current script output.Requirements:PHP 3.0 or higher
-
The SVG language allows for a high degree of control of the output, thus svgGraph is intended to be extended. In order to view the SVG files, a SVG plug-in is required.
-
Left and/or right hand Y axis can be used for text. Positive and negative values accepted. X axis can be numeric, with zero axis support.Requirements:- PHP 4.0.4 or higher- PHP GD extension- TTF support
-
Bar and Line Point Chart takes a set of values to present in the chart and generates an image of a given size using the GD library to render the chart graphics.Parameters such as the title, sub-title, horizontal and vertical axis captions, horizontal and vertical scales, can be configured.
-
There is a base class that provides base graph rendering engine features like allocating colors, drawing axis, grids, legends, polygons, etc..There are also two sub-classes specialized in rendering line and 3D bar graphs from sets of data passed as arrays. The generated graphs are saved in PNG format as the current script output.Requirements:PHP 3.0 or higher

