customize the legend item

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

Properties

Properties

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