createDomainAxisFromSpec method
Creates the domain axis from a provided axis spec.
Implementation
@override
Axis<DateTime> createDomainAxisFromSpec(AxisSpec<DateTime> axisSpec) =>
(axisSpec as DateTimeAxisSpec).createDateTimeAxis(dateTimeFactory);