Resolve
viz.dsl.vegaLite.Resolve
case class Resolve(axis: Option[AxisResolveMap], legend: Option[LegendResolveMap], scale: Option[ScaleResolveMap])
Scale, axis, and legend resolutions for view composition specifications.
Defines how scales, axes, and legends from different specs should be combined. Resolve is a mapping from scale
, axis
, and legend
to a mapping from channels to resolutions. Scales and guides can be resolved to be "independent"
or "shared"
.
Attributes
- Source
- vega-lite.scala
- Graph
-
- Supertypes
Members list
In this article