The module did not paint well tasks distant in time (with more than a month) because the comparison between the start date of the task and the scale date is done per day (getDate) instead of full date.
I solved it in file: gantt.service.ts ==> calculateBarLeft, and I code:
Sorry for my English.
The module did not paint well tasks distant in time (with more than a month) because the comparison between the start date of the task and the scale date is done per day (getDate) instead of full date.
I solved it in file: gantt.service.ts ==> calculateBarLeft, and I code:
Hope that helps. Thank you for your great work with the gantt module.