-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove arrow and functionality #1700
Comments
Looks like that is not supported ATM. Could always open a PR so the arrowRenderer also encompasses the event handlers. That way if you pass in undefined those handlers wouldn't be added. 😄 Until then disabling pointer events on the |
If anyone is still wondering how to remove the arrow, the last example on this docs page shows a workaround:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Passing a function that returns
undefined
to thearrowRenderer
prop will remove the arrow, but not the functionality of the arrow. How can I completely remove the arrow and functionality?The text was updated successfully, but these errors were encountered: