series.line String | Object
Line options.
Applicable to area series.
series.line.color String
The line color.
series.line.opacity Number
(default: 1)
The line opacity.
series.line.width String
(default: 0.5)
The line width.
series.line.style String
(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".