OSDN Git Service

グラフ自動追尾機能を追加。
[chnosproject/AI004.git] / mgcanvas / index.html
old mode 100644 (file)
new mode 100755 (executable)
index 16e9d19..89a4a8c
@@ -102,6 +102,33 @@ onload = function() {
                ["G", "J"],
        ]]);
        
+       /*
+       mgmain.setGraph([[
+               "A","B","C","D","E","F","G","H","I","J","K","L","M","N","O",
+               ],[
+               ["A", "B"],
+               ["A", "C"],
+               ["A", "D"],
+               ["A", "E"],
+               //
+               ["B", "F"],
+               ["B", "G"],
+               //
+               ["C", "H"],
+               ["C", "I"],
+               //
+               ["D", "J"],
+               ["D", "K"],
+               //
+               ["E", "L"],
+               ["E", "M"],
+               //
+               ["A", "N"],
+               //
+               ["M", "O"],
+       ]]);
+       */
+       
 }
 </script>
 </head>