# echarts4r
**Repository Path**: youmigo/echarts4r
## Basic Information
- **Project Name**: echarts4r
- **Description**: 备份
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-09
- **Last Updated**: 2024-06-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://travis-ci.org/JohnCoene/echarts4r) [](https://ci.appveyor.com/project/JohnCoene/echarts4r) [](https://github.com/JohnCoene/echarts4r/releases) [](https://github.com/JohnCoene/echarts4r/issues) [](https://cranlogs.r-pkg.org/badges/echarts4r) [](https://github.com/JohnCoene/echarts4r) [](https://coveralls.io/github/JohnCoene/echarts4r)
[Apache ECharts (incubating)](https://echarts.apache.org/) version __5__ for R.
[Website](https://echarts4r.john-coene.com) |
[Shiny Demo](https://shiny.john-coene.com/echarts4rShiny/) | [Get
Started](https://echarts4r.john-coene.com/articles/get_started.html)
## 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.
```r
library(echarts4r)
e_chart(cars, speed) %>%
e_scatter(dist, symbolSize = 10)
```

## Get it
Stable version from CRAN.
```r
install.packages("echarts4r")
```
The development version from Github.
```r
# 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](https://github.com/JohnCoene/echarts4r/blob/master/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.