Chart-0.13.1: A library for generating 2D Charts and Plots

Graphics.Rendering.Chart.Pie

Description

A basic pie chart.

Note that template haskell is used to derive accessor functions (see Data.Accessor) for each field of the following data types:

These accessors are not shown in this API documentation. They have the same name as the field, but with the trailing underscore dropped. Hence for data field f_::F in type D, they have type

   f :: Data.Accessor.Accessor D F

Documentation