v0.3.3
版本发布时间: 2020-10-20 03:56:32
JohnCoene/echarts4r最新发布版本:v0.4.5(2023-06-14 00:59:13)
echarts4r 0.3.3
- Added
echarts4rBox
,renderEcharts4rBox
, andecharts4rBoxOutput
to create value boxes. - Fix
e_common
theme, was no longer applied due to dynamic dependencies introduced in0.3.2
- Fix
e_flip_coords
for timeline feature, see #166 -
name
argument was not used ine_boxplot
, see #171 - Allow customising area under the curve of density plot see #172
- Update mapbox dependency from
0.38
to1.11
- Fix country name conversion in
e_country_names
#189 - Fix legend toggle in radar charts #74
-
e_loess
, ande_lm
take amodel_args
argument to pass arguments to underlying model function #194 - Bump to JavaScript version to
4.9.0
-
echarts_from_json
supports functions, see 199 (thanks to swsoyee) - Remove
e_facet
, was wrongly exported #212 - Add tests, thanks to Etienne Bacher, see #201
- Add styler, thanks to Wei Su see #211
- Removed the {d3r} import: no longer necessary.