react-graph-vis
react-graph-vis copied to clipboard
A react component to render nice graphs using vis.js
Hi, Getting the below error. React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. Basically I am having a...
node is default shrink , node is spread when click it . How that?
Hi, when clicking on a node, I would like to change the color and background properties of the clicked nodes and neighbours (including connecting edges) The nodes change properties correctly,...
Im still getting Issue #6 vis.js:48138 Uncaught (in promise) TypeError: Cannot read property 'hasChildNodes' of null(…) _create | @ | vis.js:48138 -- | -- | -- Network | @ |...
After digging and playing around I am having a hard time trying to specify node placement. I have a distance value that corresponds to how far away I'd like the...
How come a defected version released. npm ERR! Unexpected end of JSON input
Hello, @crubier! ``` // 'data' from select handler method parameters var nodes = this.state.graph.nodes; $.each(nodes, function(index, node) { nodes[index].label = "new_label"; console.log(nodes[index]); }); this.setState({ graph: {nodes: nodes} }); ``` I...
It is possible to generate the drawing of the canvas, and disable that you can play with the graph. ?
Can we have a way to access edges similar to [#32](https://github.com/crubier/react-graph-vis/pull/32) and [#15](https://github.com/crubier/react-graph-vis/pull/15) except for edges? I am trying to implement it right now but am having difficulties with implementing...
Fired Uncaught Error: A duplicate id was found in the parameter array unless no duplicate id.