Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johncoene/echarts
🐳 echarts for R - htmlwidget
https://github.com/johncoene/echarts
echarts htmlwidgets r shiny visualization
Last synced: 10 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T15:32:01.000Z (over 3 years ago)
- Last Synced: 2024-10-15T00:51:46.337Z (24 days 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
README
# UNMAINTAINED
![version](https://img.shields.io/github/release/JohnCoene/echarts.svg)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/JohnCoene/echarts?branch=master&svg=true)](https://ci.appveyor.com/project/JohnCoene/echarts)
[![Travis-CI Build Status](https://travis-ci.org/JohnCoene/echarts.svg?branch=master)](https://travis-ci.org/JohnCoene/echarts)# echarts
![sticker](https://raw.githubusercontent.com/JohnCoene/projects/master/img/echarts_sticker2.png)
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