e_axis_stagger | R Documentation |
Stagger axis labels.
e_axis_stagger(e)
e |
An |
df <- data.frame(
x = c("a very long label", "Another long label"),
y = 1:2
)
df |>
e_charts(x, width = 150) |>
e_bar(y) |>
e_axis_stagger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.