I have a small issue with the parameter direction of the function getConnectedNodes() based on the Vis.js documentation (search for “getConnectedNodes” in the link) Any idea to get the direction of the edges using the parameter (i don’t know how to)? JSON Example Here part of the code Before hand, thanks a lot! Answer index is the index of the
Tag: vis.js
Vis.js JSON data to Google Spreadsheets Range
I have a little issue trying to retrieve the data from the Vis.js (here a example!) nodes position and edges related to the id, to a Google SpreadSheets range. Here’s the code (HTML and GAS) I think the problem is here, in the HTML Side 🡇 Recap: At this point, i have problems to read the data from the google
Modify the style for a specific node selected in the network for vis.js
Is there a way to change the node size for the selected node without changing the size for all nodes in the options ? These are my node options: I want to enlarge the selected node so it is more visible than the others. The commented part sets the size for all nodes rather than the one selected and the