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.

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

Value members

Inherited methods

Inherited from:
Product