Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
A full graphics class for creating Bar, Line, Area, Pie, and Scientific plots on the fly with PHP3 or PHP4<p>
<blockquote>
<b>Supports</b>: TTF, multiple graphs per image,
</blockquote>
Full site at <A HREF="http://www.jeo.net/php/phplot/">http://www.jeo.net/php/phplot/</A>
<p>
Afan Ottenheimer
|
|
The following is an html graph generator which I developed a while back and have made very good use of in several projects..
*update* - fixed the test array so it does not stretch the page out.
|
|
This piece of code demostrates the use of phplot (see Code Gallery entry) to create inline superimposed graphs from large arrays of data. To facilitate this, random image files are generated in a temporary directory on the server, which are then displayed inline. When the temporary dir becomes too large, its contents are purged recursively.
|
|
This class converts data (sorted) into image/graph
|
|
Draws a dynamic PNG bar graph image from
data in parameters
|
|
I guess you already had the Idea of this class. It create a Dynamic Bar Chart of your Dynamic Report, This class can be used for Finance Report, Site Log Report, or any other application that need Bar Chart Auto Generation
|
|
Graph drawing class. Can draw any combination of line, point, bar, or area graphs. Also supports GIF and PNG, legends, negative values, stacked/overlapping bars, numeric x-axis, brushed lines with custom brushes.
|
|
Graphite is a php graphing class which supports multiple data plots with bars, lines, or areas on a single graph. Negitive values are also supported. Check out examples <a href="http://www.cjhunter.com/~nathan/graph_example.html">here</a>
|
|
Generates a bar graph view of the result of an online poll.
|
|
This the easy way to make a line chart.
This app. containts 2 files :
1. graph.php -- as a class library
2. image.php -- as image creator
|