Name and description | Type | 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 | |
[verticalLinesHandle] Vertical lines type handler | TuiLineHandler | ()=>"dashed" |