|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
|
<html> |
|
|
|
|
<head> |
|
|
|
|
<title>c3ext</title> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
<link rel="shortcut icon" href="/images/logo_128.ico" /> |
|
|
|
|
<link href="/css/c3.css" rel="stylesheet" /> |
|
|
|
|
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script> |
|
|
|
|
<script src="https://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.v5.min.js" charset="utf-8"></script> |
|
|
|
|
<script src="https://d3js.org/d3.v5.min.js" charset="utf-8"></script> |
|
|
|
|
<script src="/js/c3.js"></script> |
|
|
|
|
<script src="/js/extensions/c3ext.js"></script> |
|
|
|
|
<script src="/js/samples/zoom_reduction.js"></script> |
|
|
|
|