powered by
Add lines to a C3 plot
c3_line(c3, type, stacked = FALSE, connectNull = FALSE, step_type = NULL)
c3 htmlwidget object
character type of line plot. Must be one of:
line
spline
step
area
area-step
boolean
boolean connect null (missing) data points
character, one of:
step-after
step-before
c3
# NOT RUN { data.frame(a=c(1,2,3,2),b=c(2,3,1,5)) %>% c3() %>% c3_line('spline') # }
Run the code above in your browser using DataLab