Background

Background properties used in all visualizations :

background color
Specifies the background color for the canvas.
See also: backgroundType
Default: rgb(255,255,255)
Used in: all visualizations
Specifies the first color of the gradient if the background type is of the type of 'gradient'.
Default: rgb(0,0,200)
Used in: all visualizations
Specifies the second color of the gradient if the background type is of the type of 'gradient'.
Default: rgb(0,0,36)
Used in: all visualizations
Specifies the url for the background image when the background type is of the type 'image' or 'windowImage'.
See also: backgroundType
Default: false
Used in: all visualizations
Specifies the style for the background of the canvas. The canvas background is composed of a frame with a window where the data is plotted. Either of these elements the may be a solid or gradient color or an image or a video of your choosing.
Default: solid
Options: solid, gradient, window, windowGradient, windowGradient2, windowSolidGradient, image, windowImage, video
Used in: all visualizations
An array containing urls for the background video when the background type is of the type 'video'.
See also: backgroundType
Default: false
Used in: all visualizations
Specifies the background color for the canvas when the background type is of a type 'window'.
See also: backgroundType
Default: rgb(244,244,244)
Used in: all visualizations
Specifies the first color of the gradient if the background type is of the type of 'windowGradient'.
See also: backgroundType
Default: rgb(0,0,200)
Used in: all visualizations
Specifies the second color of the gradient if the background type is of the type of 'windowGradient'.
See also: backgroundType
Default: rgb(0,0,36)
Used in: all visualizations
Specifies the orientation of the gradient if the background type is of the type 'windowGradient' or 'windowGradient2'.
See also: backgroundType
Default: vertical
Options: vertical, horizontal
Used in: all visualizations