- Notifications
You must be signed in to change notification settings - Fork82
JohnCoene/echarts4r
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
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 aContributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
About
🐳 ECharts 5 for R