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