Hello,
1) I have a requirement to load 'n' number of records at initial load. When the chart is scrolled to bottom another set of data is requested and appended into the gantt chart data. This requirement is needed as I would have data records in 1000's or more. I would like to implement this but is it possible? If not, is there any work around?
2) After receiving data from API it takes some time to render the data into the gantt chart at initial load. In the older version there was an 'enableVirtualization' property. It is not there in this version. Is there any work around or some way to fix the issue?
3) After the gantt chart is loaded, I select date range filter which requests API call, it returns new set of data. This data should replace the old data and render the gantt chart. As I mentioned earlier in 2) it takes time to render in this case also. Is there any way to update the gantt chart. I tried using updateDataSource method, but I don't see any improvement in speed.
I have attached a file containing only data, html tag and its taskSettings. Currently I have data(Self-referential data binding Flat data) which follows 'dd-MM-yyyy HH:mm' format and
durationUnit as 'Hour' I set these two only after API is called as the format comes from API.
I hope you will look into this and provide feasible solution.
Thank you,
Nikitha R
Attachment:
sample_6dcba660.rar