[app.component.html]
<ejs-gantt id="ganttDefault"
[dayWorkingTime]="dayWorkingTime" [includeWeekend]="true" [enablePredecessorValidation]="false">
</ejs-gantt>
[app.component.ts]
export class AppComponent {
//...
public dayWorkingTime: object;
public ngOnInit(): void {
//...
this.dayWorkingTime = [{ from: 0, to: 24 }];
}
} |
S.No |
Query |
Syncfusion Comments |
1
|
setting task scheduling to manual mode |
We will include this feature in our Volume 2, 2020 main release which is expected to be rolled out on June 2020. You can track the status of this feature by using below feedback report link.
|
2
|
We would also like to have the PDF export feature to view the gantt chart |
We have already logged a feature report for this. We will implement this support and it will be included in our Volume 1, 2020 main release, it will be expected to out at March, 2020. You can track the status of this feature by using below feedback report link.
|