Feature request: drawing arrows from task to task
You can see an example here.
https://d-band.github.io/gantt/
When you hover over the task, two circles appear: on the left side and on the right.
You can drag the line into another task or milestone. If it was successful, a new callback will be called (like onDependencyAdd).
I can do it and make PR.
Seems useful to me ( but I am not part of project team). If you do, then I think you should include verification so that you cannot break the chart by creating a circular dependency where item becomes dependent on a child item.
@RossCoeH
I decided to fork project and add new features myself.
https://github.com/vtaits/gantt-task-react
This feature is already done in dev branch.
I need some other features (critical path, comparison with base and other). I will publish this when all features are done.
You can see an example here.
https://d-band.github.io/gantt/
When you hover over the task, two circles appear: on the left side and on the right.
You can drag the line into another task or milestone. If it was successful, a new callback will be called (like
onDependencyAdd).I can do it and make PR.
could you share your demo code
You can see an example here. https://d-band.github.io/gantt/ When you hover over the task, two circles appear: on the left side and on the right. You can drag the line into another task or milestone. If it was successful, a new callback will be called (like
onDependencyAdd). I can do it and make PR.could you share your demo code
You can see my progress here
https://vtaits.github.io/gantt-task-react/
Sources of stories are here
https://github.com/vtaits/gantt-task-react/tree/main/stories
You can see an example here. https://d-band.github.io/gantt/ When you hover over the task, two circles appear: on the left side and on the right. You can drag the line into another task or milestone. If it was successful, a new callback will be called (like
onDependencyAdd). I can do it and make PR.could you share your demo code
You can see my progress here
https://vtaits.github.io/gantt-task-react/
Sources of stories are here
https://github.com/vtaits/gantt-task-react/tree/main/stories
Thank you very much!
@vtaits Are you still working on this fork? I see some commits
@vtaits Are you still working on this fork? I see some commits
Hello. I'm too busy right now. I'll want to compete it, but when I have time for this.
Arrow feature is ready in my repo, you can use it. But some other features that I need aren't