e_labels | R Documentation |
Format labels
e_labels(e, show = TRUE, position = "top", ...)
e |
An |
show |
Set to |
position |
Position of labels, see official documentation for the full list of options. |
... |
Any other options see documentation for other options. |
mtcars |>
e_chart(wt) |>
e_scatter(qsec, cyl) |>
e_labels(fontSize = 9)
mtcars |>
group_by(cyl) |>
e_chart(wt) |>
e_scatter(qsec, mpg) |>
e_labels(fontSize = 9)
# timeline
mtcars |>
group_by(cyl) |>
e_chart(wt) |>
e_scatter(qsec, mpg) |>
e_labels(fontSize = 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.