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