Skip to content

shrektan/echarts4r

 
 

Repository files navigation

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.

About

🐳 ECharts 4 for R

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 81.3%
  • HTML 15.3%
  • JavaScript 2.7%
  • CSS 0.7%