I am modifying the example "examples\frameworks\angular\gantt-resource-utilization" to show only ResourceUtilization. I delete the bryntum-gantt component in app.component.html and the code that relate to it in app.component.ts, such as "this.resourceUtilization.addPartner(this.gantt)".
The page loads without errors and on the left side the list of resources is shown, but on the right side no elements are shown.
I have tried adding the value: "start Date : '2019-01-11'" to resourceUtilizationProps "app.config.ts" but it still starts on the current date "2024-09", I had to modify all the dates in "src\assets\data\launch-saas.json" to "2024" to be able to see information on the right side of the component.
Are you still using the same project model that's defined in the example? The ResourceUtilization component will use the information presented on the project model assigned to it.
It's the same project model. I am only commenting the bryntum-gantt component in the html and the addPartner() assignment, you can try it directly in your example "examples\frameworks\angular\gantt-resource-utilization":