PHP Graph & Chart
PHP Graph & Chart script provides an interactive drawing and diagramming solution to render graph visualization, anaylsis and layout.-
GrCharts is a class meant for generating bar charts on which each bar is represents a share value relative to a given starting total value. It can be used to generate charts for presenting poll results.GrCharts generates HTML tags for each bar in the chart in several styles that are available like using images to draw the bars or just ...
-
Charts in php can generate bar charts from data retrieved from a MySQL database. It can execute a given MySQL query and draw bars using legends and values returned in the query results.
-
PHP Graph Plotting is a simple program/library that can be used for plotting graphs.
-
php Ico can extract graphics from .ico files and build a PNG images from them. It can parse the .ico file header and retrieve the information about how many icons there are in the file, their size, color depth and palette.php Ico can extract each icon image into a new image that can be saved in the PNG format. The ...
-
Diagram 2 can draw diagrams of hierarchy trees defined in XML files. The diagram class is a follow-up of another class released here before. Instead of arrays, now it uses XML to define the diagram.Diagram 2 also implements more features supporting: borders, text colors, fonts, text alignments, backgrounds, paddings, margins, text over the node connections and the thickness of the ...
-
CGraph 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. ...
-
Class library for barchart,piechart and linechart graphs.
-
PowerGraphic is a class meant for generating graphic charts of several types from a data set of values to be represented in the chart.The chart data set is passed as an array of values representing the chart labels the respective chart value. Currently it can generate charts of the types: vertical bars, horizontal bars, dots, lines, pie and donut.The presentation ...
-
WavEdit can be used to manipulate audio files in the WAV format. Currently in only supports uncompressed audio files with a single channel of 8 or 16 bit samples.WavEdit can perform the following manipulation types:- Open multiple WAV audio files- Parse the WAV file header information- Crop an audio file- Apply audio effects such as: fade in, fade out, echo, ...
-
Barcode Print can be used to generate barcode graphics and send them to a printer. It uses GNU Barcode program to generate the barcode graphic definitions.The barcode graphics are rendered and sent to a graphical printer using PHP Windows printer extension. So, currently in only works under Windows systems.
-
Class which generates a barcode128 for printing (PDF format).
-
sql2dia creates a diagram from your sql file.
-
ASCII 2 Image is meant to render .nfo text files as graphical images. It uses the GD library to render the .nfo text file lines generating a PNG image of the appropriate size.
-
Text To Image is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size.Text To Image can take the text foreground and background color parameters by value or by name. The rendered text ...
-
Stacked Bar Chart Class contains four classes that generate images stacked bar chart in the PNG format. There is no limit in terms of number chart elements that can be rendered in a chart.The object oriented structure allows to add new classes that in conjunction with the main chart class may also draw pie, line or any other kind of ...

