|
@ -0,0 +1,201 @@ |
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
|
<html lang="en"><head><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-61231638-1', 'auto');ga('send', 'pageview');</script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
|
|
<meta name="description" content=""> |
|
|
|
|
|
<meta name="author" content=""> |
|
|
|
|
|
<link rel="icon" HREF="favicon.ico"> |
|
|
|
|
|
<title>vis.js - A dynamic, browser based visualization library.</title> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS --> |
|
|
|
|
|
<link href="../../css/bootstrap.css" rel="stylesheet"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
|
|
|
|
<!--[if lt IE 9]> |
|
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
|
|
|
|
<![endif]--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="./js/smooth-scroll.min.js"></script> |
|
|
|
|
|
<script language="JavaScript"> |
|
|
|
|
|
smoothScroll.init(); |
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
html { |
|
|
|
|
|
height:100%; |
|
|
|
|
|
} |
|
|
|
|
|
body { |
|
|
|
|
|
font-family: Lustria, Georgia, Times, "Times New Roman", serif !important; |
|
|
|
|
|
height:100%; |
|
|
|
|
|
background: url('../../images/crosswordStrong.png') /* Background pattern from subtlepatterns.com */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
img.icon { |
|
|
|
|
|
position:relative; |
|
|
|
|
|
top:-2px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.navbar-wrapper { |
|
|
|
|
|
background-color:#07508E; |
|
|
|
|
|
border-bottom: 3px solid #ffffff; |
|
|
|
|
|
font-size:16px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.center { |
|
|
|
|
|
width:970px; |
|
|
|
|
|
margin-left:auto; |
|
|
|
|
|
margin-right:auto; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.container.small{ |
|
|
|
|
|
max-width:970px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.blogHeader { |
|
|
|
|
|
margin-left:auto; |
|
|
|
|
|
margin-right:auto; |
|
|
|
|
|
text-align:center; |
|
|
|
|
|
width:910px; |
|
|
|
|
|
padding: 0px 30px 0px 30px; |
|
|
|
|
|
margin-top:-150px; |
|
|
|
|
|
color:#ffffff; |
|
|
|
|
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 1); |
|
|
|
|
|
margin-bottom:60px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.post { |
|
|
|
|
|
margin:40px 80px 0px 190px; |
|
|
|
|
|
padding:10px 10px 10px 20px;; |
|
|
|
|
|
border: 1px solid #eeeeee; |
|
|
|
|
|
border-radius:3px; |
|
|
|
|
|
min-width:600px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.postHeader { |
|
|
|
|
|
float:left; |
|
|
|
|
|
font-size:30px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.postDate { |
|
|
|
|
|
margin-top:19px; |
|
|
|
|
|
float:right; |
|
|
|
|
|
font-size:12px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.postAuthor { |
|
|
|
|
|
padding-left:5px; |
|
|
|
|
|
margin-top:19px; |
|
|
|
|
|
margin-right:20px; |
|
|
|
|
|
float:right; |
|
|
|
|
|
font-size:12px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.postContent { |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
margin-top:50px; |
|
|
|
|
|
padding:10px 20px 0px 20px; |
|
|
|
|
|
text-align:justify; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.full { |
|
|
|
|
|
min-height:100%; |
|
|
|
|
|
box-shadow:0px 2px 10px rgba(0,0,0,0.4); |
|
|
|
|
|
padding:0px; |
|
|
|
|
|
background-color:#ffffff; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.postsMenu { |
|
|
|
|
|
position:relative; |
|
|
|
|
|
left:-15px; |
|
|
|
|
|
top:-50px; |
|
|
|
|
|
width:0px; |
|
|
|
|
|
height:0px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.postsMenuContent { |
|
|
|
|
|
padding:10px; |
|
|
|
|
|
background-color:#6787a6; |
|
|
|
|
|
width:180px; |
|
|
|
|
|
height:500px; |
|
|
|
|
|
border-radius:5px; |
|
|
|
|
|
box-shadow:0px 2px 10px rgba(0,0,0,0.4); |
|
|
|
|
|
color:#ffffff; |
|
|
|
|
|
font-size:16px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a.post { |
|
|
|
|
|
font-size:12px; |
|
|
|
|
|
text-decoration:none; |
|
|
|
|
|
color:#ffffff; |
|
|
|
|
|
display:block; |
|
|
|
|
|
margin: 10px 0px 0px 0px; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
|
|
|
</head> |
|
|
|
|
|
<!-- NAVBAR |
|
|
|
|
|
================================================== --> |
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
|
|
|
|
<div class="navbar-wrapper"> |
|
|
|
|
|
<div class="container"> |
|
|
|
|
|
<nav class="navbar navbar-inverse navbar-static-top" role="navigation"> |
|
|
|
|
|
<div class="container"> |
|
|
|
|
|
<div class="navbar-header"> |
|
|
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
|
|
|
|
|
<span class="sr-only">Toggle navigation</span> |
|
|
|
|
|
<span class="icon-bar"></span> |
|
|
|
|
|
<span class="icon-bar"></span> |
|
|
|
|
|
<span class="icon-bar"></span> |
|
|
|
|
|
</button> |
|
|
|
|
|
<a class="navbar-brand hidden-sm" href="./index.html">vis.js</a> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="navbar" class="navbar-collapse collapse"> |
|
|
|
|
|
<ul class="nav navbar-nav"> |
|
|
|
|
|
<li><a href="../../index.html#modules">Modules</a></li> |
|
|
|
|
|
<li class="active"><a href="./docs/index.html" target="_blank">Documentation <img class="icon" src="../../images/external-link-icons/external-link-icon-white.png"></a></li> |
|
|
|
|
|
<li><a href="../../blog.html">Blog</a></li> |
|
|
|
|
|
<li><a href="../../index.html#download_install">Download</a></li> |
|
|
|
|
|
<li><a href="../../showcase/index.html">Showcase</a></li> |
|
|
|
|
|
<li><a href="../../index.html#contribute">Contribute</a></li> |
|
|
|
|
|
<li><a href="../../featureRequests.html">Feature requests</a></li> |
|
|
|
|
|
<li><a href="../../index.html#licenses">License</a></li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</nav> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<a href="https://github.com/almende/vis" class="hidden-xs hidden-sm hidden-md"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> |
|
|
|
|
|
<div class="container full"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript |
|
|
|
|
|
================================================== --> |
|
|
|
|
|
<!-- Placed at the end of the document so the pages load faster --> |
|
|
|
|
|
<script src="../../js/jquery.min.js"></script> |
|
|
|
|
|
<script src="../../js/bootstrap.min.js"></script> |
|
|
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
|
|
|
|
|
<script src="../../js/ie10-viewport-bug-workaround.js"></script> |
|
|
|
|
|
|