config_color: Color config

Description Usage Arguments

View source: R/config.r

Description

Color config

Usage

1
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.


vegalite documentation built on May 2, 2019, 10:46 a.m.