Skip to content

ValueMapping🔗

Allow to transform the visual representation of specific data values in a visualization, irrespective of their original units

Definition🔗

export type ValueMapping = dashboard.ValueMap | dashboard.RangeMap | dashboard.RegexMap | dashboard.SpecialValueMap;