首页 > 代码库 > VisJS 随机图

VisJS 随机图



<!doctype html>
<html>
<head>
    <title>Random nodes</title>
    
    <style type="text/css">
        body {
            font: 13pt "courier new";
        }
        #mynetwork {
            width: 600px;
            height: 600px;
            border: 8px solid blueviolet;
        }
    </style>
    
    <script type="text/javascript" src=http://www.mamicode.com/"VisJS/dist/vis.js"></script>>

VisJS 随机图