Hi,
I just wanted to report a couple of issues that I'm encountering with the Blazor Gantt chart component.
1. The Gantt chart does not reflect the same start and end date/time as the data that is being passed into the component. Here's an image of the Gantt chart test implementation that I have created. Please take note of the start dates and end dates that were listed below.
Now, if you look into the list that I have passed into the component:
You will notice that the resulting data that is displayed in the component is very different.
2. I was trying to load the same data as the list above but is extracted from an API (Microsoft Graph) into the Gantt chart. I was able to do that however, the dates are not being plotted correctly on the Gantt chart as illustrated by the image below.
The start and end dates and times were also incorrect for the second issue. One thing that I have noticed is that populating the Gantt chart using a static list, like the first example, was able to plot the dates correctly on the chart. Dynamically loading a data from the API and populating that data to the Gantt chart doesn't correctly plot the dates on the chart. So what's up with that?
I am attaching some source code relevant to the second issue in order for you to hopefully recreate the issue on your end and properly advise the steps that are needed to be taken in order to resolve these issues.
Thanks and best regards,
Attachment:
Issue2Code_8935a00c.zip