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".

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product