Releases: helgasoft/echarty
Releases · helgasoft/echarty
v.0.2.1
v.0.2.0
v.0.1.4
- 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
v. 0.1.2
- 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
- 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