Foreground and Background : Foreground and Background properties used in all visualizations

# background

Color for the Specifies the background color for the canvas
Type: color
Default: rgb(255,255,255)

# backgroundImage

Specifies the url for the background image when the background type is of the type image or windowImage
Type: url
Default: false

# backgroundImageSrc

Specifies the source for the background image when the background type is of the type image or windowImage
Type: string
Default: false

# backgroundType

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 of your choosing. The colorScheme property will be used If gradient is specified
Type: string
Default: solid
Options: solid, gradient, window, windowGradient, windowSolidGradient, image, windowImage

# backgroundWindow

Color for the Specifies the background color for the canvas when the background type is of a type window
Type: color
Default: rgb(244,244,244)

# foreground

Color for the Specifies the foreground color for text or lines not covered in a more specific configuration property
Type: color
Default: rgb(0,0,0)