Currently tooltip can be rendered outside of the gantt component if item on the timeline is long enough to be outside of the timeline viewport.
Adjusting [taskTooltipOptions] doesn't help as tooltip will still be outside of the timeline viewport.
Steps to reproduce.
When Gantt is used with bootstrap theme there is an accumulating error that leads to the row hover effect being misaligned with actual grid rows. This issue only appears on the Windows versions of Chrome and Firefox, Mac OS versions seem to be unaffected.
This Stackblitz was taken directly from angular gantt overview page.
Steps to reproduce:
See attached video.
The tooltip data isn't loaded properly when the mouse lands on the item due to the horizontal scroll rather than moving moues manually. This behaviour is mostly noticed on touchpads due to gestures.
See stackblitz.
Steps to reproduce
It's important not to move the mouse, as soon as any action like movement or click happens the tooltip loads the data.
See the attached video.
Kendo timeline range in the gantt can be miscalculated if children have start and end days earlier that their parent.
This happens to due oversight in TimelineBaseViewService.getRange function. Two variables startResult and endResult are calculated using only top-level entities from the supplied data hierarchy.
This stackblitz shows 2 cases.
That's mostly visible on Day and Week timelines, however I believe can be reproduced on monthly and yearly views if the date spread is large enough.
Provide a way to change the Gantt tasks dates by dragging the edges of each task. Similar to the Kendo UI for jQuery Gantt:
https://demos.telerik.com/kendo-ui/gantt/index
Hi,
It would be a good addition to the Gantt component if a progress completion indicator is rendered on the tasks as in Kendo UI for jQuery.
Provide the ability to change a task duration by dragging and dropping it at the required position.
Similar to the Kendo jQuery Gantt:
https://demos.telerik.com/kendo-ui/gantt/index
and Gantt Chart from Syncfusion.
Please provide a PDF Export feature for the Gantt.
Also please make the Gantt able to be exported by the PDF Export component.
thanks
It will be a good to feature for projects to know their current path and expected path as there are delays in the real world and it will be great to track it in the Gantt tasks.
Explenation of the feature:
https://support.monday.com/hc/en-us/articles/360020978159-The-Gantt-Baseline
Introduce hierarchical "outline" levels in Kendo Angular Gantt, enabling users to expand/collapse tasks and drill down into project details similar to MS Project. This feature will improve project management by providing a clear and organized view of complex task structures.
Video of the functionality - https://www.youtube.com/watch?v=1gcEVMbLVRg&t=30s
Hi,
Please provide a zoom-in/zoom-out functionality of the Gantt component.
Thanks
Hi,
It will be a good addition to the component to highlight or color the selected task dependency path. This will avoid user confusion when many task dependency paths are being crossed.
Hi,
When a task is collapsed, how can I show the child tasks overlapped ontop of each other, rather than just a blank skinny line? When collapsed, I'd like to see all my tasks (and their templates/bars/titles) side-by-side or overlapping (if their startDates and endDates overlap)?
thanks
Hi,
It will be a good addition to the component if printing is supported.
Timeline headers currently have the option to set a TimelineHeaderDateFormat.
It's still not possible to set a custom template to show additional text or more than one group header.
It would be nice to have something like a TimeLineHeaderGroupTemplate and a TimeLineHeaderColumnTemplate just like similiar kendo controls.