package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Packages

Binary donutdemo displays a couple of Donut widgets.

# Functions

CellOpts sets cell options on cells that contain the donut.
Clockwise sets the donut widget for a progression in the clockwise direction.
CounterClockwise sets the donut widget for a progression in the counter-clockwise direction.
HideTextProgress disables the display of a text enumerating the progress.
HolePercent sets the size of the "hole" inside the donut as a percentage of the donut's radius.
Label sets a text label to be displayed under the donut.
LabelAlign sets the alignment of the label under the donut.
New returns a new Donut.
ShowTextProgress configures the Gauge so that it also displays a text enumerating the progress.
StartAngle sets the starting angle in degrees, i.e.
TextCellOpts sets cell options on cells that contain the displayed text progress.

# Constants

DefaultHolePercent is the default value for the HolePercent option.
DefaultLabelAlign is the default value for the LabelAlign option.
DefaultStartAngle is the default value for the StartAngle option.

# Structs

Donut displays the progress of an operation by filling a partial circle and eventually by completing a full circle.

# Interfaces

Option is used to provide options.