LayoutAlign

viz.dsl.vegaLite.LayoutAlign

The alignment to apply to symbol legends rows and columns. The supported string values are "all", "each" (the default), and none. For more information, see the grid layout documentation.

Default value: "each".

The alignment to apply to row/column facet's subplot. The supported string values are "all", "each", and "none".

  • For "none", a flow layout will be used, in which adjacent subviews are simply placed one after the other.
  • For "each", subviews will be aligned into a clean grid structure, but each row or column may be of variable size.
  • For "all", subviews will be aligned and each row or column will be sized identically based on the maximum observed size. String values for this property will be applied to both grid rows and columns.

Default value: "all".

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 all extends LayoutAlign

Attributes

Source
vega-lite.scala
case case each extends LayoutAlign

Attributes

Source
vega-lite.scala
case case none extends LayoutAlign

Attributes

Source
vega-lite.scala