Skip to content

Instantly share code, notes, and snippets.

View ljegou's full-sized avatar

Laurent Jégou ljegou

View GitHub Profile
@ljegou
ljegou / test.html
Last active October 9, 2017 11:25 — forked from FrissAnalytics/test.html
vis.js move nodes into position via animation
<!doctype html>
<html>
<head>
<title>Network | Basic usage</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.15.0/vis.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.15.0/vis.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#mynetwork {