export interface LegendDetailed { /** * Color to display, default black */ color?: string; /** * Label to display */ label: string; /** * Color of sub label, default black */ subLabelColor?: string; /** * Sub label to display */ subLabel: string; }