Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

index.md

File metadata and controls

35 lines (23 loc) · 1.31 KB

billboarder

Htmlwidget for billboard.js

version cranlogs Codecov test coverage R build status

Overview

This package allow you to use billboard.js, a re-usable easy interface JavaScript chart library, based on D3 v4+.

A proxy method is implemented to smoothly update charts in shiny applications, see below for details.

Note : Development is heavily inspired by awesome highcharter by Joshua Kunst.

Installation :

Install from CRAN with:

install.packages("billboarder")

Install development version grom GitHub with:

# install.packages("remotes")
remotes::install_github("dreamRs/billboarder")