Description Usage Arguments Value Examples
C3 Pie Charts
1 2 |
c3 |
c3 htmlwidget object |
show |
boolean show labels |
threshold |
numeric proportion of segment to hide label |
format |
character label js function, wrap character or character vector in JS() |
expand |
boolean expand segment on hover |
... |
additional values passed to the pie label object |
c3
1 2 3 | data.frame(red = 20, green = 45, blue = 10) %>%
c3() %>%
c3_pie()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.