widgets/implementations/datapoints-table/datapoints-table-view/apply-range-class.pipe.ts
Applies CSS classes based on the value's range.
Name | applyRangeClass |
Standalone | true |
transform | ||||||||||||
transform(value: number, ranges: ColorRangeBoundaries)
|
||||||||||||
Transforms the input value based on the specified ranges.
Parameters :
Returns :
string
The CSS class to be applied. |