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 e. Chart -> (EChartsEvent -> Eff (echarts :: ECHARTS | e) Unit) -> Eff (echarts :: ECHARTS | e) Unit