StackOffset

viz.dsl.vegaLite.StackOffset

Mode for stacking marks. One of "zero" (default), "center", or "normalize". The "zero" offset will stack starting at 0. The "center" offset will center the stacks. The "normalize" offset will compute percentage values for each stack point, with output values in the range [0,1].

Default value: "zero"

Attributes

Source
vega-lite.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case center extends StackOffset

Attributes

Source
vega-lite.scala
case case normalize extends StackOffset

Attributes

Source
vega-lite.scala
case case zero extends StackOffset

Attributes

Source
vega-lite.scala