Skip to content

Instantly share code, notes, and snippets.

@davidmunoz4185
davidmunoz4185 / code.js
Created September 9, 2016 08:29 — forked from maxkfranz/code.js
Visual style
$(function(){ // on dom ready
$('#cy').cytoscape({
layout: {
name: 'cose',
padding: 10,
randomize: true
},
style: cytoscape.stylesheet()
@davidmunoz4185
davidmunoz4185 / index.html
Created September 9, 2016 08:20 — forked from maxkfranz/index.html
cytoscape-dagre demo
<!DOCTYPE>
<html>
<head>
<title>cytoscape-dagre.js demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>