gn:has_hyponym"}, {"from":1, "to":17, "label":"gn:has_hyponym"}, {"from":1, "to":18, "label":"gn:has_hyponym"}, {"from":1, "to":19, "label":"gn:has_hyponym"}, {"from":1, "to":20, "label":"gn:has_hyponym"}, {"from":1, "to":21, "label":"gn:has_hyponym"} ]); var container = document.getElementById("mynetwork"); var data = { nodes: nodes, edges: edges, }; var options = { layout: { hierarchical: { direction: "LR", }, }, edges: { smooth: true, arrows: { to: true }, }, }; var network = new vis.Network(container, data, options);