English
latest (v4.7.0)

Axes ADDON-CHARTS

Description and examples API Setup Source code
-
Name and descriptionType Value
[axisX]
Axis X
TuiLineType
'solid'
[axisXLabels]
Labels for X. Empty string is empty stroke, null — no stroke
ReadonlyArray<string | null>
[]
[axisY]
Axis Y
TuiLineType
'solid'
[axisYInset]
Inset of labels on axis Y
boolean
[axisYLabels]
Labels for Y
readonly string[]
[]
[axisYName]
Name of Y axis
string
[axisYSecondaryInset]
Inset labels for Y
boolean
[axisYSecondaryLabels]
Secondary Y axis labels
readonly string[]
[]
[axisYSecondaryName]
Secondary Y axis name
string
[horizontalLines]
Horizontal lines number
number
[horizontalLinesHandler]
Horizontal lines type handler
TuiLineHandler
()=>"solid"
[verticalLines]
Number of vertical lines
number
[verticalLinesHandler]
Vertical lines type handler
TuiLineHandler
()=>"dashed"