taiwan.html 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
  4. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
  5. <center>
  6. <h1>None</h1>
  7. </center>
  8. <!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
  9. <script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
  10. <style type="text/css">
  11. #mynetwork {
  12. width: 100%;
  13. height: 750px;
  14. background-color: #333333;
  15. border: 1px solid lightgray;
  16. position: relative;
  17. float: left;
  18. }
  19. #loadingBar {
  20. position:absolute;
  21. top:0px;
  22. left:0px;
  23. width: 100%;
  24. height: 750px;
  25. background-color:rgba(200,200,200,0.8);
  26. -webkit-transition: all 0.5s ease;
  27. -moz-transition: all 0.5s ease;
  28. -ms-transition: all 0.5s ease;
  29. -o-transition: all 0.5s ease;
  30. transition: all 0.5s ease;
  31. opacity:1;
  32. }
  33. #bar {
  34. position:absolute;
  35. top:0px;
  36. left:0px;
  37. width:20px;
  38. height:20px;
  39. margin:auto auto auto auto;
  40. border-radius:11px;
  41. border:2px solid rgba(30,30,30,0.05);
  42. background: rgb(0, 173, 246); /* Old browsers */
  43. box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
  44. }
  45. #border {
  46. position:absolute;
  47. top:10px;
  48. left:10px;
  49. width:500px;
  50. height:23px;
  51. margin:auto auto auto auto;
  52. box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  53. border-radius:10px;
  54. }
  55. #text {
  56. position:absolute;
  57. top:8px;
  58. left:530px;
  59. width:30px;
  60. height:50px;
  61. margin:auto auto auto auto;
  62. font-size:22px;
  63. color: #000000;
  64. }
  65. div.outerBorder {
  66. position:relative;
  67. top:400px;
  68. width:600px;
  69. height:44px;
  70. margin:auto auto auto auto;
  71. border:8px solid rgba(0,0,0,0.1);
  72. background: rgb(252,252,252); /* Old browsers */
  73. background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
  74. 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+ */
  75. background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
  76. background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
  77. background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
  78. background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
  79. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  80. border-radius:72px;
  81. box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  82. }
  83. </style>
  84. </head>
  85. <body>
  86. <div id = "mynetwork"></div>
  87. <div id="loadingBar">
  88. <div class="outerBorder">
  89. <div id="text">0%</div>
  90. <div id="border">
  91. <div id="bar"></div>
  92. </div>
  93. </div>
  94. </div>
  95. <script type="text/javascript">
  96. // initialize global variables.
  97. var edges;
  98. var nodes;
  99. var network;
  100. var container;
  101. var options, data;
  102. // This method is responsible for drawing the graph, returns the drawn network
  103. function drawGraph() {
  104. var container = document.getElementById('mynetwork');
  105. // parsing and collecting nodes and edges from the python
  106. 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}]);
  107. 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}]);
  108. // adding nodes and edges to the graph
  109. data = {nodes: nodes, edges: edges};
  110. var options = {
  111. "configure": {
  112. "enabled": false
  113. },
  114. "edges": {
  115. "color": {
  116. "inherit": true
  117. },
  118. "smooth": {
  119. "enabled": false,
  120. "type": "continuous"
  121. }
  122. },
  123. "interaction": {
  124. "dragNodes": true,
  125. "hideEdgesOnDrag": false,
  126. "hideNodesOnDrag": false
  127. },
  128. "physics": {
  129. "enabled": true,
  130. "stabilization": {
  131. "enabled": true,
  132. "fit": true,
  133. "iterations": 1000,
  134. "onlyDynamicEdges": false,
  135. "updateInterval": 50
  136. }
  137. }
  138. };
  139. network = new vis.Network(container, data, options);
  140. network.on("stabilizationProgress", function(params) {
  141. document.getElementById('loadingBar').removeAttribute("style");
  142. var maxWidth = 496;
  143. var minWidth = 20;
  144. var widthFactor = params.iterations/params.total;
  145. var width = Math.max(minWidth,maxWidth * widthFactor);
  146. document.getElementById('bar').style.width = width + 'px';
  147. document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
  148. });
  149. network.once("stabilizationIterationsDone", function() {
  150. document.getElementById('text').innerHTML = '100%';
  151. document.getElementById('bar').style.width = '496px';
  152. document.getElementById('loadingBar').style.opacity = 0;
  153. // really clean the dom element
  154. setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
  155. });
  156. return network;
  157. }
  158. drawGraph();
  159. </script>
  160. </body>
  161. </html>