@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface ChartLegendEntry

    Descriptor for a single legend entry.

    interface ChartLegendEntry {
        color: string;
        label: string;
        value: number;
    }
    Index

    Properties

    Properties

    color: string

    Swatch color.

    label: string

    Display label.

    value: number

    Numeric value.