MAIDR Documentation - v3.73.0
    Preparing search index...
    • Extract a finite numeric value from a heterogeneous Chart.js dataset entry.

      Chart.js uses null (and NaN, via the spanGaps feature) as the documented missing-data marker. Rather than fabricate a 0 (which would be announced and sonified as real data) or pass NaN through (which poisons the model's min/max and silences audio for the whole trace), gaps are reported as null so callers can skip them and keep the accessible channels truthful.

      Parameters

      Returns number | null

      The finite number, or null when the entry is a gap/non-numeric.