Shadows

Shadow properties used in most visualizations :

shadowBlur integer
Amount in blur for the shadow.
See also: showShadow
Default: 2
Used in: all visualizations
shadowColor color
Color for the shadow.
See also: showShadow
Default: rgba(0,0,0,0.5)
Used in: all visualizations
shadowOffsetX integer
Length in pixels for the shadow offset in the X axis.
See also: showShadow
Default: 1
Used in: all visualizations
shadowOffsetY integer
Length in pixels for the shadow offset in the Y axis.
See also: showShadow
Default: 1
Used in: all visualizations
showShadow boolean
Flag used to add shadows to all graph objects in the canvas. It will be forced to false if the browser is IE.
Default: false
Used in: all visualizations
showTextShadow boolean
Flag used to add shadows to all text in the canvas. It will be forced to false if the browser is IE.
Default: false
Used in: all visualizations