ViewBackground

viz.dsl.vegaLite.ViewBackground
case class ViewBackground(cornerRadius: Option[CornerRadius], cursor: Option[Cursor], fill: Option[Color], fillOpacity: Option[Opacity], opacity: Option[CornerRadius], stroke: Option[Color], strokeCap: Option[Cap], strokeDash: Option[StrokeDash], strokeDashOffset: Option[CornerRadius], strokeJoin: Option[StrokeJoinUnion], strokeMiterLimit: Option[CornerRadius], strokeOpacity: Option[Opacity], strokeWidth: Option[FontSize], style: Option[Text])

An object defining the view background's fill and stroke.

Default value: none (transparent)

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