Line Graphs : General parameters in line graphs

# coordinateLineColor

Flag to used same color in BarLine plots. If set to true the color of the bars and the lines will be coordinated
Type: boolean
Default: false

# lineDecoration

Lines decorations in the line graphs
Type: string
Default: symbol
Options: false, dot, symbol, pattern

# lineErrorType

Line error type in the line graphs. The line type must be spline for the area error type.
Type: string
Default: bar
Options: bar, area

# lineType

Type of line used to join the points in line graphs
Type: string
Default: rect
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# tension

Curvature for the splines and hulls
Type: float
Default: 0.3

# tensionSegments

Number of segments to smooth a quadratic curve
Type: integer
Default: 16