Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Node unselectable #2299

Closed
koukimetal opened this issue Nov 11, 2016 · 5 comments
Closed

Node unselectable #2299

koukimetal opened this issue Nov 11, 2016 · 5 comments

Comments

@koukimetal
Copy link

koukimetal commented Nov 11, 2016

Is it possible to make only nodes unselectable?
I can find unselectable both node and edge in interaction but can't find either option.

Another thing is about node color
color.background = '#D2E5FF'
color.highlight.background = '#D2E5FF'
but doesn't look same color.

thank you

@koukimetal
Copy link
Author

I'm not sure it's a bug.
I made selectConnectedEdges false, but when I selected node, label of edges connecting the node became bold.

@koukimetal
Copy link
Author

I'm also not sure it's a bug.
I can't select an edge whose id is 0.

@koukimetal
Copy link
Author

@Tooa
Copy link
Member

Tooa commented Jan 7, 2017

I made selectConnectedEdges false, but when I selected node, label of edges connecting the node became bold.

Cannot verify this issue. This works: var options = { interaction:{ selectConnectedEdges: false }};

I can't select an edge whose id is 0.

This is a bug in 4.17.0, which is already fixed in the develop branch (#2530).

@mojoaxel
Copy link
Member

mojoaxel commented Feb 3, 2017

fixed by @lewisjb with #2530

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

No branches or pull requests

4 participants