uv_legend: Configure the chart

Description Usage Arguments See Also Examples

View source: R/config.R

Description

Configure the legend.

Usage

1
uv_legend(p, showlegends, position)

Arguments

p

a uvcharts object.

showlegends

boolean.

position

legend position, i.e.: right.

See Also

Official docs

Examples

1
2
3
4
mtcars %>%
  uv_charts(qsec) %>%
  uv_add(mpg) %>%
  uv_legend(position = "right")

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