config_stroke {vegalite} | R Documentation |
Stroke config
Description
Stroke config
Usage
config_stroke(vl, stroke = NULL, stroke_width = NULL, stroke_dash = NULL,
stroke_dash_offset = NULL, stroke_opacity = NULL)
Arguments
vl |
a Vega-Lite object |
stroke |
stroke color |
stroke_width |
stroke of the width in pixels |
stroke_dash |
an array of alternating stroke, space lengths for creating dashed or dotted lines. |
stroke_dash_offset |
the offset (in pixels) into which to begin drawing with the stroke dash array. |
stroke_opacity |
|
[Package vegalite version 0.6.1 Index]