Add lines to a C3 plot
c3_line(c3, type, stacked = FALSE, connectNull = FALSE, step_type = NULL)
| 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