series.lineString | Object

Line options.

** Applicable to area, candlestick and ohlc series. **

series.line.colorString

The line color.

series.line.opacityNumber(default: 1)

The line opacity.

series.line.widthString(default: 4)

The line width.

series.line.styleString(default: "normal")

The 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 style option is supported when series.type is set to "area".