Closed cpascual closed 4 years ago
Protect DateAxisItem.tickValues against overflows
The tickValues() method uses datetime.fromtimestamp(). In some conditions, the axes range exceed the supported datetime range and produces an exception. Handle it by returning an empty list instead of raising the exception.
Fixes #18
Protect DateAxisItem.tickValues against overflows
The tickValues() method uses datetime.fromtimestamp(). In some conditions, the axes range exceed the supported datetime range and produces an exception. Handle it by returning an empty list instead of raising the exception.
Fixes #18