|
|
|
|
|
| <?php
// Sample bar chart
require_once ("class_ebcharts.php");
$b=new chart("EDEMO","bar",400,200);
$b->add_value('10,20,30,25,33','Software');
$b->add_value('11,14,25,15,23','Hardware');
$b->add_value('5,6,8,9,11','Labor');
$b->add_label("first,second,third,fourth,fifth");
$b->set_color_table('0x339966,0x999900,0xcc3300,0x669999,0x993333');
$b->show_legend();
$b->draw();
?> | | |
|
| HTML_Graphs provides a simple PHP interface for
creating pure HTML charts. Categories : Graphics, PHP, PHP Classes, Charts and Graphs | | | 3dLib - a class for drawing in 3D space. Supported functions: Line, SetPixel, Polygon, FilledPolygon, etc. 3dChart() function has been added for one-call drawing of 3d charts. Support of mostly used 3d-transformations. Categories : Graphics, Math., PHP Classes, PHP, Charts and Graphs | | | HTML_Graphs uses PHP to provide a consistent interface for creating HTML based charts. The user of the class sets up arrays that are passed to html_graph() which then takes care of all the messy HTML layout. Categories : Graphics, Arrays, PHP, PHP Classes, Charts and Graphs | | | Simple class that uses GD to draw pie charts. After the class definition there's some sample code to demonstrate how you use the class.
Categories : Graphics, PHP, PHP Classes, GD image library, Charts and Graphs | | | How to create charts for php using Rchart Categories : PHP, Java, JSP, Graphics, Charts and Graphs | | | Three Cool Classes and One Trick Categories : PHP, PHP Classes, Graphics, Email | | | a simple pie-chart in php3 (with gd) Categories : PHP, Graphics, GD image library, Charts and Graphs | | | Advanced Image WaterMarker Categories : PHP, PHP Classes, GD image library, Graphics, Object Oriented | | | Display a bar chart based on random values. Categories : Graphics, PHP, GD image library, Charts and Graphs | | | Image Cache Categories : Graphics, PHP Classes, PHP | | | Image Generation Class ( PNG Format ) Categories : PHP, GD image library, PHP Classes, Graphics | | | imageMarker v 3.00 with new advanced features Categories : PHP, PHP Classes, Graphics, GD image library | | | A class to draw real 3D graphics with surface area Categories : Graphics, PHP, PHP Classes | | | crop and resize image class using gd library function Categories : PHP, PHP Classes, GD image library, Graphics | | | Render TTF Text to PNG. Text message, font, size, rotation, padding, color, background, and transparency can all be defined via URL. Categories : PHP, PHP Classes, Graphics | |
| |
| |
|