Projection

viz.dsl.vega.Projection
case class Projection(center: Option[CenterElement], clipAngle: Option[HeightElement], clipExtent: Option[Extent], extent: Option[Extent], fit: Option[Fit], name: String, parallels: Option[CenterElement], pointRadius: Option[HeightElement], precision: Option[HeightElement], rotate: Option[CenterElement], scale: Option[HeightElement], size: Option[CenterElement], translate: Option[CenterElement], `type`: Option[BackgroundElement])

Attributes

Source
vega.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