Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 356 Bytes

php-piegraph

Generate pie chart graphics from arrays of values.

This class can generate pie chart graphics from arrays of values for each slice of the pie. You can customize the colors and the size of the chart and the legends that are displayed. The class uses the PHP GD 2 extension for generating an image of the chart in the PNG format.