Skip to content

cuulee/echarty

 
 

Repository files navigation

echarty

R-CMD-check Coveralls test coverage size website

echarty.gallery

This package is a thin R wrapper around Javascript library ECharts. The list parameters in R replicate ECharts documentation. There are just a few additional commands.
Users can benefit from ECharts full functionality to build interactive charts in R and Shiny with minimal overhead.

Wider connectivity and deployment potential through crosstalk support.

Installation

Github version Latest development version:

if (!requireNamespace('remotes')) install.packages('remotes')
remotes::install_github('helgasoft/echarty')

CRAN status From CRAN:

install.packages('echarty')

Examples

library(echarty)

#  2D chart
cars %>% ec.init()

#  3D chart with GL plugin
iris %>% ec.init(load='3D')

Get started

The WEBSITE has a gallery with code and tutorials.

The package has plenty of code examples included. Type ?ec.examples in the RStudio Console, then copy/paste any code from Help to see the result.

Now you can start building beautiful ECharts (and more) with R and Shiny!


Polar Stack

Made with echarty. Powered by ECharts.

About

Minimal R/Shiny Interface to ECharts.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 65.0%
  • JavaScript 35.0%