[dots] show dots on chart | boolean | |
[hintContent] content of hint for hover. It has $implicit in context with a tuple [TuiDay, number] | PolymorpheusContent | |
[height] axis Y range, pixel scale is 1:1 | number | |
[y] start of Y axis | number | |
[smoothingFactor] smoothing factor from 0 to 99 | number | |
[value] array of data | [TuiDay, number][] | |
[xStringify] function to stringify a value number to a string in axis X hint | TuiStringHandler<TuiDay> | null | |
[yStringify] function to stringify a value number to a string in axis Y hint | TuiStringHandler<number> | null |