v0.3.2
版本发布时间: 2020-06-19 03:06:12
JohnCoene/echarts4r最新发布版本:v0.4.5(2023-06-14 00:59:13)
All changes since last CRAN release are below.
Notable Changes
-
Loads (much) much faster
-
Works amazingly with Shiny, see docs
-
Bump echarts.js to 4.8.0 and echarts-gl to 1.1.2
-
Fix
e_add
when used with timeline feature see #165. -
Bump echart.js to 4.8.0 now in english (no longer chinese.
Dynamic dependencies:
- themes
- leaflet
- mapbox
- wordcloud
- liquidfill
- world.js (underlying world map for e_geo and e_map)
- error bars (custom renderer)
This greatly improves the performances of echarts4r which now loads much faster.
- Added convenience
e_hide_grid_lines
to easily hide grid lines. -
e_map_register_ui
added to register a custom map in the Shiny UI, for faster serialisation. -
e_leaflet*
functions now correctly apply theroam
argument #147 - Internals changes for dplyr >= 0.7.0
- Correct bug in boxplot thanks to Matthias in issue #163 for the fix.
- Avoid page breaks on PDF, see #159, thanks Steve.
- Warning in
e_axis_fomatter
if user uses RStudio, relates to #100 - Fixed #98 where a bug was introduced in
e_radar_opts
when the timeline component was added. -
bind
argument added toe_heatmap
-
e_scatter_3d
correctly takesbind
argument whencoords
is set tocartesian3D
(previously incorrect). - Bumped number of built-in themes to 40+.
- Added
e_remove_serie_p
to remove series from the graph. - Added
e_axis_labels
to easily place axis labels. - Added
e_resize
to dynamically resize the chart. - Added
e_map_register_p
works like a proxy but does not require a chart. - Fixed a few issues with
e_mark*
family, labels and multiple marks correctly work. - Initialisation function now take
reorder
argument to specify whether to reorder numeric values. #126 - Added
e_register_theme
to register a global theme, see #127. -
e_theme_custom
now accepts path to a JSON file. -
e_visual_map
dropsNA
s. - Added
e_axis_stagger
function to stagger x axis labels.