Skip to content
This repository was 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

Choose a tag to compare

@cryogenian cryogenian released this 24 Jan 14:18
502deae

useUTC was added @jacereda

v10.0.0

Choose a tag to compare

@garyb garyb released this 24 Jan 14:08
7a08716
  • Updated dependencies

Added dataZoom/dataZoomFeature @jacereda

Choose a tag to compare

@cryogenian cryogenian released this 03 Nov 04:38
b3160c7
Merge pull request #50 from jacereda/master

Add dataZoom/dataZoomFeature

DSL can now return values

Choose a tag to compare

@cryogenian cryogenian released this 30 Oct 09:10
4866c2c

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

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

Choose a tag to compare

@cryogenian cryogenian released this 18 Oct 14:39

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

Transformer

Choose a tag to compare

@cryogenian cryogenian released this 06 Oct 15:27

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

Choose a tag to compare

@cryogenian cryogenian released this 15 Sep 22:32

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

Action dispatch

Choose a tag to compare

@cryogenian cryogenian released this 07 Sep 14:25

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

Choose a tag to compare

@cryogenian cryogenian released this 21 Aug 16:14
Merge pull request #44 from cryogenian/mark-items

Mark items

Events

Choose a tag to compare

@cryogenian cryogenian released this 18 Aug 13:58