BinParams

viz.dsl.vegaLite.BinParams
case class BinParams(anchor: Option[Double], base: Option[Double], binned: Option[Boolean], divide: Option[Seq[Double]], extent: Option[BinExtent], maxbins: Option[Double], minstep: Option[Double], nice: Option[Boolean], step: Option[Double], steps: Option[Seq[Double]])

Binning properties or boolean flag for determining whether to bin data or not.

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product