Enode — API Reference
    Preparing search index...
    BarMarker: { kind: "dot"; value: number } | { kind: "line"; value: number }

    A reference marker drawn over the bars. The same statistic renders two ways so the collapsed (one bar per set) and expanded (one bar per rep) views read consistently — and identically to the vertical performance chart:

    • dot — a metric-coloured dot sitting on a single aggregate bar, marking the set's value (its min). Used in the collapsed view.
    • line — a metric-coloured line across the rep group, marking the set's average value. Used in the expanded view (and only when a set has >1 rep).