Commit 64ac97bc authored by PkSM3's avatar PkSM3

[BUGIFX] header with matrix OK

parent 6cf589eb
......@@ -5,7 +5,7 @@
{% load staticfiles %}
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
<link rel="stylesheet" href="{% static "css/bootstrap-theme.min.css" %}">
<link rel="stylesheet" href="{% static "css/d3matrix.css" %}">
<!-- <link rel="stylesheet" href="{% static "css/d3matrix.css" %}"> -->
<style>
.background {
......@@ -65,6 +65,7 @@ var svg = d3.select("body").append("svg")
var filename = document.getElementById("graphid").innerHTML
d3.json(filename, function(miserables) {
var matrix = [],
nodes = miserables.nodes,
n = nodes.length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment