c3.js is a D3-based charting libary.
This package will provide an htmlwidgets interface to it.
devtools::install_github("harlanh/c3r")
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")