MAIDR Documentation - v4.4.0
    Preparing search index...
    • Whether a scale's domain is dates rather than numbers.

      A temporal axis inverts to a Date, which no MAIDR trace can carry: the point types are typed number because the value has to drive sonification and the min/max range. The adapter therefore carries epoch milliseconds and declares format: { type: 'date' } on the axis, which is what turns the number back into a date in the announcement.

      Parameters

      • scale: PlotScale | undefined

        The scale to test.

      Returns boolean

      True for Plot's utc and time scales.