This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Releases: slamdata/purescript-echarts
Releases · slamdata/purescript-echarts
v10.1.0: Merge pull request #51 from jacereda/master
useUTC
was added @jacereda
v10.0.0
Added dataZoom/dataZoomFeature @jacereda
Merge pull request #50 from jacereda/master Add dataZoom/dataZoomFeature
DSL can now return values
Now CommandsT
dsl can also return values not only log commands building echarts options
v8.0.1: Merge pull request #48 from cryogenian/formatterLabel
Added formatterLabel
the same thing as formatterValue
but takes function String -> String
Transformer
The DSL is now not monadic, but monadic transformers. It's implemented using newtype wrapper around WriterT
.
v7.0.1: Merge pull request #46 from cryogenian/try-finally
dispatch is wrapped in try-finally to prevent exceptions during dispatching inconsistent events.
Action dispatch
Added dispatching actions. Action types and names are same as events. In contrary echarts uses different tags for actions and types.
Also brush event is augmented with additional data.
MarkLine|Area fix
Merge pull request #44 from cryogenian/mark-items Mark items
Events
- Readme fix @fponticelli
- Added event variant and basic handlers @cryogenian
- Added
markPoint|Line|Area
andshowTitle
@cryogenian