Fix issue number reference in NEWS.md
Apache ECharts version 6 for R.
Website |
Get Started
The Github version just underwent a change from ECharts.js version 4 to version 6. Please use the stable CRAN version.
Basic example.
library(echarts4r) e_chart(cars, speed) %>% e_scatter(dist, symbolSize = 10)
Stable version from CRAN.
install.packages("echarts4r")
The development version from Github.
# install.packages("remotes") remotes::install_github("JohnCoene/echarts4r")
Please note that the echarts4r project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
一个R语言包,用于创建交互式图表和数据可视化。
Apache ECharts version 6 for R.
Website |
Get Started
Note
The Github version just underwent a change from ECharts.js version 4 to version 6. Please use the stable CRAN version.
Example
Basic example.
Get it
Stable version from CRAN.
The development version from Github.
Code of Conduct
Please note that the echarts4r project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.