neuronetio / gantt-elastic

Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
https://neuronet.io/gantt-elastic/
MIT License
1.3k stars 315 forks source link

fix issue #86 #101

Open rulai-ymwang opened 4 years ago

rulai-ymwang commented 4 years ago

If no tasks given, the firstTaskTime will be Number.MAX_SAFE_INTEGER and the lastTaskTime will be 0. They are both invalid time ms.

We can set reasonable values to them when no tasks given. Such as setting the default time range from today to 7 days later.

BirukTes commented 4 years ago

Thank you it does solve let tasks = [];?

rulai-ymwang commented 4 years ago

@BirukTes yes. it does