createTickProvider method
Creates a TickProviderSpec that dynamically chooses time ticks at the two end points of the axis range
Implementation
@override
EndPointsTickProvider<DateTime> createTickProvider(ChartContext context) =>
EndPointsTickProvider<DateTime>();