namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.91k stars 613 forks source link

Arrows/Makers next to tasks #876

Open DenysAshikhin opened 1 year ago

DenysAshikhin commented 1 year ago

Hi All,

Hopefully someone can point me in the right direction! I have found this library and it looks like an almost perfect match for my usecase where I create a scheduling - gantt chart. The only feature I think (?) is missing from here is the ability to create little links from task to task (like arrows).

I realise this is a big change, so another question I have, is there a way for me to draw extra SVG icons/shapes next to tasks that are clicked/on selected?

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like A method of connecting/drawing connections between tasks. Similar to gant charts where you can have arrows going from one task to another, have this ability within this library.