series.target Object

The target of the bullet chart.

series.target.line Object

The target line.

series.target.line.width Object|Function

The width of the line.

series.target.color String|Function

The target color.

series.target.border Object|Function

The border of the target.

series.target.border.color String|Function(default: "black")

The color of the border.

series.target.border.dashType String|Function(default: "solid")

The dash type of the border.

"solid"

Specifies a solid line.

"dot"

Specifies a line consisting of dots.

"dash"

Specifies a line consisting of dashes.

"longDash"

Specifies a line consisting of a repeating pattern of long-dash.

"dashDot"

Specifies a line consisting of a repeating pattern of dash-dot.

"longDashDot"

Specifies a line consisting of a repeating pattern of long-dash-dot.

"longDashDotDot"

Specifies a line consisting of a repeating pattern of long-dash-dot-dot.

series.target.border.width Number|Function(default: 0)

The width of the border.

In this article