Crate piechart[][src]

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.

Style

A style is a collection of properties that can format a string using ANSI escape codes.

Enums

Color

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