Merge pull request #112 from ruzz311/development

fixed invalid html in parallel coordinate example
master-patched
Tyler Wolf 11 years ago
commit d6a3043a98

@ -2,7 +2,7 @@
<html>
<head>
<link href="../src/nv.d3.css" rel="stylesheet" type="text/css">
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="../lib/d3.v2.js"></script>
<script src="../nv.d3.js"></script>
<script type="text/javascript" src="../src/utils.js"></script>

Loading…
Cancel
Save