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 panelImage
Type: url
Default: false

# backgroundImageSrc

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

# backgroundType

Specifies the style for the background of the canvas. The canvas background is composed of a frame with a panel 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, panel, panelGradient, panelSolidGradient, image, panelImage

# 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)