[][src]Crate piechart

piechart is a library for drawing fancy pie charts like the following in the terminal:

example image

For more information visit the docs for Chart.

Structs

Chart

The Chart struct contains the configuration for displaying some data.

Data

A data item is used to describe a datapoint that will be rendered in the Chart::draw-method.

Enums

Color

A colour is one specific type of ANSI escape code, and can refer to either the foreground or background colour.