BrushConfig

viz.dsl.vegaLite.BrushConfig
case class BrushConfig(cursor: Option[Cursor], fill: Option[String], fillOpacity: Option[Double], stroke: Option[String], strokeDash: Option[Seq[Double]], strokeDashOffset: Option[Double], strokeOpacity: Option[Double], strokeWidth: Option[Double])

An interval selection also adds a rectangle mark to depict the extents of the interval. The mark property can be used to customize the appearance of the mark.

See also: mark examples in the 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