initDomainAxis method
Allows the chart to configure the domain axis when it is created.
Implementation
@protected
@override
void initDomainAxis() {
_domainAxis!.tickDrawStrategy = SmallTickRendererSpec<num>()
.createDrawStrategy(context, graphicsFactory!);
}