2 projects tagged "pie"
WS Charts is a PHP class that can be used to render charts of several types. It takes a list of values that define points of one or more sets and renders charts of several possible types: line, bar, surface, and pie. The class provides options to choose colors, gradients, show coordinates, etc. The generated charts can be saved to a given file or displayed as the current script output.
Easy Chart is an object to display several types of charts in Canvas elements. It takes the values, labels, and colors of each point and renders the chart in canvas elements of a given size. Currently, it supports rendering charts of types: line, scatter, column, bar, and pie. The chart background color, grid color and spacing, error, and mouse event handlers are configurable parameters.