Module

Charts.Vega.Primitive

Package
purescript-vega
Repository
colehaus/purescript-vega

#ChangeSet Source

type ChangeSet = These { remove :: Remove } { insert :: Array JObject }

#Chart Source

type Chart = Json

#ChartOpts Source

#Selector Source

#changeData Source

changeData :: forall e. String -> ChangeSet -> View -> Eff (dom :: DOM | e) Unit

#embed Source

embed :: forall e. Selector -> Chart -> ChartOpts -> (View -> Eff (dom :: DOM | e) Unit) -> Eff (dom :: DOM | e) Unit

Re-exports from Charts.Vega.Primitive.Internal

#View Source

data View :: Type