I am using gantt chart with angular.
Hello Luis,
To show custom data inside the scale cells, you need to use the function in the format
parameter:
scales Gantt Docs(
https://docs.dhtmlx.com/gantt/desktop__configuring_time_scale.html#dateformat
To get the number of tasks for the specific date range, you can use the getTaskByTime
method:
Here is an example of how it can be implemented:
https://snippet.dhtmlx.com/cu32ou0v
1 Like
Thanks Ramil, exactly what I needed.
1 Like