jonmcalder / echarts4r

🐳 ECharts 4 for R

Home Page:http://echarts4r.john-coene.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://echarts4r.john-coene.com/

License:Other


Languages

Language:R 81.0%Language:HTML 15.6%Language:JavaScript 2.7%Language:CSS 0.7%