Description Usage Arguments Value Examples
Use Viridis palette options
1 | c3_viridis(c3, pal = "D")
|
c3 |
c3 htmlwidget object |
pal |
character palette options |
c3
1 2 3 | data.frame(a = c(1,2,3,2), b = c(2,4,1,5)) %>%
c3() %>%
c3_viridis()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.