PHP Graph & Chart
PHP Graph & Chart script provides an interactive drawing and diagramming solution to render graph visualization, anaylsis and layout.-
The background of each option appears in the color that it represents. A large list of colors using only their hexadecimal codes as option names, is generated.
-
The different attributes are displayed in concentric circles, ordered by importance, to outline relationships between attributes and items data.The generated chart is stored in a file in the SVG format.
-
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 ...
-
HTML Bar Chart works with any browser and the GD PHP extension is not required.
-
There are several classes to define different types of charts. QGoogle Chart only generates the Google Chart API URL.Key Features of QGoogle Chart:- Encoding- Exception lists provided methods- Line, Bar, Pie, Venn, Scatter or Sparkline ChartsRequirements:PHP 5.0 or higher
-
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.
-
Currently, Space maps can generate an image with a space map with a given number of sectors placed at random locations in a way that they do not overlap. It can also render optional space gates.The map image is served as the active script output, in JPEG format.Requirements:PHP 4 or higher
-
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
-
bm_chart can create an image and render individual data values that appear in the chart image as lines, bars and pie slices.Each value can be rendered with a text label. The value colors and margin distances are configurable. The generated chart images can either be served as the current script output or saved to an image file.
-
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.
-
Page Snapshot requires a browser and an external program such as Hypersnap.
-
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

