customize the legend component

interface LegendOptions {
    additionalItems?: LegendItem[];
    alignment?: string;
    clickable?: boolean;
    enabled?: boolean;
    order?: string[];
    orientation?: LegendOrientations;
    position?: string;
    truncation?: TruncationOptions;
}

Properties

additionalItems?: LegendItem[]

customized legend items

alignment?: string
clickable?: boolean

the clickability of legend items

enabled?: boolean
order?: string[]
orientation?: LegendOrientations
position?: string
truncation?: TruncationOptions