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.
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 typednumberbecause the value has to drive sonification and the min/max range. The adapter therefore carries epoch milliseconds and declaresformat: { type: 'date' }on the axis, which is what turns the number back into a date in the announcement.