Facet

viz.dsl.vegaLite.Facet
case class Facet(aggregate: Option[Aggregate], bandPosition: Option[Double], bin: Option[AngleBin], field: Option[Field], header: Option[Header], sort: Option[SortArray], timeUnit: Option[TimeUnitUnion], title: Option[LegendTitle], `type`: Option[StandardType], column: Option[FacetFieldDef], row: Option[FacetFieldDef])

Definition for how to facet the data. One of: 1) a field definition for faceting the plot by one field 2) An object that maps row and column channels to their field definitions

A field definition for the horizontal facet of trellis plots.

A field definition for the vertical facet of trellis plots.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product