diff --git a/README.md b/README.md index 1fa83de..eef4945 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ php-piegraph ============ -Generate pie chart graphics from arrays of values \ No newline at end of file +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. \ No newline at end of file