LineChart ADDON-CHARTS

Examples API Setup
-
Name and descriptionTypeValue
[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