Skip to content
/ c3r Public

An htmlwidgets interface to the c3.js d3 charting library

Notifications You must be signed in to change notification settings

HarlanH/c3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c3r

c3.js is a D3-based charting libary.

This package will provide an htmlwidgets interface to it.

Installation

devtools::install_github("harlanh/c3r")

Usage

This may literally be the only thing you can do with this so far...

library(htmlwidgets)
library(c3r)
data(cars)
c3_plot(cars, "speed", "dist")

About

An htmlwidgets interface to the c3.js d3 charting library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages