Commit 6d34bdbd authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix trivials of sample for reduction by zoom - #310

parent 3ecc6691
../../extentions/js
\ No newline at end of file
......@@ -4,14 +4,14 @@
<title>c3ext</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/images/logo_128.ico" />
<script src="../../utils.js"></script>
<link href="/css/c3.css" rel="stylesheet" />
<script src="/js/extentions/utils.js"></script>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="https://rawgithub.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<link href="../../c3.css" rel="stylesheet" />
<script src="../../c3.js"></script>
<script src="../../c3ext.js"></script>
<script src="../js/samples/zoom2.js"></script>
<script src="/js/c3.js"></script>
<script src="/js/extentions/c3ext.js"></script>
<script src="/js/samples/zoom2.js"></script>
</head>
<body onload="main()">
<div class="container-fluid">
......
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