Color
Customise chart and background colors.
e_color(e, color = NULL, background = NULL)
e |
An |
color |
Vector of colors. |
background |
Background color. |
mtcars %>% e_charts(drat) %>% e_line(mpg) %>% e_area(qsec) %>% e_color( c("red", "blue"), "#d3d3d3" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.