createDomainAxisFromSpec method

  1. @override
Axis<DateTime> createDomainAxisFromSpec(
  1. AxisSpec<DateTime> axisSpec
)
override

Creates the domain axis from a provided axis spec.

Implementation

@override
Axis<DateTime> createDomainAxisFromSpec(AxisSpec<DateTime> axisSpec) {
  return (axisSpec as DateTimeAxisSpec).createDateTimeAxis(dateTimeFactory);
}