All Projects → JohnCoene → Echarts4r

JohnCoene / Echarts4r

Licence: other
🐳 ECharts 5 for R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Echarts4r

Streamgraph
〰️ htmlwidget for creating streamgraph visualizations in R
Stars: ✭ 137 (-63.76%)
Mutual labels:  rstats, htmlwidgets
Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (-53.17%)
Mutual labels:  rstats, htmlwidgets
Sigmajs
Σ sigma.js for R
Stars: ✭ 58 (-84.66%)
Mutual labels:  rstats, htmlwidgets
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+54.23%)
Mutual labels:  rstats, htmlwidgets
Climate Change Data
🌍 A curated list of APIs, open data and ML/AI projects on climate change
Stars: ✭ 195 (-48.41%)
Mutual labels:  hacktoberfest, rstats
Reactr
React for R
Stars: ✭ 227 (-39.95%)
Mutual labels:  rstats, htmlwidgets
Nomnoml
Sassy 'UML' Diagrams for R
Stars: ✭ 173 (-54.23%)
Mutual labels:  rstats, htmlwidgets
quickglobe
🌎 View Country Data via a 3D, D3, Globe 🌍
Stars: ✭ 22 (-94.18%)
Mutual labels:  rstats, htmlwidgets
Cicerone
🏛️ Give tours of your Shiny apps
Stars: ✭ 131 (-65.34%)
Mutual labels:  hacktoberfest, rstats
Emayili
An R package for sending email messages.
Stars: ✭ 72 (-80.95%)
Mutual labels:  hacktoberfest, rstats
rchess
♛ Chess package for R
Stars: ✭ 68 (-82.01%)
Mutual labels:  rstats, htmlwidgets
Waiter
🕰️ Loading screens for Shiny
Stars: ✭ 325 (-14.02%)
Mutual labels:  hacktoberfest, rstats
Sp Dev Solutions
Repository for SharePoint development reusable solutions
Stars: ✭ 373 (-1.32%)
Mutual labels:  hacktoberfest
Mosdepth
fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing
Stars: ✭ 376 (-0.53%)
Mutual labels:  hacktoberfest
Anglesharp
👼 The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
Stars: ✭ 4,018 (+962.96%)
Mutual labels:  hacktoberfest
Axe Core
Accessibility engine for automated Web UI testing
Stars: ✭ 4,293 (+1035.71%)
Mutual labels:  hacktoberfest
Github Profile Readme Generator
GitHub profile readme generator allows you to create nice and simple GitHub profile readme files that will be included in your profile previews.
Stars: ✭ 374 (-1.06%)
Mutual labels:  hacktoberfest
Hyperjson
A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
Stars: ✭ 374 (-1.06%)
Mutual labels:  hacktoberfest
Remote Jobs Brazil
Lista de empresas com trabalho remoto no Brasil
Stars: ✭ 3,954 (+946.03%)
Mutual labels:  hacktoberfest
Awesome Uses
A list of /uses pages detailing developer setups, gear, software and configs.
Stars: ✭ 3,861 (+921.43%)
Mutual labels:  hacktoberfest

Note

The Github version is currently going through the update from ECharts.js version 4 to version 5: feel free to test it but there are some issues. Please use the stable CRAN version otherwise.

Example

Basic example.

library(echarts4r)

e_chart(cars, speed) %>% 
  e_scatter(dist, symbolSize = 10)

Get it

Stable version from CRAN.

install.packages("echarts4r")

The development version from Github.

# install.packages("remotes")
remotes::install_github("JohnCoene/echarts4r")

Code of Conduct

Please note that the echarts4r project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].