Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When using a custom column in the Gantt chart, if the column value is a string containing only digits , the chart incorrectly renders it as a date. This happens even though the value is intended to be a plain string or identifier, not a date.
Use a Gantt chart with a custom column.
Pass a string digit ("250977") as the value for that column in the dataSource.
Observe that the value is rendered as a date instead of a string.