e_radar_opts | R Documentation |
Radar axis setup and options.
e_radar_opts(e, index = 0, ...)
e |
An |
index |
Index of axis to customise. |
... |
Any other option to pass, check See Also section. |
df <- data.frame(
x = LETTERS[1:5],
y = runif(5, 1, 5),
z = runif(5, 3, 7)
)
df |>
e_charts(x) |>
e_radar(y, max = 7) |>
e_radar(z) |>
e_radar_opts(center = c("25%", "25%")) |>
e_tooltip(trigger = "item")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.