All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Vue
A newer version of this page is available. Switch to the current version.

jQuery Sankey - label.shadow

Configures the labels' shadows.

Type:

Object

blur

Specifies the shadows' blur distance. A larger value increases the blur distance.

Type:

Number

Default Value: 1

color

Colors the labels' shadows.

Type:

String

Default Value: '#000000'

This option supports the following colors:

offsetX

Moves the shadows horizontally from their initial positions.

Type:

Number

Default Value: 0

The number assigned to this option specifies the shift in pixels. A negative number shifts the shadows to the left, a positive number - to the right.

offsetY

Moves the shadows vertically from their initial positions.

Type:

Number

Default Value: 1

The number assigned to this option specifies the shift in pixels. A negative number shifts the shadows to the top, a positive number - to the bottom.

opacity

Specifies the shadows' transparency.

Type:

Number

Default Value: 0

This option accepts a value from 0 to 1: 0 makes the shadows transparent; 1 makes them opaque.