Skip to content
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

Various properties in arrows being rejected as invalid #97

Open
jychiao opened this issue Nov 6, 2020 · 0 comments
Open

Various properties in arrows being rejected as invalid #97

jychiao opened this issue Nov 6, 2020 · 0 comments

Comments

@jychiao
Copy link

jychiao commented Nov 6, 2020

I'm trying to use the "image" type for endArrow, as defined as valid in the vis docs.

In my sandbox, I'm struggling with a lot of endArrow properties. The error message says that the only valid inputs are arrow, circle, or bar. But in that sandbox, you can see I've used "inv_curve", which renders correctly in spite of still throwing:

Invalid option detected in "type". Allowed values are:arrow, circle, bar not "inv_curve". 

Other properties like arrowStrikethrough or endPointOffset aren't working either. You can see the error messages all print in the sandbox provided.

Is there something wrong with my sandbox, or am I not configuring the options correctly? Or does react-graph-vis only support a subset of Vis configs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant