
as-diagrams is a PHP class that can be used togenerate bar chart diagrams using only HTML withCSS styles and icon images. It does not use GD orany other dynamic graphics generation library. Ittakes as parameters a set of values that defineeach bar of the chart and a set of labels forhorizontal and vertical axis legends. It generatesa bar chart using HTML tables for displaying eachgroup of bars and also lists the sample valuenumbers. Additionally, it may gather sample valuesto generate the charts from the results of a givenSQL query.
More...