Skip to content

Instantly share code, notes, and snippets.

View moocstudent's full-sized avatar
🎯
Focusing我是小金刚

moocstudent moocstudent

🎯
Focusing我是小金刚
View GitHub Profile
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
#mynetwork {
width: 800px;
height: 600px;
border: 1px solid lightgray;
}