Description Usage Arguments Examples
Change chart coordinates.
1 | mobile_coord(m, type = c("rect", "polar"), ...)
|
m |
An object of class |
type |
Type of coordinate, |
... |
Named options from the official documentation. |
1 2 3 4 | mobile(df, aes(label, value, color = label)) %>%
mobile_bar() %>%
mobile_coord("polar", transposed = TRUE, innerRadius = .7) %>%
mobile_hide_axis()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.