Plot and Panel Areas : General plot and panel properties used in all graphs

# backgroundImage

backgroundImage : "https://placehold.co/600x400/EEE/31343C?text=Image1"

backgroundImage : "https://placehold.co/600x400/EEE/31343C?text=Image2"


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

backgroundImageSrc : "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"


# 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

backgroundType : "solid"

backgroundType : "gradient"

backgroundType : "panel"


# panelBackgroundBorderColor
Color for the border in panel background. This includes only the area where the data is plotted
Type: color
Default: rgba(204,204,204,0)

panelBackgroundBorderColor : "rgba(204,204,204,0)"

panelBackgroundBorderColor : "rgb(0,0,255)"

panelBackgroundBorderColor : "rgb(0,128,0)"


# panelBackgroundBorderLineType
Type of line for the border in panel background. This includes only the area where the data is plotted
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

panelBackgroundBorderLineType : "solid"

panelBackgroundBorderLineType : "dashed"

panelBackgroundBorderLineType : "dotdash"


# panelBackgroundBorderSize

panelBackgroundBorderSize : 1

panelBackgroundBorderSize : 3

panelBackgroundBorderSize : 6


# panelBackgroundColor

panelBackgroundColor : "rgb(255,255,255)"

panelBackgroundColor : "rgb(255,255,224)"

panelBackgroundColor : "rgb(240,255,240)"


# plotBackgroundBorderColor

plotBackgroundBorderColor : "rgba(204,204,204,0)"

plotBackgroundBorderColor : "rgb(0,0,0)"

plotBackgroundBorderColor : "rgb(255,0,0)"


# plotBackgroundBorderLineType
Type of line for the border in plot background. This includes the entire graph area
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

plotBackgroundBorderLineType : "solid"

plotBackgroundBorderLineType : "dotted"

plotBackgroundBorderLineType : "dashed"


# plotBackgroundBorderSize

plotBackgroundBorderSize : 1

plotBackgroundBorderSize : 2

plotBackgroundBorderSize : 5


# plotBackgroundColor

plotBackgroundColor : "rgb(255, 255, 255)"

plotBackgroundColor : "rgb(240, 240, 240)"

plotBackgroundColor : "rgb(224, 238, 238)"