Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Releases: slamdata/purescript-echarts

v10.1.0: Merge pull request #51 from jacereda/master

24 Jan 14:18
502deae
Compare
Choose a tag to compare

v10.0.0

24 Jan 14:08
7a08716
Compare
Choose a tag to compare
  • Updated dependencies

Added dataZoom/dataZoomFeature @jacereda

03 Nov 04:38
b3160c7
Compare
Choose a tag to compare
Merge pull request #50 from jacereda/master

Add dataZoom/dataZoomFeature

DSL can now return values

30 Oct 09:10
4866c2c
Compare
Choose a tag to compare

Now CommandsT dsl can also return values not only log commands building echarts options

v8.0.1: Merge pull request #48 from cryogenian/formatterLabel

18 Oct 14:39
Compare
Choose a tag to compare

Added formatterLabel the same thing as formatterValue but takes function String -> String

Transformer

06 Oct 15:27
Compare
Choose a tag to compare

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

15 Sep 22:32
Compare
Choose a tag to compare

dispatch is wrapped in try-finally to prevent exceptions during dispatching inconsistent events.

Action dispatch

07 Sep 14:25
Compare
Choose a tag to compare

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

21 Aug 16:14
Compare
Choose a tag to compare
Merge pull request #44 from cryogenian/mark-items

Mark items

Events

18 Aug 13:58
Compare
Choose a tag to compare