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