Configures the axis line of a chart, allowing customization of the line’s appearance, including its color, width, and dashArray.
string
Specifies the color of the axis line. Accepts values in hex and rgba formats as valid CSS color strings.
Defaults to null
string
The dash array of the axis line, defining the pattern of dashes and gaps for the axis line.
Defaults to ”
number
The width of the axis line in pixels, determining the thickness of the lines on the axis.
Defaults to 1