|
|
|
|
|
by uyt
2051 days ago
|
|
I also needed something similar but instead of a lack of libraries, I actually remember seeing an overwhelming amount of choices. There are 200+ libraries with the word gantt in it: https://www.npmjs.com/search?q=gantt&ranking=popularity. And a lot more if you also include calendar timelines like https://github.com/namespace-ee/react-calendar-timeline. Did you evaluate them and consider all of them to be bad? I ended up building my own because everything looked too flexible for my use case. I only needed basic layout/time tick marks and zoom/pan. |
|