blessed-components - v1.20.0
    Preparing search index...

    Interface WaterfallChartStep

    Waterfall step.

    interface WaterfallChartStep {
        label: string;
        value: number;
    }
    Index

    Properties

    Properties

    label: string
    value: number