anyOf [string, ExprRef]
The horizontal alignment of the text or ranged marks (area, bar, image, rect, rule). One of "left"
, "right"
, "center"
.
Note: Expression reference is not supported for range marks.
anyOf [number, ExprRef]
anyOf [boolean, ExprRef]
anyOf [string, ExprRef]
anyOf [string, ExprRef]
anyOf [boolean, ExprRef]
anyOf [anyOf [string, string, string, string], ExprRef]
For text marks, the vertical text baseline. One of "alphabetic"
(default), "top"
, "middle"
, "bottom"
, "line-top"
, "line-bottom"
, or an expression reference that provides one of the valid values. The "line-top"
and "line-bottom"
values operate similarly to "top"
and "bottom"
, but are calculated relative to the lineHeight
rather than fontSize
alone.
For range marks, the vertical alignment of the marks. One of "top"
, "middle"
, "bottom"
.
Note: Expression reference is not supported for range marks.
anyOf [null ∪ string, ExprRef]
anyOf [anyOf [string, string, string], anyOf [LinearGradient, RadialGradient], ExprRef]
Default color.
Default value: ■ "#4682b4"
Note:
fill
and stroke
properties have higher precedence than color
and will override color
.anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [string, ExprRef]
anyOf [string, ExprRef]
anyOf [string, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [string, ExprRef]
anyOf [number, ExprRef]
anyOf [anyOf [string, string, string], anyOf [LinearGradient, RadialGradient], null, ExprRef]
Default fill color. This property has higher precedence than config.color
. Set to null
to remove fill.
Default value: (None)
anyOf [number, ExprRef]
boolean
Whether the mark's color should be used as fill color instead of stroke color.
Default value: false
for all point
, line
, and rule
marks as well as geoshape
marks for graticule
data sources; otherwise, true
.
Note: This property cannot be used in a style config.
anyOf [string, ExprRef]
anyOf [number, ExprRef]
anyOf [string, ExprRef]
anyOf [string ∪ number, ExprRef]
anyOf [number, ExprRef]
anyOf [string, ExprRef]
anyOf [number, ExprRef]
The inner radius in pixels of arc marks. innerRadius
is an alias for radius2
.
Default value: 0
0
anyOf [string, ExprRef]
anyOf [string, null]
Invalid data mode, which defines how the marks and corresponding scales should represent invalid values (null
and NaN
in continuous scales without defined output for invalid values).
"filter"
— Exclude all invalid values from the visualization's marks and scales. For path marks (for line, area, trail), this option will create paths that connect valid points, as if the data rows with invalid values do not exist.
"break-paths-filter-domains"
— Break path marks (for line, area, trail) at invalid values. For non-path marks, this is equivalent to "filter"
. All scale domains will exclude these filtered data points.
"break-paths-show-domains"
— Break paths (for line, area, trail) at invalid values. Hide invalid values for non-path marks. All scale domains will include these filtered data points (for both path and non-path marks).
"show"
or null
— Show all data points in the marks and scale domains. Each scale will use the output for invalid values defined in config.scale.invalid
or, if unspecified, by default invalid values will produce the same visual values as zero (if the scale includes zero) or the minimum value (if the scale does not include zero).
"break-paths-show-path-domains"
(default) — This is equivalent to "break-paths-show-domains"
for path-based marks (line/area/trail) and "filter"
for non-path marks.
Note: If any channel's scale has an output for invalid values defined in config.scale.invalid
, all values for the scales will be considered "valid" since they can produce a reasonable output for the scales. Thus, fields for such channels will not be filtered and will not cause path breaks.
anyOf [number, ExprRef]
anyOf [string, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
The overall opacity (value between [0,1]).
Default value: 0.7
for non-aggregate plots with point
, tick
, circle
, or square
marks or layered bar
charts and 1
otherwise.
0
, Maximum: 1
null ∪ boolean
For line and trail marks, this order
property can be set to null
or false
to make the lines use the original order in the data sources.
string
Valid values: horizontal
, vertical
anyOf [number, ExprRef]
The outer radius in pixels of arc marks. outerRadius
is an alias for radius
.
Default value: 0
0
anyOf [number, ExprRef]
anyOf [number, ExprRef]
For arc mark, the primary (outer) radius in pixels.
For text marks, polar coordinate radial offset, in pixels, of the text from the origin determined by the x
and y
properties.
Default value: min(plot_width, plot_height)/2
0
anyOf [number, ExprRef]
The secondary (inner) radius in pixels of arc marks.
Default value: 0
0
anyOf [anyOf [string, string], ExprRef]
anyOf [number, ExprRef]
Default size for marks.
point
/circle
/square
, this represents the pixel area of the marks. Note that this value sets the area of the symbol; the side lengths will increase with the square root of this value.bar
, this represents the band size of the bar, in pixels.text
, this represents the font size, in pixels.Default value:
30
for point, circle, square marks; width/height's step
2
for bar marks with discrete dimensions;5
for bar marks with continuous dimensions;11
for text marks.0
anyOf [boolean, ExprRef]
anyOf [number, ExprRef]
anyOf [anyOf [string, string, string], anyOf [LinearGradient, RadialGradient], null, ExprRef]
Default stroke color. This property has higher precedence than config.color
. Set to null
to remove stroke.
Default value: (None)
anyOf [string, ExprRef]
anyOf [Array<number>, ExprRef]
anyOf [number, ExprRef]
anyOf [string, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [number, ExprRef]
anyOf [anyOf [string, Array<string>], ExprRef]
anyOf [number, ExprRef]
For arc marks, the arc length in radians if theta2 is not specified, otherwise the start arc angle. (A value of 0 indicates up or “north”, increasing values proceed clockwise.)
For text marks, polar coordinate angle in radians.
0
, Maximum: 360
anyOf [number, ExprRef]
The end angle of arc marks in radians. A value of 0 indicates up or “north”, increasing values proceed clockwise.
anyOf [number, ExprRef]
number
Default relative band position for a time unit. If set to 0
, the marks will be positioned at the beginning of the time unit band step. If set to 0.5
, the marks will be positioned in the middle of the time unit band step.
number
Default relative band size for a time unit. If set to 1
, the bandwidth of the marks will be equal to the time unit band step. If set to 0.5
, bandwidth of the marks will be half of the time unit band step.
anyOf [number, string, boolean, TooltipContent, ExprRef, null]
The tooltip text string to show upon mouse hover or an object defining which fields should the tooltip be derived from.
tooltip
is true
or {"content": "encoding"}
, then all fields from encoding
will be used.tooltip
is {"content": "data"}
, then all fields that appear in the highlighted data point will be used.null
or false
, then no tooltip will be used.See the tooltip
documentation for a detailed discussion about tooltip in Vega-Lite.
Default value: null
anyOf [string, ExprRef]
anyOf [number, ExprRef]
anyOf [number, string, ExprRef]
X coordinates of the marks, or width of horizontal "bar"
and "area"
without specified x2
or width
.
The value
of this channel can be a number or a string "width"
for the width of the plot.
anyOf [number, string, ExprRef]
X2 coordinates for ranged "area"
, "bar"
, "rect"
, and "rule"
.
The value
of this channel can be a number or a string "width"
for the width of the plot.
anyOf [number, string, ExprRef]
Y coordinates of the marks, or height of vertical "bar"
and "area"
without specified y2
or height
.
The value
of this channel can be a number or a string "height"
for the height of the plot.
anyOf [number, string, ExprRef]
Y2 coordinates for ranged "area"
, "bar"
, "rect"
, and "rule"
.
The value
of this channel can be a number or a string "height"
for the height of the plot.