DataFormat

viz.dsl.vegaLite.DataFormat
case class DataFormat(parse: Option[Map[String, Option[String]]], `type`: Option[String], delimiter: Option[String], property: Option[String], feature: Option[String], mesh: Option[String])

An object that specifies the format for parsing the data.

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