createDomainAxisFromSpec method

  1. @protected
Axis<D>? createDomainAxisFromSpec(
  1. AxisSpec<D> axisSpec
)

Creates the domain axis from a provided axis spec.

Implementation

@protected
Axis<D>? createDomainAxisFromSpec(AxisSpec<D> axisSpec) {
  return axisSpec.createAxis();
}