LegendConfig

viz.dsl.vegaLite.LegendConfig
case class LegendConfig(aria: Option[Aria], clipHeight: Option[CornerRadius], columnPadding: Option[CornerRadius], columns: Option[CornerRadius], cornerRadius: Option[CornerRadius], description: Option[BackgroundUnion], direction: Option[Orientation], disable: Option[Boolean], fillColor: Option[Color], gradientDirection: Option[Direction], gradientHorizontalMaxLength: Option[Double], gradientHorizontalMinLength: Option[Double], gradientLabelLimit: Option[CornerRadius], gradientLabelOffset: Option[CornerRadius], gradientLength: Option[FontSize], gradientOpacity: Option[CornerRadius], gradientStrokeColor: Option[Color], gradientStrokeWidth: Option[FontSize], gradientThickness: Option[FontSize], gradientVerticalMaxLength: Option[Double], gradientVerticalMinLength: Option[Double], gridAlign: Option[GridAlign], labelAlign: Option[TitleAlignUnion], labelBaseline: Option[BackgroundUnion], labelColor: Option[Color], labelFont: Option[BackgroundUnion], labelFontSize: Option[FontSize], labelFontStyle: Option[BackgroundUnion], labelFontWeight: Option[FontWeightUnion], labelLimit: Option[CornerRadius], labelOffset: Option[FontSize], labelOpacity: Option[CornerRadius], labelOverlap: Option[LabelOverlap], labelPadding: Option[CornerRadius], labelSeparation: Option[CornerRadius], layout: Option[BackgroundExprRef], legendX: Option[CornerRadius], legendY: Option[CornerRadius], offset: Option[CornerRadius], orient: Option[LegendOrient], padding: Option[CornerRadius], rowPadding: Option[CornerRadius], strokeColor: Option[Color], strokeDash: Option[StrokeDash], strokeWidth: Option[CornerRadius], symbolBaseFillColor: Option[Color], symbolBaseStrokeColor: Option[Color], symbolDash: Option[StrokeDash], symbolDashOffset: Option[CornerRadius], symbolDirection: Option[Direction], symbolFillColor: Option[Color], symbolLimit: Option[CornerRadius], symbolOffset: Option[CornerRadius], symbolOpacity: Option[CornerRadius], symbolSize: Option[FontSize], symbolStrokeColor: Option[Color], symbolStrokeWidth: Option[FontSize], symbolType: Option[BackgroundUnion], tickCount: Option[TickCount], title: Option[Json], titleAlign: Option[TitleAlignUnion], titleAnchor: Option[TitleAnchorUnion], titleBaseline: Option[BackgroundUnion], titleColor: Option[Color], titleFont: Option[BackgroundUnion], titleFontSize: Option[CornerRadius], titleFontStyle: Option[BackgroundUnion], titleFontWeight: Option[FontWeightUnion], titleLimit: Option[FontSize], titleLineHeight: Option[CornerRadius], titleOpacity: Option[CornerRadius], titleOrient: Option[TitleOrientUnion], titlePadding: Option[CornerRadius], unselectedOpacity: Option[Double], zindex: Option[FontSize])

Legend configuration, which determines default properties for all legends. For a full list of legend configuration options, please see the corresponding section of in the legend documentation.

Attributes

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