uv_meta: Customise chart meta properties

Description Usage Arguments See Also Examples

View source: R/config.R

Description

Customise the chart meta properties.

Usage

1
2
uv_meta(p, caption, subcaption, hlabel, vlabel, hsulabel, vsulabel,
  isDownloadable, downloadLabel)

Arguments

p

a uvcharts object.

caption

caption for the graph.

subcaption

subcaption of the graph.

hlabel

label for the horizontal axis.

vlabel

label for the vertical axis.

hsulabel

sub-label for the horizontal axis.

vsulabel

sub-label for the vertical axis.

isDownloadable

whether or not to display the download link for the chart, defaults to FALSE.

downloadLabel

text to be displayed in the download link, defaults to Download.

See Also

Official docs

Examples

1
2
3
4
mtcars %>%
  uv_charts(qsec) %>%
  uv_add(mpg) %>%
  uv_meta("Title", "Subtitle", "x axis", "y axis")

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