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

Node type not quite working as expected #103

Open
ericcarino opened this issue Jan 12, 2021 · 0 comments
Open

Node type not quite working as expected #103

ericcarino opened this issue Jan 12, 2021 · 0 comments

Comments

@ericcarino
Copy link

I'm having two separate issues w/ node types:

  1. 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?
  2. 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" }
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