d3-stack-time
Version:
32 lines (25 loc) • 542 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>stack-time</title>
<link rel="stylesheet" href="./d3-tip.css">
<style>
body {
margin: 120px;
}
.bar {
fill: steelblue;
}
.axis path {
display: none;
}
</style>
</head>
<body>
<svg class="time-stack" width="960" height="760"></svg>
<script src="./demo.js"></script>
</body>
</html>