Barchart

object Barchart
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(lengths: Vector[Vector[Double]], positions: Vector[Double], direction: Value, mode: Value, labels: Vector[String], keys: Vector[String], xAxis: String, yAxis: String, name: String, config: BarchartConfig): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value, labels: Vector[String], xAxis: String, yAxis: String, name: String): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value, keys: Vector[String], labels: Vector[String], xAxis: String, yAxis: String, name: String): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value, labels: Vector[String], xAxis: String, yAxis: String): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value, labels: Vector[String], keys: Vector[String], xAxis: String, yAxis: String): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value, labels: Vector[String]): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, labels: Vector[String]): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value, labels: Vector[String], keys: Vector[String]): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value, mode: Value): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData, direction: Value): Barchart
def apply(lengths: Vector[Numerical], positions: BarChartData): Barchart
def fromSimpleLengthsVector(lengths: Vector[Double], positions: Vector[Double], direction: Value, mode: Value, labels: Vector[String], keys: Vector[String], xAxis: String, yAxis: String, name: String, config: BarchartConfig): Barchart