Description Usage Arguments Value See Also Examples
Regions are defined in multiple axis by passing a single 'data.frame'
1 2 3 4  | 
c3 | 
 c3 htmlwidget object  | 
regions | 
 data.frame with columns listed below. Any columns can be missing but results may be unexpected. 
  | 
c3
Other c3: RColorBrewer, c3,
grid, legend,
subchart, tooltip,
xAxis, zoom
1 2 3 4 5 6  |  mtcars %>%
   c3(x = 'mpg', y = 'wt', group = 'cyl') %>%
   c3_scatter() %>%
   region(data.frame(axis = 'x',
                     start = 17,
                     end = 21))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.