import { FormControl } from '@angular/forms'; export interface ChartLabel { id?: number | string; label: string; labelLetter?: string; labelSuffix?: string; labelVisible?: FormControl; color?: string; backgroundColor?: string; labelLetterColor?: string; icon?: string; flag?: string; tooltip?: string; alignToRight?: boolean; typeCheckbox?: boolean; }