Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - JohnCoene/echarts4r: ๐Ÿณ ECharts 5 for R

๐Ÿณ ECharts 5 for R. Contribute to JohnCoene/echarts4r development by creating an account on GitHub.

Visit SiteGitHub - JohnCoene/echarts4r: ๐Ÿณ ECharts 5 for R

GitHub - JohnCoene/echarts4r: ๐Ÿณ ECharts 5 for R

๐Ÿณ ECharts 5 for R. Contribute to JohnCoene/echarts4r development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

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

Apache ECharts version 5 for R.

Website | Shiny Demo | Get Started

Note

The Github version is currently going through the update from ECharts.js version 4 to version 5: feel free to test it but there are some issues. Please use the stable CRAN version otherwise.

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.

R Programming Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.