Radar axis
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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.