RepeatRefClass

viz.dsl.vegaLite.RepeatRefClass
case class RepeatRefClass(date: Option[Double], day: Option[DayUnion], hours: Option[Double], milliseconds: Option[Double], minutes: Option[Double], month: Option[Month], quarter: Option[Double], seconds: Option[Double], utc: Option[Boolean], year: Option[Double], expr: Option[String], repeat: Option[RepeatEnum])

Object for defining datetime in Vega-Lite Filter. If both month and quarter are provided, month has higher precedence. day cannot be combined with other date. We accept string for month and day names.

Reference to a repeated value.

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