19 lines
524 B
HTML
19 lines
524 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/css/c3.css">
|
|
<script src="http://d3js.org/d3.v3.js"></script>
|
|
<script src="/js/c3.js"></script>
|
|
<script src="/js/jquery-1.12.4.js"></script>
|
|
<script src="/js/chartTest2.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="btns">
|
|
<button id="btn00">show</button>
|
|
<button id="btn01">+</button>
|
|
<button id="btn02">-</button>
|
|
<button id="btn03">?</button>
|
|
</div>
|
|
<div id="chart" style="height: 450px; width: 800px; border: solid black 1px;"></div>
|
|
</body>
|
|
</html> |