Our state of the art Gantt chart


Post by m.bogendoerfer »

Hi all,

I have a case where a tasks has a deadline but it's completed before the deadline, we want to show both deadline and completed date in the bar as in the below screenshot,
Screenshot 2020-01-27 at 15.29.17.png
Screenshot 2020-01-27 at 15.29.17.png (979.53 KiB) Viewed 1087 times
Here is the data model for the event item:
return <MilestoneEventObject>{
      id: item.id,
      icon: icon,
      type: itemType,
      name: item.title,
      startDate: "2020-01-13T21:03:43.114+01:00",
      endDate: "2020-01-17T21:03:43.114+01:00",
      earlyEndDate: "2020-01-15T21:03:43.114+01:00",
      expanded: expandedByDefault,
      eventColor: status.COLOR,
      children: []
    }

Post by mats »

1. Please post in the correct (Gantt) forum
2. Please use CODE tags when posting code

Post by mats »

Not currently supported but I've opened a feature request ticket: https://github.com/bryntum/support/issues/235

Post by m.bogendoerfer »

Thanks for your response, waiting for that feature to be added.

Post Reply