Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Line ¶
type Line[T comparable] struct { X []T Y []float64 RenderSymbol func(lastValue float64, isLastEmpty bool, value float64, isEmpty bool, symbol string) string RenderEmpty func(lastValue float64, isLastEmpty bool, value float64, isEmpty bool, empty string) string RenderXBorder func(isEmpty bool, x string) string // contains filtered or unexported fields }
func (*Line[T]) SetYPrecision ¶
Click to show internal directories.
Click to hide internal directories.