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

    Type Alias ChartWaterfallDatum

    type ChartWaterfallDatum = {
        color?: string;
        id?: string;
        label: string;
        value: number;
    }
    Index

    Properties

    Properties

    color?: string
    id?: string
    label: string
    value: number