Description Usage Arguments Value Examples
Add lines to a C3 plot
| 1 2 | 
| c3 | c3 htmlwidget object | 
| type | character type of line plot. Must be one of: 
 | 
| stacked | boolean | 
| connectNull | boolean connect null (missing) data points | 
| step_type | character, one of: 
 | 
c3
| 1 2 3 | data.frame(a=c(1,2,3,2),b=c(2,3,1,5)) %>%
  c3() %>%
  c3_line('spline')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.