Root definitions

MarkConfig

Permalink

Properties

align

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.

angle

anyOf [number, ExprRef]

aria

anyOf [boolean, ExprRef]

ariaRole

anyOf [string, ExprRef]

ariaRoleDescription

anyOf [string, ExprRef]

aspect

anyOf [boolean, ExprRef]

baseline

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.

blend

anyOf [null ∪ string, ExprRef]

color

anyOf [anyOf [string, string, string], anyOf [LinearGradient, RadialGradient], ExprRef]

Default color.

Default value: "#4682b4"

Note:

  • This property cannot be used in a style config.
  • The fill and stroke properties have higher precedence than color and will override color.
cornerRadius

anyOf [number, ExprRef]

cornerRadiusBottomLeft

anyOf [number, ExprRef]

cornerRadiusBottomRight

anyOf [number, ExprRef]

cornerRadiusTopLeft

anyOf [number, ExprRef]

cornerRadiusTopRight

anyOf [number, ExprRef]

cursor

anyOf [string, ExprRef]

description

anyOf [string, ExprRef]

dir

anyOf [string, ExprRef]

dx

anyOf [number, ExprRef]

dy

anyOf [number, ExprRef]

ellipsis

anyOf [string, ExprRef]

endAngle

anyOf [number, ExprRef]

fill

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)

fillOpacity

anyOf [number, ExprRef]

filled

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.

font

anyOf [string, ExprRef]

fontSize

anyOf [number, ExprRef]

fontStyle

anyOf [string, ExprRef]

fontWeight

anyOf [string ∪ number, ExprRef]

height

anyOf [number, ExprRef]

href

anyOf [string, ExprRef]

innerRadius

anyOf [number, ExprRef]

The inner radius in pixels of arc marks. innerRadius is an alias for radius2.

Default value: 0

Minimum: 0
interpolate

anyOf [string, ExprRef]

invalid

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.

limit

anyOf [number, ExprRef]

lineBreak

anyOf [string, ExprRef]

lineHeight

anyOf [number, ExprRef]

opacity

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.

Minimum: 0, Maximum: 1
order

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.

orient

string

Valid values: horizontal, vertical

outerRadius

anyOf [number, ExprRef]

The outer radius in pixels of arc marks. outerRadius is an alias for radius.

Default value: 0

Minimum: 0
padAngle

anyOf [number, ExprRef]

radius

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

Minimum: 0
radius2

anyOf [number, ExprRef]

The secondary (inner) radius in pixels of arc marks.

Default value: 0

Minimum: 0
shape

anyOf [anyOf [string, string], ExprRef]

size

anyOf [number, ExprRef]

Default size for marks.

  • For 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.
  • For bar, this represents the band size of the bar, in pixels.
  • For 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.
Minimum: 0
smooth

anyOf [boolean, ExprRef]

startAngle

anyOf [number, ExprRef]

stroke

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)

strokeCap

anyOf [string, ExprRef]

strokeDash

anyOf [Array<number>, ExprRef]

strokeDashOffset

anyOf [number, ExprRef]

strokeJoin

anyOf [string, ExprRef]

strokeMiterLimit

anyOf [number, ExprRef]

strokeOffset

anyOf [number, ExprRef]

strokeOpacity

anyOf [number, ExprRef]

strokeWidth

anyOf [number, ExprRef]

tension

anyOf [number, ExprRef]

text

anyOf [anyOf [string, Array<string>], ExprRef]

theta

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.

Minimum: 0, Maximum: 360
theta2

anyOf [number, ExprRef]

The end angle of arc marks in radians. A value of 0 indicates up or “north”, increasing values proceed clockwise.

time

anyOf [number, ExprRef]

timeUnitBandPosition

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.

timeUnitBandSize

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.

tooltip

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.

  • If tooltip is true or {"content": "encoding"}, then all fields from encoding will be used.
  • If tooltip is {"content": "data"}, then all fields that appear in the highlighted data point will be used.
  • If set to 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

url

anyOf [string, ExprRef]

width

anyOf [number, ExprRef]

x

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.

x2

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.

y

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.

y2

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.

Loading...

Editor and Validator