StackedBarChart

io.worxbend.tui.widgets.StackedBarChart
final case class StackedBarChart(data: Seq[(String, Seq[Long])], barWidth: Int, barGap: Int, styles: Seq[Style], labelStyle: Style) extends Widget

Bars stacked from multiple series: each (label, values) column stacks one segment per series, scaled against the tallest stack.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Widget
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render(area: Rect, buffer: Buffer): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product