Series.line
configurationThe chart line configuration options.
The
lineoption is supported when the series.type option is set to "area", "candlestick", "ohlc" or "waterfall".
series.line
String|Objectseries.line.color
StringThe line color. Accepts a valid CSS color string, including hex and rgb.
series.line.opacity
NumberThe line opacity. By default the line is opaque.
Default: 1
series.line.style
StringThe supported values are:
- "normal" - The values will be connected with straight line.
- "step" - The values will be connected with a line with right angle.
- "smooth" - The values will be connected with a smooth line.
The default value is "normal".
The
styleoption is supported when series.type is set to "area", "rangeArea", "polarArea" or "radarArea".
The
stepvalue is supported only when series.type is set to "area" or "rangeArea".
For line series, use series.style.
Default: "normal"
series.line.width
NumberThe line width in pixels.
Default: 4