Fit Lines : Parameters used to create regression, loess and quantiles lines in 2d scatter plots

# fitLineColor

Color for the fit line
Type: color
Default: rgb(255,215,0)
Used in: Scatter2D

# fitLineLength

Length for the fit line
Type: float
Default: null
Used in: Scatter2D

# fitLineLineType

Type of line for the fit line
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash
Used in: Scatter2D

# fitLineShow

Flag to show/hide the fit line
Type: boolean
Default: true
Used in: Scatter2D

# fitLineTransparency

Transparency for the color of the fit line
Type: float
Default: 1
Used in: Scatter2D

# fitLineWidth

Size for the fit line
Type: float
Default: 2
Used in: Scatter2D