123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- <html>
- <head>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
- <center>
- <h1>None</h1>
- </center>
- <!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
- <script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
- <style type="text/css">
- #mynetwork {
- width: 100%;
- height: 750px;
- background-color: #333333;
- border: 1px solid lightgray;
- position: relative;
- float: left;
- }
-
- #loadingBar {
- position:absolute;
- top:0px;
- left:0px;
- width: 100%;
- height: 750px;
- background-color:rgba(200,200,200,0.8);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- opacity:1;
- }
- #bar {
- position:absolute;
- top:0px;
- left:0px;
- width:20px;
- height:20px;
- margin:auto auto auto auto;
- border-radius:11px;
- border:2px solid rgba(30,30,30,0.05);
- background: rgb(0, 173, 246); /* Old browsers */
- box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
- }
- #border {
- position:absolute;
- top:10px;
- left:10px;
- width:500px;
- height:23px;
- margin:auto auto auto auto;
- box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
- border-radius:10px;
- }
- #text {
- position:absolute;
- top:8px;
- left:530px;
- width:30px;
- height:50px;
- margin:auto auto auto auto;
- font-size:22px;
- color: #000000;
- }
- div.outerBorder {
- position:relative;
- top:400px;
- width:600px;
- height:44px;
- margin:auto auto auto auto;
- border:8px solid rgba(0,0,0,0.1);
- background: rgb(252,252,252); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
- border-radius:72px;
- box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
- }
-
-
-
- </style>
- </head>
- <body>
- <div id = "mynetwork"></div>
- <div id="loadingBar">
- <div class="outerBorder">
- <div id="text">0%</div>
- <div id="border">
- <div id="bar"></div>
- </div>
- </div>
- </div>
- <script type="text/javascript">
- // initialize global variables.
- var edges;
- var nodes;
- var network;
- var container;
- var options, data;
-
- // This method is responsible for drawing the graph, returns the drawn network
- function drawGraph() {
- var container = document.getElementById('mynetwork');
-
-
- // parsing and collecting nodes and edges from the python
- nodes = new vis.DataSet([{"font": {"color": "white"}, "id": "\u53f0\u6e7e", "label": "\u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65c5\u884c", "label": "\u53f0\u6e7e \u65c5\u884c", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u89b3\u5149", "label": "\u53f0\u6e7e \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6642\u5dee", "label": "\u53f0\u6e7e \u6642\u5dee", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u82f1\u8a9e", "label": "\u53f0\u6e7e \u82f1\u8a9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30b9\u30a4\u30fc\u30c4", "label": "\u53f0\u6e7e \u30b9\u30a4\u30fc\u30c4", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u4e5d \u4efd", "label": "\u53f0\u6e7e \u4e5d \u4efd", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b", "label": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u591c\u5e02", "label": "\u53f0\u6e7e \u591c\u5e02", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6642\u9593", "label": "\u53f0\u6e7e \u6642\u9593", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u9996\u90fd", "label": "\u53f0\u6e7e \u9996\u90fd", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30b0\u30eb\u30e1", "label": "\u53f0\u6e7e \u30b0\u30eb\u30e1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65c5\u884c \u8cbb\u7528", "label": "\u53f0\u6e7e \u65c5\u884c \u8cbb\u7528", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u53f0\u6e7e", "label": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u98df\u3079\u7269", "label": "\u53f0\u6e7e \u98df\u3079\u7269", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4e5d \u4efd \u53f0\u6e7e", "label": "\u4e5d \u4efd \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30c4\u30a2\u30fc", "label": "\u53f0\u6e7e \u30c4\u30a2\u30fc", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65c5\u6e38", "label": "\u53f0\u6e7e \u65c5\u6e38", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u7a7a\u6e2f", "label": "\u53f0\u6e7e \u7a7a\u6e2f", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5343 \u3068 \u5343\u5c0b \u53f0\u6e7e", "label": "\u5343 \u3068 \u5343\u5c0b \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u304a\u91d1", "label": "\u53f0\u6e7e \u304a\u91d1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u96d1\u8ca8", "label": "\u53f0\u6e7e \u96d1\u8ca8", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30ab\u30d5\u30a7", "label": "\u53f0\u6e7e \u30ab\u30d5\u30a7", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u53f0\u5317", "label": "\u53f0\u6e7e \u53f0\u5317", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u89b3\u5149 \u5c40", "label": "\u53f0\u6e7e \u89b3\u5149 \u5c40", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057", "label": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6e29\u6cc9", "label": "\u53f0\u6e7e \u6e29\u6cc9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e 101", "label": "\u53f0\u6e7e 101", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65b0\u7af9", "label": "\u53f0\u6e7e \u65b0\u7af9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u306e \u9996\u90fd", "label": "\u53f0\u6e7e \u306e \u9996\u90fd", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u4e5d \u5206", "label": "\u53f0\u6e7e \u4e5d \u5206", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u821e\u53f0 \u53f0\u6e7e", "label": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u821e\u53f0 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u5360\u3044", "label": "\u53f0\u6e7e \u5360\u3044", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5c0f \u7c60 \u5305 \u53f0\u6e7e", "label": "\u5c0f \u7c60 \u5305 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6de1\u6c34", "label": "\u53f0\u6e7e \u6de1\u6c34", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u5341\u5206", "label": "\u53f0\u6e7e \u5341\u5206", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6545\u5bae \u535a\u7269\u9928", "label": "\u53f0\u6e7e \u6545\u5bae \u535a\u7269\u9928", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u306e", "label": "\u53f0\u6e7e \u306e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65c5\u6e38 \u666f\u70b9", "label": "\u53f0\u6e7e \u65c5\u6e38 \u666f\u70b9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u5cf6", "label": "\u53f0\u6e7e \u5cf6", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u82f1\u8a9e \u3067", "label": "\u53f0\u6e7e \u82f1\u8a9e \u3067", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4e5d \u5206 \u53f0\u6e7e", "label": "\u4e5d \u5206 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u591c\u5e02 \u53f0\u6e7e", "label": "\u591c\u5e02 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u65b0\u7af9 \u53f0\u6e7e", "label": "\u65b0\u7af9 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30bf\u30ef\u30fc", "label": "\u53f0\u6e7e \u30bf\u30ef\u30fc", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u666f\u70b9", "label": "\u53f0\u6e7e \u666f\u70b9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u6de1\u6c34 \u53f0\u6e7e", "label": "\u6de1\u6c34 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65e5\u6708\u6f6d", "label": "\u53f0\u6e7e \u65e5\u6708\u6f6d", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u304a\u3059\u3059\u3081", "label": "\u53f0\u6e7e \u304a\u3059\u3059\u3081", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5341\u5206 \u53f0\u6e7e", "label": "\u5341\u5206 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u82b1\u84ee \u53f0\u6e7e", "label": "\u82b1\u84ee \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u591c\u904a\u3073", "label": "\u53f0\u6e7e \u591c\u904a\u3073", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u4f4d\u7f6e", "label": "\u53f0\u6e7e \u4f4d\u7f6e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u65c5\u884c \u304a\u3059\u3059\u3081", "label": "\u53f0\u6e7e \u65c5\u884c \u304a\u3059\u3059\u3081", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6843\u5712", "label": "\u53f0\u6e7e \u6843\u5712", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u98df\u4e8b", "label": "\u53f0\u6e7e \u98df\u4e8b", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30b8\u30d6\u30ea", "label": "\u53f0\u6e7e \u30b8\u30d6\u30ea", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u677e\u5c71 \u7a7a\u6e2f \u53f0\u6e7e", "label": "\u677e\u5c71 \u7a7a\u6e2f \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30bb\u30d6\u30f3\u30a4\u30ec\u30d6\u30f3", "label": "\u53f0\u6e7e \u30bb\u30d6\u30f3\u30a4\u30ec\u30d6\u30f3", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u91d1\u95e8", "label": "\u53f0\u6e7e \u91d1\u95e8", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5bae\u539f \u773c\u79d1 \u53f0\u6e7e", "label": "\u5bae\u539f \u773c\u79d1 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u89b3\u5149 \u5343 \u3068 \u5343\u5c0b", "label": "\u53f0\u6e7e \u89b3\u5149 \u5343 \u3068 \u5343\u5c0b", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u3072\u3068\u308a \u65c5", "label": "\u53f0\u6e7e \u3072\u3068\u308a \u65c5", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u5609\u7fa9", "label": "\u53f0\u6e7e \u5609\u7fa9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u3068 \u306e \u6642\u5dee", "label": "\u53f0\u6e7e \u3068 \u306e \u6642\u5dee", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6843\u56ed", "label": "\u53f0\u6e7e \u6843\u56ed", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u751f\u6d3b\u8cbb", "label": "\u53f0\u6e7e \u751f\u6d3b\u8cbb", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u82b1\u83b2", "label": "\u53f0\u6e7e \u82b1\u83b2", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u4f59\u5e02", "label": "\u53f0\u6e7e \u4f59\u5e02", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u7f8e\u8853\u9928", "label": "\u53f0\u6e7e \u7f8e\u8853\u9928", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u53f0\u4e2d", "label": "\u53f0\u6e7e \u53f0\u4e2d", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u91d1\u9580 \u5cf6", "label": "\u53f0\u6e7e \u91d1\u9580 \u5cf6", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u57fa\u9686", "label": "\u53f0\u6e7e \u57fa\u9686", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u30bb\u30d6\u30f3\u30a4\u30ec\u30d6\u30f3 \u53f0\u6e7e", "label": "\u30bb\u30d6\u30f3\u30a4\u30ec\u30d6\u30f3 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30d6\u30e9\u30f3\u30c9", "label": "\u53f0\u6e7e \u30d6\u30e9\u30f3\u30c9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e 101 \u30bf\u30ef\u30fc", "label": "\u53f0\u6e7e 101 \u30bf\u30ef\u30fc", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u53f0\u5357", "label": "\u53f0\u6e7e \u53f0\u5357", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5343 \u3068 \u5343\u5c0b \u821e\u53f0 \u53f0\u6e7e", "label": "\u5343 \u3068 \u5343\u5c0b \u821e\u53f0 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u4e00\u5468", "label": "\u53f0\u6e7e \u4e00\u5468", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u6843\u5712 \u53f0\u6e7e", "label": "\u6843\u5712 \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u52a0\u8cc0\u5c4b \u53f0\u6e7e", "label": "\u52a0\u8cc0\u5c4b \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u6642\u5dee \u65e5\u672c", "label": "\u53f0\u6e7e \u6642\u5dee \u65e5\u672c", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u4eca", "label": "\u53f0\u6e7e \u4eca", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u6642\u5dee \u53f0\u6e7e", "label": "\u6642\u5dee \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u597d\u304d", "label": "\u53f0\u6e7e \u597d\u304d", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u591c\u5e02 \u30b0\u30eb\u30e1", "label": "\u53f0\u6e7e \u591c\u5e02 \u30b0\u30eb\u30e1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u306e \u82f1\u8a9e", "label": "\u53f0\u6e7e \u306e \u82f1\u8a9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u306e \u304a\u91d1", "label": "\u53f0\u6e7e \u306e \u304a\u91d1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30de\u30c3\u30af", "label": "\u53f0\u6e7e \u30de\u30c3\u30af", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30d5\u30a1\u30df\u30ea\u30fc\u30de\u30fc\u30c8", "label": "\u53f0\u6e7e \u30d5\u30a1\u30df\u30ea\u30fc\u30de\u30fc\u30c8", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "net \u53f0\u6e7e", "label": "net \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u306e \u4e5d \u4efd", "label": "\u53f0\u6e7e \u306e \u4e5d \u4efd", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u60c5\u5831", "label": "\u53f0\u6e7e \u60c5\u5831", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u30ab\u30eb\u30d5\u30fc\u30eb \u53f0\u6e7e", "label": "\u30ab\u30eb\u30d5\u30fc\u30eb \u53f0\u6e7e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30aa\u30e9\u30f3\u30c0", "label": "\u53f0\u6e7e \u30aa\u30e9\u30f3\u30c0", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u30a8\u30b3 \u30d0\u30c3\u30b0", "label": "\u53f0\u6e7e \u30a8\u30b3 \u30d0\u30c3\u30b0", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u7537\u5b50", "label": "\u53f0\u6e7e \u7537\u5b50", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u6e7e \u9ad8\u96c4 \u89b3\u5149", "label": "\u53f0\u6e7e \u9ad8\u96c4 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u65c5\u884c", "label": "\u65c5\u884c", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u89b3\u5149", "label": "\u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u6642\u5dee", "label": "\u6642\u5dee", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u82f1\u8a9e", "label": "\u82f1\u8a9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4e5d", "label": "\u4e5d", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4efd", "label": "\u4efd", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5343", "label": "\u5343", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u3068", "label": "\u3068", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5343\u5c0b", "label": "\u5343\u5c0b", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u591c\u5e02", "label": "\u591c\u5e02", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u30b0\u30eb\u30e1", "label": "\u30b0\u30eb\u30e1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u306e", "label": "\u306e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u795e\u96a0\u3057", "label": "\u795e\u96a0\u3057", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u7a7a\u6e2f", "label": "\u7a7a\u6e2f", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317", "label": "\u53f0\u5317", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u6e29\u6cc9", "label": "\u6e29\u6cc9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u65b0\u7af9", "label": "\u65b0\u7af9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u82b1\u84ee", "label": "\u82b1\u84ee", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u4e2d", "label": "\u53f0\u4e2d", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u9ad8\u96c4", "label": "\u9ad8\u96c4", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u89b3\u5149", "label": "\u53f0\u5317 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5357 \u89b3\u5149", "label": "\u53f0\u5357 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u4e2d \u89b3\u5149", "label": "\u53f0\u4e2d \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u9ad8\u96c4 \u89b3\u5149", "label": "\u9ad8\u96c4 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u82b1\u84ee \u89b3\u5149", "label": "\u82b1\u84ee \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u65b0\u7af9 \u89b3\u5149", "label": "\u65b0\u7af9 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5609\u7fa9 \u89b3\u5149", "label": "\u5609\u7fa9 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4e5d \u4efd \u89b3\u5149", "label": "\u4e5d \u4efd \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u57fa\u9686 \u89b3\u5149", "label": "\u57fa\u9686 \u89b3\u5149", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u6642\u5dee", "label": "\u53f0\u5317 \u6642\u5dee", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4e5d \u4efd \u82f1\u8a9e", "label": "\u4e5d \u4efd \u82f1\u8a9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u82f1\u8a9e", "label": "\u53f0\u5317 \u82f1\u8a9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u4e5d \u4efd \u5343 \u3068 \u5343\u5c0b", "label": "\u4e5d \u4efd \u5343 \u3068 \u5343\u5c0b", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u3068 \u306f", "label": "\u53f0\u5317 \u3068 \u306f", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u30b0\u30eb\u30e1", "label": "\u53f0\u5317 \u30b0\u30eb\u30e1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u4e2d \u30b0\u30eb\u30e1", "label": "\u53f0\u4e2d \u30b0\u30eb\u30e1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u9ad8\u96c4 \u30b0\u30eb\u30e1", "label": "\u9ad8\u96c4 \u30b0\u30eb\u30e1", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u82b1\u84ee \u30db\u30c6\u30eb", "label": "\u82b1\u84ee \u30db\u30c6\u30eb", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u6545\u5bab", "label": "\u53f0\u5317 \u6545\u5bab", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u99c5", "label": "\u53f0\u5317 \u99c5", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u6e29\u6cc9", "label": "\u53f0\u5317 \u6e29\u6cc9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u53f0\u5317 \u30a2\u30ea\u30fc\u30ca", "label": "\u53f0\u5317 \u30a2\u30ea\u30fc\u30ca", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u9ad8\u96c4 \u7a7a\u6e2f", "label": "\u9ad8\u96c4 \u7a7a\u6e2f", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "id": "\u5317 \u6295 \u6e29\u6cc9", "label": "\u5317 \u6295 \u6e29\u6cc9", "shape": "dot", "size": 10}]);
- edges = new vis.DataSet([{"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65c5\u884c", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u89b3\u5149", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6642\u5dee", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u82f1\u8a9e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30b9\u30a4\u30fc\u30c4", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u4e5d \u4efd", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u591c\u5e02", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6642\u9593", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u9996\u90fd", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30b0\u30eb\u30e1", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65c5\u884c \u8cbb\u7528", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u98df\u3079\u7269", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u4e5d \u4efd \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30c4\u30a2\u30fc", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65c5\u6e38", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u7a7a\u6e2f", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5343 \u3068 \u5343\u5c0b \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u304a\u91d1", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u96d1\u8ca8", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30ab\u30d5\u30a7", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u53f0\u5317", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u89b3\u5149 \u5c40", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6e29\u6cc9", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e 101", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65b0\u7af9", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u306e \u9996\u90fd", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u4e5d \u5206", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u821e\u53f0 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u5360\u3044", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5c0f \u7c60 \u5305 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6de1\u6c34", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u5341\u5206", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6545\u5bae \u535a\u7269\u9928", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u306e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65c5\u6e38 \u666f\u70b9", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u5cf6", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u82f1\u8a9e \u3067", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u4e5d \u5206 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u591c\u5e02 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u65b0\u7af9 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30bf\u30ef\u30fc", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u666f\u70b9", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u6de1\u6c34 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65e5\u6708\u6f6d", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u304a\u3059\u3059\u3081", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5341\u5206 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u82b1\u84ee \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u591c\u904a\u3073", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u4f4d\u7f6e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u65c5\u884c \u304a\u3059\u3059\u3081", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6843\u5712", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u98df\u4e8b", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30b8\u30d6\u30ea", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u677e\u5c71 \u7a7a\u6e2f \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30bb\u30d6\u30f3\u30a4\u30ec\u30d6\u30f3", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u91d1\u95e8", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5bae\u539f \u773c\u79d1 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u89b3\u5149 \u5343 \u3068 \u5343\u5c0b", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u3072\u3068\u308a \u65c5", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u5609\u7fa9", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u3068 \u306e \u6642\u5dee", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6843\u56ed", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u751f\u6d3b\u8cbb", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u82b1\u83b2", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u4f59\u5e02", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u7f8e\u8853\u9928", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u53f0\u4e2d", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u91d1\u9580 \u5cf6", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u57fa\u9686", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u30bb\u30d6\u30f3\u30a4\u30ec\u30d6\u30f3 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30d6\u30e9\u30f3\u30c9", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e 101 \u30bf\u30ef\u30fc", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u53f0\u5357", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u5343 \u3068 \u5343\u5c0b \u821e\u53f0 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u4e00\u5468", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u6843\u5712 \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u52a0\u8cc0\u5c4b \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u6642\u5dee \u65e5\u672c", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u4eca", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u6642\u5dee \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u597d\u304d", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u591c\u5e02 \u30b0\u30eb\u30e1", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u306e \u82f1\u8a9e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u306e \u304a\u91d1", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30de\u30c3\u30af", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30d5\u30a1\u30df\u30ea\u30fc\u30de\u30fc\u30c8", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "net \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u306e \u4e5d \u4efd", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u60c5\u5831", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u30ab\u30eb\u30d5\u30fc\u30eb \u53f0\u6e7e", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30aa\u30e9\u30f3\u30c0", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u30a8\u30b3 \u30d0\u30c3\u30b0", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u7537\u5b50", "weight": 1}, {"from": "\u53f0\u6e7e", "to": "\u53f0\u6e7e \u9ad8\u96c4 \u89b3\u5149", "weight": 1}, {"from": "\u53f0\u6e7e \u65c5\u884c", "to": "\u65c5\u884c", "weight": 1}, {"from": "\u53f0\u6e7e \u89b3\u5149", "to": "\u89b3\u5149", "weight": 1}, {"from": "\u53f0\u6e7e \u6642\u5dee", "to": "\u6642\u5dee", "weight": 1}, {"from": "\u53f0\u6e7e \u82f1\u8a9e", "to": "\u82f1\u8a9e", "weight": 1}, {"from": "\u53f0\u6e7e \u4e5d \u4efd", "to": "\u4e5d", "weight": 1}, {"from": "\u53f0\u6e7e \u4e5d \u4efd", "to": "\u4efd", "weight": 1}, {"from": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b", "to": "\u5343", "weight": 1}, {"from": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b", "to": "\u3068", "weight": 1}, {"from": "\u53f0\u6e7e \u5343 \u3068 \u5343\u5c0b", "to": "\u5343\u5c0b", "weight": 1}, {"from": "\u53f0\u6e7e \u591c\u5e02", "to": "\u591c\u5e02", "weight": 1}, {"from": "\u53f0\u6e7e \u30b0\u30eb\u30e1", "to": "\u30b0\u30eb\u30e1", "weight": 1}, {"from": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u53f0\u6e7e", "to": "\u306e", "weight": 1}, {"from": "\u5343 \u3068 \u5343\u5c0b \u306e \u795e\u96a0\u3057 \u53f0\u6e7e", "to": "\u795e\u96a0\u3057", "weight": 1}, {"from": "\u53f0\u6e7e \u7a7a\u6e2f", "to": "\u7a7a\u6e2f", "weight": 1}, {"from": "\u53f0\u6e7e \u53f0\u5317", "to": "\u53f0\u5317", "weight": 1}, {"from": "\u53f0\u6e7e \u6e29\u6cc9", "to": "\u6e29\u6cc9", "weight": 1}, {"from": "\u53f0\u6e7e \u65b0\u7af9", "to": "\u65b0\u7af9", "weight": 1}, {"from": "\u82b1\u84ee \u53f0\u6e7e", "to": "\u82b1\u84ee", "weight": 1}, {"from": "\u53f0\u6e7e \u53f0\u4e2d", "to": "\u53f0\u4e2d", "weight": 1}, {"from": "\u53f0\u6e7e \u9ad8\u96c4 \u89b3\u5149", "to": "\u9ad8\u96c4", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u53f0\u5317 \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u53f0\u5357 \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u53f0\u4e2d \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u9ad8\u96c4 \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u82b1\u84ee \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u65b0\u7af9 \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u5609\u7fa9 \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u4e5d \u4efd \u89b3\u5149", "weight": 1}, {"from": "\u89b3\u5149", "to": "\u57fa\u9686 \u89b3\u5149", "weight": 1}, {"from": "\u6642\u5dee", "to": "\u53f0\u5317 \u6642\u5dee", "weight": 1}, {"from": "\u82f1\u8a9e", "to": "\u4e5d \u4efd \u82f1\u8a9e", "weight": 1}, {"from": "\u82f1\u8a9e", "to": "\u53f0\u5317 \u82f1\u8a9e", "weight": 1}, {"from": "\u4e5d", "to": "\u4e5d \u4efd \u5343 \u3068 \u5343\u5c0b", "weight": 1}, {"from": "\u3068", "to": "\u53f0\u5317 \u3068 \u306f", "weight": 1}, {"from": "\u30b0\u30eb\u30e1", "to": "\u53f0\u5317 \u30b0\u30eb\u30e1", "weight": 1}, {"from": "\u30b0\u30eb\u30e1", "to": "\u53f0\u4e2d \u30b0\u30eb\u30e1", "weight": 1}, {"from": "\u30b0\u30eb\u30e1", "to": "\u9ad8\u96c4 \u30b0\u30eb\u30e1", "weight": 1}, {"from": "\u82b1\u84ee", "to": "\u82b1\u84ee \u30db\u30c6\u30eb", "weight": 1}, {"from": "\u53f0\u5317", "to": "\u53f0\u5317 \u6545\u5bab", "weight": 1}, {"from": "\u53f0\u5317", "to": "\u53f0\u5317 \u99c5", "weight": 1}, {"from": "\u53f0\u5317", "to": "\u53f0\u5317 \u6e29\u6cc9", "weight": 1}, {"from": "\u53f0\u5317", "to": "\u53f0\u5317 \u30a2\u30ea\u30fc\u30ca", "weight": 1}, {"from": "\u7a7a\u6e2f", "to": "\u9ad8\u96c4 \u7a7a\u6e2f", "weight": 1}, {"from": "\u6e29\u6cc9", "to": "\u5317 \u6295 \u6e29\u6cc9", "weight": 1}]);
- // adding nodes and edges to the graph
- data = {nodes: nodes, edges: edges};
- var options = {
- "configure": {
- "enabled": false
- },
- "edges": {
- "color": {
- "inherit": true
- },
- "smooth": {
- "enabled": false,
- "type": "continuous"
- }
- },
- "interaction": {
- "dragNodes": true,
- "hideEdgesOnDrag": false,
- "hideNodesOnDrag": false
- },
- "physics": {
- "enabled": true,
- "stabilization": {
- "enabled": true,
- "fit": true,
- "iterations": 1000,
- "onlyDynamicEdges": false,
- "updateInterval": 50
- }
- }
- };
-
-
-
- network = new vis.Network(container, data, options);
-
-
- network.on("stabilizationProgress", function(params) {
- document.getElementById('loadingBar').removeAttribute("style");
- var maxWidth = 496;
- var minWidth = 20;
- var widthFactor = params.iterations/params.total;
- var width = Math.max(minWidth,maxWidth * widthFactor);
- document.getElementById('bar').style.width = width + 'px';
- document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
- });
- network.once("stabilizationIterationsDone", function() {
- document.getElementById('text').innerHTML = '100%';
- document.getElementById('bar').style.width = '496px';
- document.getElementById('loadingBar').style.opacity = 0;
- // really clean the dom element
- setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
- });
-
- return network;
- }
- drawGraph();
- </script>
- </body>
- </html>
|