Description Usage Arguments See Also Examples
Customise the chart bars.
1  | uv_baropt(p, strokecolor, fontsize, fontweight, fontfamily, textcolor)
 | 
p | 
 a   | 
strokecolor | 
 any Color Code or Color String or   | 
fontsize | 
 font size. Defaults to   | 
fontweight | 
 font weight, defaults to   | 
fontfamily | 
 any font, defaults to   | 
textcolor | 
 text color used for the numbers, defaults to   | 
1 2 3 4 5  | mtcars %>%
  uv_stackbar(qsec) %>%
  uv_add(mpg) %>%
  uv_add(drat) %>%
  uv_baropt(fontsize = 7)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.