Very simple pie chart
Package:
Summary:
Render a pie chart image from a list of values
Groups:
Author:
Description:
This class can render a pie chart image from a list of values.
It takes an associative array of values and renders an image with a pie chart on which each slice represents one of the values of the list.
The labels of each slice are the indexes of the list associative array. The colors of each slice are assigned randomly.
It takes an associative array of values and renders an image with a pie chart on which each slice represents one of the values of the list.
The labels of each slice are the indexes of the list associative array. The colors of each slice are assigned randomly.
Comments are closed.