Skip to content

Releases: JohnCoene/echarts4r

CRAN 2.0

15 Nov 08:05
Compare
Choose a tag to compare

Arguments containing . have been replaced by _ for clarity. I.e.: coord.system => coord_system.

Deprecated functions from 0.1.2 have been removed, they can be found in the echarts4r.assets package:

  • e_convert_texture
  • e_stars_texture
  • e_composite_texture
  • e_globe_texture
  • e_map_texture

The scatter family of function has been reworked: the scale argument now takes a scaling function. To accomodate to this, the e_visual_map function also takes, optionally, a scaling function.
Retired e_keras_history due to its uselessness.

CRAN

30 Sep 12:25
Compare
Choose a tag to compare

Now available on CRAN

  • No longer passes entirety of data.frame to the fron-end.

Group

11 Sep 21:24
Compare
Choose a tag to compare

echarts4r now accepts dplyr::group_by to plot multiple series

Steady

12 Jun 16:26
Compare
Choose a tag to compare

echarts4r is maturing and sees its first stable~ish version 👏

See the changelog for a full list of new features and bug fixes.