Our state of the art Gantt chart


Post by cngo@ensiteusa.com »

Finally, I got it. These models are on both scheduler and gantt. When import, it automatically picked from scheduler, not gantt. :(((( 

// import { AssignmentModel, DependencyModel, ResourceModel } from '@bryntum/scheduler-thin';
// import { CalendarModel } from '@bryntum/schedulerpro-thin';

Post by tasnim »

Hi,

Please try importing from gantt-thin. Does that helps?

import { AssignmentModel, DependencyModel, ResourceModel } from '@bryntum/gantt-thin';

Post Reply