@carbon/charts
    Preparing search index...

    Interface LegendOptions

    customize the legend component

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

    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