API / Configuration / AxisPlotLine

Defined in: src/types/chart/axis.ts:85

Properties

Property Type Description
color? string The color of the plot line (hex, rgba).
dashStyle? "Dash" | "DashDot" | "Dot" | "LongDash" | "LongDashDot" | "LongDashDotDot" | "ShortDash" | "ShortDashDot" | "ShortDashDotDot" | "ShortDot" | "Solid" Option for line stroke style.
layerPlacement? "before" | "after" Place the line behind or above the chart.
opacity? number Individual opacity for the line. Default 1
value? number The position of the line in axis units.
width? number Pixel width of the plot line. Default 1