uv_baropt: Customise chart bar chart

Description Usage Arguments See Also Examples

View source: R/config.R

Description

Customise the chart bars.

Usage

1
uv_baropt(p, strokecolor, fontsize, fontweight, fontfamily, textcolor)

Arguments

p

a uvcharts object.

strokecolor

any Color Code or Color String or none. defaults to #000000.

fontsize

font size. Defaults to 11.

fontweight

font weight, defaults to bold.

fontfamily

any font, defaults to Arial.

textcolor

text color used for the numbers, defaults to #000000.

See Also

Official docs

Examples

1
2
3
4
5
mtcars %>%
  uv_stackbar(qsec) %>%
  uv_add(mpg) %>%
  uv_add(drat) %>%
  uv_baropt(fontsize = 7)

JohnCoene/uvcharts documentation built on May 7, 2019, 11:59 a.m.