https://github.com/johncoene/echarts4rshiny
Demo of shiny working with echarts4r
https://github.com/johncoene/echarts4rshiny
Last synced: 14 days ago
JSON representation
Demo of shiny working with echarts4r
- Host: GitHub
- URL: https://github.com/johncoene/echarts4rshiny
- Owner: JohnCoene
- Created: 2018-05-13T15:47:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T18:55:27.000Z (about 5 years ago)
- Last Synced: 2025-04-12T00:42:34.640Z (14 days ago)
- Language: R
- Homepage: http://shiny.john-coene.com/echarts4rShiny/
- Size: 13.7 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo of [echarts4r](http://echarts4r.john-coene.com/) working with shiny.
## [Demo](http://shiny.john-coene.com/echarts4rShiny/)
### Dependencies
install dependencies
```r
install.packages(shiny)
install.packages(dplyr)
install.packages(echarts4r)# install.packages("remotes")
remotes::install_github(shinybulma)
```