|
|
|
@ -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"> |