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
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?
The text was updated successfully, but these errors were encountered:
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:Other properties like
arrowStrikethrough
orendPointOffset
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?The text was updated successfully, but these errors were encountered: