Graidle (Graph aid) is a Web application for creating charts.
It can be used to generate several types of graphical diagrams. It has several classes which specialize in generating histograms (horizontal), spider graphs, pie charts, and line (filled) charts. Several presentation aspects may be configured, such as the colors, fonts, dimensions, labels, and axes. The diagrams are generated as true color images using PHP and GD library functions, and can be displayed as the current script output or saved to a file in the PNG format.
License: GNU General Public License (GPL)
Changes:
The code was optimized. Legend position on top and
bottom was introduced. The setFontMono() function
was added to support monospace fonts. Other new
functions include setFontSmallSize($size),
setFontBigSize($size), setFontLegSize($size),
setLegMaxLen($len), and
setFontLegend($fontleg,$size=8). The
setFont($font,$size=8) and
setFontBD($fontbd,$size=8) functions were
modified.