LayerSpec

viz.dsl.vegaLite.LayerSpec
case class LayerSpec(data: Option[URLData], description: Option[String], encoding: Option[LayerEncoding], height: Option[SpecHeight], layer: Option[Seq[LayerSpec]], name: Option[String], projection: Option[Projection], resolve: Option[Resolve], title: Option[LayerTitle], transform: Option[Seq[Transform]], view: Option[ViewBackground], width: Option[SpecHeight], mark: Option[AnyMark], params: Option[Seq[SelectionParameter]])

A full layered plot specification, which may contains encoding and projection properties that will be applied to underlying unit (single-view) specifications.

A unit specification, which can contain either primitive marks or composite marks.

Base interface for a unit (single-view) specification.

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product