Description Usage Arguments Examples
Create an area chart.
1 | layer_area(chart)
|
chart |
A |
1 2 3 4 5 6 7 | areas <- faithful %>%
chartist(waiting, eruptions) %>%
layer_area() %>%
layer_ratio_2_5() %>%
add_x_axis(grid = FALSE)
areas
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.