Module

Charts.Vega.Primitive

Package
purescript-vega
Repository
colehaus/purescript-vega

#ChangeSet Source

type ChangeSet = These { remove :: Remove } { insert :: Array (Object Json) }

#Chart Source

type Chart = Json

#ChartOpts Source

#Selector Source

Re-exports from Charts.Vega.Primitive.Internal

#View Source

data View :: Type