struct CryTUI::Widgets::Sparkline

Defined in:

crytui/widgets.cr

Constant Summary

BARS = ['▁', '▂', '▃', '▄', '▅', '▆', '▇', '█']

Constructors

Instance Method Summary

Constructor Detail

def self.new(values : Enumerable(Number), style : CryTUI::Style = Style.new) #

[View source]

Instance Method Detail

def data : Array(Float64) #

[View source]
def render(area : Rect, buffer : Buffer) #

[View source]
def style : Style #

[View source]