fcharts-js - v0.3.0
    Preparing search index...

    Interface BarRow

    interface BarRow {
        color?: string;
        href?: string;
        label: string;
        limit?: number;
        status?: Status;
        value: number;
    }
    Index

    Properties

    color?: string

    Explicit bar color (overrides status).

    href?: string

    Drill-down target. When set, the row label becomes a focusable <a href> (e.g. a ?chain=… filter link) — presentation only, the summary/<desc> are unchanged.

    label: string
    limit?: number

    Cap / target marker, drawn as a vertical tick on the bar.

    status?: Status

    Explicit status; when omitted and limit is set, derived from value vs limit.

    value: number