Scale

case class Scale(domain: Option[ScaleData], domainMax: Option[HeightElement], domainMid: Option[HeightElement], domainMin: Option[HeightElement], domainRaw: Option[DomainRaw], name: String, nice: Option[PurpleBooleanOrSignal], reverse: Option[TickExtraUnion], round: Option[TickExtraUnion], `type`: Option[ScaleType], domainImplicit: Option[TickExtraUnion], interpolate: Option[ScaleInterpolate], range: Option[RangeUnion], align: Option[HeightElement], padding: Option[HeightElement], paddingInner: Option[HeightElement], paddingOuter: Option[HeightElement], zero: Option[TickExtraUnion], bins: Option[ScaleBins], clamp: Option[TickExtraUnion], base: Option[HeightElement], exponent: Option[HeightElement], constant: Option[HeightElement])
Source:
vega.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product