JohnCoene
echarts4r
R

Echarts 5 for R

Last updated Jul 6, 2026
627
Stars
90
Forks
177
Issues
+2
Stars/day
Attention Score
94
Language breakdown
R 63.5%
JavaScript 33.2%
CSS 3.0%
HTML 0.3%
Files click to expand
README



R-CMD-check version GitHub closed issues echarts4r code-size Coveralls test coverage

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.

library(echarts4r)

e_chart(cars, speed) %>% e_scatter(dist, symbolSize = 10)

Get it

Stable version from CRAN.

install.packages("echarts4r")

The development version from Github.

# install.packages("remotes")
remotes::install_github("JohnCoene/echarts4r")

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.

🔗 More in this category

© 2026 GitRepoTrend · JohnCoene/echarts4r · Updated daily from GitHub