ColorLinearGradient

viz.dsl.vegaLite.ColorLinearGradient
case class ColorLinearGradient(gradient: Option[String], id: Option[String], stops: Option[Seq[GradientStop]], x1: Option[Double], x2: Option[Double], y1: Option[Double], y2: Option[Double], r1: Option[Double], r2: Option[Double], expr: Option[String])

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