Rdocumentation
powered by
Learn R Programming
vegalite (version 0.6.1)
config_color: Color config
Description
Color config
Usage
config_color(vl, color = NULL, fill = NULL, stroke = NULL)
Arguments
vl
a Vega-Lite object
color
color of the mark – either fill or stroke color based on the filled mark config.
fill
fill color. This config will be overridden by color channel’s specified or mapped values if filled is true.
stroke
stroke color. This config will be overridden by color channel’s specified or mapped values if filled is false.