# Functions
NewAxis creates a new instance of Axis.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOHLCChart creates a new instance of the OHLC component.
No description provided by the author
NewLinear constructs a new linear scale.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
First means only the first items will be kept in the slice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Last means only the last items will be kept in the slice.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
DefaultOHLCRunes contains the default runes using the box drawing characters.
No description provided by the author
# Structs
Axis represents a chart Axis.
No description provided by the author
No description provided by the author
No description provided by the author
Container is a dynamic box that can dynamically render different primitives.
DecimalValue represents a decimal value that can be undefined, in which case Valid is set to false.
Flex is a wrapper around tview.Flex that allows easy keyboard navigation.
No description provided by the author
No description provided by the author
OHLC represents an OHLC item with a timestamp.
No description provided by the author
OHLCChart is a Box component that can render OHLCChart data.
OHLCRunes contains definitions for each OHLC drawing.
No description provided by the author
Linear represents a linear scale.
No description provided by the author
Tile is a wrapper around Flex that allows the user to dynamically create and remove splits, and navigate thorugh them, similar to a tiling window manager.
# Interfaces
No description provided by the author
No description provided by the author
Primitive is a tview.Primitive that can set and retrieve a Scale.
Scale describes a component that can scale decimal values to terminal grid.
# Type aliases
No description provided by the author
Float is an implemnetation of Decimal that uses float64.
No description provided by the author
No description provided by the author
SliceMethod describes the slicing method when the number of items in the slice is too large to be rendered on the screen.