Skip to content

Releases: helgasoft/echarty

v.0.2.1

18 Jun 21:21

Choose a tag to compare

see NEWS.md for changes

v.0.2.0

12 Jun 06:06

Choose a tag to compare

changelog in NEWS.md

v.0.1.4

31 May 01:19

Choose a tag to compare

  • upgrade to ECharts v.5.1.1
  • fixed p_del_serie by seriesName
  • expand Shiny demo and moved from ec.examples() to a gist
  • replaced purrr with apply in ec.data, purrr no longer a dependency
  • ec.init group1 now is also default for ungrouped serie
  • added svg maps, like registerMap=list(list(mapName=?, svg=?))
  • new ec.layout(), a charts layout helper

v.0.1.3

18 Mar 06:43

Choose a tag to compare

  • crosstalk support added, send & receive for brush and filter actions in 2D. 3D/GL is brush-receiver only.
  • ec.timegrp added, a helper to build timeline data for a grouped data.frame
  • ec.data with additional parameter header

v. 0.1.2

14 Mar 22:52

Choose a tag to compare

  • ec.data now with three format values
  • ec.fromJson has now "..." (additional arguments)
  • ecr.band has new parameter 'two' for alternative rendering
  • error bars added as ecr.ebars with support for grouped data
  • more examples in ec.examples
  • some code optimization

plugins and JS-to-R translation assistant

22 Feb 03:41

Choose a tag to compare

  • added ec.plugjs - install unknown plugins, like JS maps
  • added ec.js2r - a JS to R translation assistant, a Shiny app
  • ec.init update: one-time install for all plugins except built-in leaflet/custom
  • GL merged with 3D as plugin '3D'
  • more plugins: liquidfill, world, wordcloud, gmodularity
  • more code examples in ec.examples
  • ec.sband renamed to ec.band