export interface Treshold { description: string; from: number; step: number; labelLeftOffset: number; isCurrentActive: boolean; }