I want to be able to scroll the gantt chart horizontally and lazy load in data. This is because our back end has performance issues with calculating all the different bars. So therefore we would want it to be possible to scroll horizontally and lazy load data in.
You can try to set start_date and end_date properties as a way to increase performance. If both the start_date and end_date options are specified and you create a task that is outside the range, the task won’t be displayed in the chart.