Time axis marker that follows cursor #2
YandiBanyuKarimaWaly
started this conversation in
Ideas
Replies: 1 comment 10 replies
-
So the functionality you would like to add is to have a component similar to GGanttCurrentTime that follows the mouse, to have a quick view of parallel events that are present on several rows? If yes, this is a functionality I had in my TO-DOs and would be much appreciated, especially if accompanied by a tooltip (customisable with a slot) that could summarise them. The flow I would have followed, the first one I thought of was:
For your second solution I did not quite understand the problem, perhaps a translation problem. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So when you are on a long row of table you can glance which event are happening at the same time.
I already have the MVP with 2 different implementation. One is where the mouse state are tracked by the gantt chart component and the offset is passed as props and the other is tracked by it's own component. I wonder which one is preferred to make a pull request? The former is bug-free but my gut feeling is telling me it just doesn't feel right to track the mouse for a feature on the top level component while the latter I still trying to figure out how to get the lifecycle correct for the gantt chart component before tracking the mouse movement inside of it
Beta Was this translation helpful? Give feedback.
All reactions