as-diagrams 1.0.11 (Default branch) |
|
|
as-diagrams is a PHP class that can be used to
generate bar chart diagrams using only HTML with
CSS styles and icon images. It does not use GD or
any other dynamic graphics generation library. It
takes as parameters a set of values that define
each bar of the chart and a set of labels for
horizontal and vertical axis legends. It generates
a bar chart using HTML tables for displaying each
group of bars and also lists the sample value
numbers. Additionally, it may gather sample values
to generate the charts from the results of a given
SQL query.
|