-
-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual only mode (no nodes selected) #294
Comments
@MelissaHoweEmis a new prop will be added to disable the interaction. A new minor release to fix this will be out soon. |
@MelissaHoweEmis relooking at this request again. have you tried using the |
Im afraid it doesnt solve the issue that when disableClickOnCircle and disableAutoScrollOnClick are set to true, the mouse cursor changes on hover of the nodes. When they aren't clickable I would assume the mouse wouldn't change. They also still have a role of button which implies they are clickable too, I would expect the role to be undefined when they are not interactive. As an additiona, I think a prop of viewOnly or something similar to the entire timeline would be good as it means you cannot interact with any element of it, and no nodes are marked as selected. |
Is your feature request related to a problem? Please describe.
Currently a node has to be active, I would like a visual only timeline where no node is highlighted
Describe the solution you'd like
For there to be a flag to set no node as selected
Describe alternatives you've considered
Tried setting disableClickOnCircle but the mouse still changes to a pointer when not clickable, and you still have a node set as active.
Additional context
For a more visual timeline to represent a history without the need to interact
The text was updated successfully, but these errors were encountered: