var container = document.getElementById("mynetwork");
+
</pre>
−
var data = {
+
−
nodes: nodes,
+
visualiztion
−
edges: edges,
+
{{NetworkGraph | title=이상훈.lst}}
−
};
+
−
var options = {};
+
−
var network = new vis.Network(container, data, options);
+
−
</script>
+
−
</body>
+
−
</html>
+
−
</body>
+
−
</html>
+
2022년 6월 17일 (금) 15:32 기준 최신판
#Class
person green circle
place red circle
event blue circle
#Relation
loves
happens
meets
#Nodes
상훈 person 상훈
아이유 person 아이유
#Links
상훈 아이유 meets
아이유 상훈 happens
#End