v0.2.2
版本发布时间: 2019-04-09 22:06:09
JohnCoene/echarts4r最新发布版本:v0.4.5(2023-06-14 00:59:13)
- Ability to add multiple
e_title
. -
draw
argument added toe_charts
, to set whether to draw the chart, see bullet below. -
e_draw_p
added to choose draw chart. -
e_inspect
to inspect the output of echarts4r. -
echarts_from_json
to create an echarts4r object from JSON options. -
e_axis
family of functions (e.g.:e_x_axis
) now accepts a column name as first argument to easily adapt the range of the axes, in a similar fashion as withe_visual_map
. -
e_charts
family forces data.frame conversion to avoid jsonlite bug. - Fixed bug in the
formatter
argument ofe_tooltip
where passing custom function was not working.