Skip to content

Commit

Permalink
Changed readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nipuman committed Jun 14, 2012
1 parent b095f44 commit 8451ddc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
@@ -1,4 +1,9 @@
php-piegraph
============

Generate pie chart graphics from arrays of values
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.

0 comments on commit 8451ddc

Please sign in to comment.