Namespace SamChristy\PieChart
PieChart | Abstract class that is designed to be extended for drawing pie charts with different graphics libraries. Use PieChartGD or PieChartImagick to actually draw your charts. |
PieChartColor | Utility class for storing colours in a library-agnostic format. |
PieChartGD | A lightweight class for drawing pie charts, using the GD library. |
PieChartImagick | A lightweight class for drawing pie charts, using the ImageMagick library. |