uv_dimension: Customise chart dimensions

Description Usage Arguments See Also Examples

View source: R/config.R

Description

Customise the chart dimensions.

Usage

1
uv_dimension(p, width, height = 200, override = FALSE)

Arguments

p

a uvcharts object.

width, height

any CSS size.

override

if TRUE, overrides the htmlwidgets div's height and width.

See Also

Official docs

Examples

1
2
3
4
mtcars %>%
  uv_charts(qsec) %>%
  uv_add(mpg) %>%
  uv_dimension(width = 200)

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