Root definitions

ErrorBandDef

Permalink

Properties

band

anyOf [boolean, anyOf [MarkConfig, AreaConfig, BarConfig, RectConfig, LineConfig, TickConfig]]

borders

anyOf [boolean, anyOf [MarkConfig, AreaConfig, BarConfig, RectConfig, LineConfig, TickConfig]]

clip

boolean

Whether a composite mark be clipped to the enclosing group’s width and height.

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

string

Valid values: ci, iqr, stderr, stdev

interpolate

string

Valid values: basis, basis-open, basis-closed, bundle, cardinal, cardinal-open, cardinal-closed, catmull-rom, linear, linear-closed ...(Show more)

opacity

number

The opacity (value between [0,1]) of the mark.

Minimum: 0, Maximum: 1
orient

string

Valid values: horizontal, vertical

tension

number

The tension parameter for the interpolation type of the error band.

Minimum: 0, Maximum: 1
type Required

string

Loading...

Editor and Validator