It seems to be a bad version (v44). Until this is fixed, the workaround is to explicitly indicate the previous version of the API to load instead of using current:
- google.charts.load('current', {'packages':['gantt']}); + google.charts.load('43', {'packages':['gantt']});
Please note that this will really freeze your version of the chart, and you will not receive new features and fixes if you do not return the changes.
source share