Vega theme configurations

config(
  v,
  background = "white",
  axis = list(),
  axis_x = list(),
  axis_y = list(),
  header = list(),
  legend = list(),
  title = list(),
  view = list(),
  facet = list(),
  ...
)

config_ggplot(v)

Arguments

v

A vega() object.

background

A plot background.

axis, axis_x, axis_y

A named list to define axis.

header, legend, title, view, facet

A named list.

...

Other parameters.