@carbon/charts
    Preparing search index...

    Interface LegendItem

    customize the legend item

    interface LegendItem {
        fill?: string;
        name: string;
        stroke?: string;
        type: string;
    }
    Index

    Properties

    Properties

    fill?: string
    name: string
    stroke?: string
    type: string