Git Product home page Git Product logo

echarty's Introduction

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.

echarty's People

Contributors

helgasoft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.