Description Usage Arguments Value Examples
For scatter plots options are defined in the 'c3' function. Options are limited to x, y and groups
| 1 | 
| c3 | c3 htmlwidget object | 
c3
| 1 2 3 4 5 |   mtcars %>%
    c3(x = 'mpg',
       y = 'wt',
       group = 'cyl') %>%
    c3_scatter()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.