abarcar Simple Bar Graph is a simple script to display results in bars. No gd is required.
To install: Unpack abarcar_bargraph.tar.gz, modify input.php3, interest.php3 as needed or copy into page, FTP to webserver, and you are ready.
DynaGraph creates dynamic graphs based on data selected from a database query. Using PHP, DynaGraph accesses a MySQL database, and uses the results to plot information to a bar graph in the GIF format, using gd1.3.
This is a PHP Class to draw graphs. Line, Point, Area, and Bar Graphs are supported. Legends, shading, and zero-axis support. Output is highly configurable. Refer to examples for illustration of use. Requires GD and TTF support. Tested on PHP4.0.2.
Use the BAR_GRAPH class to create horizontal / vertical bar-graphs and progress bars. You can create simple graphs and even grouped bar-graphs with legends, add labels, change colors etc. No graphics or libraries (GD etc.) required.
New in version 2.8: abs. values prefix.
Oscillograph is a chart that intended for web visualisation of dynamic data.
Based on Chart generation class and
JavaScript for updating chart dynamycally.
JpGraph is a OO Graph drawing library for PHP4 as well as PHP5. Highlighted features: Supports both text, linear and log scale for both X and Y-axis; Supports image maps; Supports anti-aliasing of lines; Background image; Supports color-gradient fill; Supports both, GIF, JPG and PNG formats; Supports two Y-axis; Supports spider plots, pie-charts (2D and 3D), lineplots, filled line plots, impuls plots, bar plots (both vertical and horizontal), error plots, field plots, box plots, candle charts,Polar plots and Gantt charts; Multiple plot types in one graph; Intelligent autoscaling; alpha-blending and clipping and many more features.