Skip to content

Threshold🔗

Definition🔗

export interface Threshold {
    // Value null means -Infinity
    value: number | null;
    color: string;
}