Create Interactive Chart with the JavaScript Billboard Library (original) (raw)
billboarder
Htmlwidget for billboard.js
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 development version grom GitHub with:
# install.packages("remotes")
remotes::install_github("dreamRs/billboarder")