Projection

viz.dsl.vegaLite.Projection
case class Projection(center: Option[StrokeDash], clipAngle: Option[CornerRadius], clipExtent: Option[ClipExtentUnion], coefficient: Option[CornerRadius], distance: Option[CornerRadius], extent: Option[ClipExtentUnion], fit: Option[Fit], fraction: Option[CornerRadius], lobes: Option[CornerRadius], parallel: Option[CornerRadius], parallels: Option[StrokeDash], pointRadius: Option[CornerRadius], precision: Option[CornerRadius], radius: Option[CornerRadius], ratio: Option[CornerRadius], reflectX: Option[Aria], reflectY: Option[Aria], rotate: Option[StrokeDash], scale: Option[CornerRadius], size: Option[StrokeDash], spacing: Option[CornerRadius], tilt: Option[CornerRadius], translate: Option[StrokeDash], `type`: Option[TypeUnion])

Projection configuration, which determines default properties for all projections. For a full list of projection configuration options, please see the corresponding section of the projection documentation.

Any property of Projection can be in config

An object defining properties of geographic projection, which will be applied to shape path for "geoshape" marks and to latitude and "longitude" channels for other marks.

An object defining properties of the geographic projection shared by underlying layers.

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