Skip to content

Releases: randyzwitch/ECharts.jl

v0.6.0

19 Apr 18:11
e315d34
Compare
Choose a tag to compare

ECharts v0.6.0

Diff since v0.5.0

Merged pull requests:

  • Upgrade dependencies and fix some DataFrames deprecation warnings (#92) (@metab0t)
  • Bump nokogiri from 1.10.8 to 1.11.3 in /docs (#93) (@dependabot[bot])

v0.5.0

27 Jan 14:17
39e820c
Compare
Choose a tag to compare

ECharts v0.5.0

Diff since v0.4.0

Closed issues:

  • Broken with 1.5 beta1.0 (#86)
  • Trouble constructing Sankey diagram (#89)

Merged pull requests:

v0.4.0

02 Oct 22:45
v0.4.0
63c3c19
Compare
Choose a tag to compare

v0.4.0 (2019-10-02)

Diff since v0.3.0

Closed issues:

  • support DataFrames.jl 0.19+ (#73)

Merged pull requests:

Remove deprecations, pin libraries

15 Aug 19:02
210fc23
Compare
Choose a tag to compare

No functionality changed in this release, the only upgrades were moving to Project.toml, as well as pinning dependencies to ensure library doesn't break by not having an upper limit on external dependencies

Update ECharts JS library

22 Mar 20:33
8fb4550
Compare
Choose a tag to compare

Updated ECharts JS library to 4.2.1; requires bumping minor version, as HTTP needed to be added so it could be pinned at 0.7.1.

Rework Display to use WebIO

13 Sep 15:37
becaa32
Compare
Choose a tag to compare

Rework display mechanisms to use WebIO instead of customized methods. Jupyter Notebook and REPL known to work; Jupyter Lab might work in the future using this code base

Support v0.7

29 Aug 12:44
Compare
Choose a tag to compare

Updates for julia 0.7. This package may work on 1.0, but currently doesn't pass because the dependency on RDatasets doesn't pass.

Fix issue with corrplot, upgrade echarts.js

08 Apr 01:00
Compare
Choose a tag to compare
  • Fixed issue with corrplot giving message about not being able to reduce over an empty collection
  • Updated echarts.js from v4.0.2 to 4.0.4

Add WAI-ARIA support

15 Mar 20:25
f1cd68b
Compare
Choose a tag to compare
  • Added WAI-ARIA support as default, so that every chart will have a minimum level of accessibility features enabled
  • Fixed Juno bug display bug
  • Added Dates methods where obvious (xy plots, streamgraph, candlestick)
  • Export all EChart series types

Add REPL support, Tooltip-by-default

04 Mar 16:41
3dc6a61
Compare
Choose a tag to compare

Pop-up Blink window when a REPL used, inline when Juno used and in-notebook when Jupyter Notebook used.