Module

Halogen.ECharts

Package
purescript-halogen-echarts
Repository
slamdata/purescript-halogen-echarts

#EChartsState Source

type EChartsState = { chart :: Maybe Chart, height :: Int, width :: Int }

#EChartsQuery Source

data EChartsQuery a

Constructors

#EChartsMessage Source

data EChartsMessage

Constructors

#EChartsEffects Source

type EChartsEffects eff = (avar :: AVAR, dom :: DOM, echarts :: ECHARTS, exception :: EXCEPTION, ref :: REF | eff)