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
Specifying a default type by adding the following tag does not appear to work for me. <NodeShapes default="star"/> I would expect when a type isn't specified for the node on the graph, it would default to star?
If I specify the node type in the graph (like below), I only see the updated node shape on hover. On non-hover, it goes back to a circle. { id: "n1", label: "Alice", type: "star" }
The text was updated successfully, but these errors were encountered:
I'm having two separate issues w/ node types:
<NodeShapes default="star"/>
I would expect when atype
isn't specified for the node on the graph, it would default tostar
?{ id: "n1", label: "Alice", type: "star" }
The text was updated successfully, but these errors were encountered: