Module

ECharts.Event

Package
purescript-echarts
Repository
slamdata/purescript-echarts

#on_ Source

on_ :: forall e. Chart -> String -> (Foreign -> Eff (echarts :: ECHARTS | e) Unit) -> Eff (echarts :: ECHARTS | e) Unit

#listenAll Source

listenAll :: forall m e. MonadEff (echarts :: ECHARTS | e) m => Chart -> (EChartsEvent -> Eff (echarts :: ECHARTS | e) Unit) -> m Unit

#dispatch Source

dispatch :: forall m e. MonadEff (echarts :: ECHARTS | e) m => EChartsEvent -> Chart -> m Unit