label: Title label settings for g2plot

Description Usage Arguments

View source: R/label.R

Description

Title label settings for g2plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
label(
  gWidget,
  type,
  offset = NULL,
  offsetX = NULL,
  offsetY = NULL,
  content = NULL,
  style = NULL,
  autoRotate = NULL,
  rotate = NULL,
  labelLine = NULL,
  labelEmit = NULL,
  layout = NULL,
  position = NULL,
  animate = NULL,
  formatter = NULL,
  autoHide = NULL
)

Arguments

type

当用户使用了自定义的 label 类型,需要声明具体的 type 类型,否则会使用默认的 label 类型渲染(饼图 label 支持 inner|outer|spider)

autoHide
g

object for g2plot


GOUYONGCHAO/g2plot documentation built on March 31, 2021, 1:49 p.m.