config_color {vegalite}R Documentation

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.


[Package vegalite version 0.6.1 Index]