https://github.com/JohnCoene/echarts
🐳 echarts for R - htmlwidget
https://github.com/JohnCoene/echarts
echarts htmlwidgets r shiny visualization
Last synced: 4 months ago
JSON representation
🐳 echarts for R - htmlwidget
- Host: GitHub
- URL: https://github.com/JohnCoene/echarts
- Owner: JohnCoene
- License: other
- Created: 2017-03-04T15:54:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T15:32:01.000Z (almost 4 years ago)
- Last Synced: 2024-12-03T01:50:13.609Z (4 months ago)
- Topics: echarts, htmlwidgets, r, shiny, visualization
- Language: R
- Homepage:
- Size: 885 KB
- Stars: 45
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - JohnCoene/echarts - 🐳 echarts for R - htmlwidget (R)
README
# UNMAINTAINED

[](https://ci.appveyor.com/project/JohnCoene/echarts)
[](https://travis-ci.org/JohnCoene/echarts)# echarts

R htmlwidget for Baidu's [ECharts](http://echarts.baidu.com) 2.2.7
# Check out echarts for ECharts version 4: [echarts4r](https://github.com/JohnCoene/echarts4r)
## Installation
You can install echarts from github with:
```R
# install.packages("devtools")
devtools::install_github("JohnCoene/echarts")
```## Features
1. bar charts
2. line charts
3. area charts
4. pie & donut charts
5. heatmaps
6. chord diagrams
7. venn diagrams
8. gauges
9. force networks
10. word-clouds
11. maps
12. candlestick charts
13. themes
14. responsive
15. animations
16. data loading effects
17. tons of options