LineStyle
Union
LineStyle
type
Specifies the line style of the series.
The possible values are:
"normal"—Connects the values with a straight line."step"—Connects the values with a right-angled line. Available whenseries.typeis set to"line"."smooth"—Connects the values with a smooth line. Not supported for stacked area series with missing values.
Possible values:
"normal""step""smooth"