YErrorClass

case class YErrorClass(aggregate: Option[Aggregate], bandPosition: Option[Double], bin: Option[Json], field: Option[Field], timeUnit: Option[TimeUnitUnion], title: Option[LegendTitle], value: Option[Double])

Error value of x coordinates for error specified "errorbar" and "errorband".

Secondary error value of x coordinates for error specified "errorbar" and "errorband".

Error value of y coordinates for error specified "errorbar" and "errorband".

Secondary error value of y coordinates for error specified "errorbar" and "errorband".

A field definition of a secondary channel that shares a scale with another primary channel. For example, x2, xError and xError2 share the same scale with x.

Definition object for a constant value (primitive value or gradient definition) of an encoding channel.

Source:
vega-lite.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product