You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to be able to move a slider/cursor back and forth horizontally, which would be indicated with a vertical line. As I move it, I'd get events indicating which records the cursor intersects. Is this supported by this timeline?
Thanks.
The text was updated successfully, but these errors were encountered:
More info - specific use case: We have a 3D model of a building, on which various tasks are scheduled. We can associate the model's objects with tasks on a Gantt timeline. We'd like to have a slider (a vertical line going from the top of the chart to the bottom) that we can move back and forth horizontally. Whenever the slider intersects one or more tasks, we'd like to highlight the model objects associated with those tasks. Does react-timeline-gantt currently have functionality to support such a case?
I wasn't able to find info in docs or examples, but if someone could point me to something that would be much appreciated.
@xeolabs I'll look at adding that to my fork of the project Fork Link. If you wanted to do it yourself you'll need to add a new component linked to the nowposition and scrollLeft vars and then you can find the intersection line from the current viewport
Hi, I'd like to be able to move a slider/cursor back and forth horizontally, which would be indicated with a vertical line. As I move it, I'd get events indicating which records the cursor intersects. Is this supported by this timeline?
Thanks.
The text was updated successfully, but these errors were encountered: