v0.2.1
版本发布时间: 2019-01-06 06:02:20
JohnCoene/echarts4r最新发布版本:v0.4.5(2023-06-14 00:59:13)
Support for timeline added
-
e_clean
removed as it was not of use anymore. -
e_list
added to pas raw list of options. - Improved
e_color_range
helper. -
e_lm
&e_loess
now supportgroup_by
. -
e_scattter
scaling much more robust with new arguments. Also not takes an optionalsymbol
argument. - Jitter points with
e_scatter
-
e_append
adapated to work with new scatter-family of function (scaling). -
e_lines_gl
added. - Improved examples.
- Can now register multiple maps with
e_map_regiter
. - Error handling in
e_loess
ande_lm
to better work with groups. -
e_capture
to capture events not implemented. -
e_bands
to add confidence bands. - Added example of heatmap with geo.
- Fixed bug where the background color was not applied with
e_color
. -
e_scatter
size forced to numeric to avoid buggy character vector caused byapply
function. - Forces
webgl
rendering fore_globe
,e_scatter_gl
ande_flow_gl
. - Groups are now ordered in order to ensure match across series when using
timeline = TRUE
. -
e_theme
now also acceptsdefault
. -
auritus
theme added. -
bar.width
argument renamed tobar_width
ine_histogram
. -
e_map_3d
ande_map
correctly assignname
argument. - Axis and tooltip formatters helpers added
e_tooltip_item_formatter
&e_axis_formatter
, thanks to Artem Klevtsov. -
e_error_bar
added to plot error bars. - Ability to specify
icons
ine_legend
. -
e_aria
added to enable generating Accessible Rich Internet Applications.