statunizaga / echarty

Minimal R/Shiny Interface to ECharts.js

Home Page:https://helgasoft.github.io/echarty/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echarty

R-CMD-check size

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:

# 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 charts (and more) with R and Shiny!

 

Polar Stack

Made with echarty. Powered by ECharts.

About

Minimal R/Shiny Interface to ECharts.js

https://helgasoft.github.io/echarty/

License:Apache License 2.0


Languages

Language:R 50.2%Language:JavaScript 49.8%