@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartSvgLegendItem

    type ChartSvgLegendItem = {
        color?: string;
        label: ReactNode;
        value?: ReactNode;
    }
    Index

    Properties

    Properties

    color?: string
    label: ReactNode
    value?: ReactNode