Taiga UI 5 is out!

LineChart ADDON-CHARTS

Examples API GitHub

[dots]
show dots on chart
boolean
[filled]
filled with gradient
boolean
[height]
axis Y range, pixel scale is 1:1
number
[y]
start of Y axis
number
[width]
axis X range, pixel scale is 1:1
number
[x]
start of X axis
number
[smoothingFactor]
smoothing factor from 0 to 99
number
[value]
array of data
TuiPoint[]
[xStringify]
function to stringify a value number to a string in axis X hint
TuiStringHandler<number>  |  null
[yStringify]
function to stringify a value number to a string in axis Y hint
TuiStringHandler<number>  |  null