kasownik-plot/plot.html

24 lines
567 B
HTML

<!doctype html>
<html>
<head>
<script src="js/d3.min.js"></script>
<script src="js/d3.layout.min.js"></script>
<script src="js/rickshaw.min.js"></script>
<script src="js/plot.js"></script>
<link rel="stylesheet" href="css/rickshaw.css">
<title>Kasownik plot</title>
</head>
<body>
<div id="legend"></div>
<div id="plot"></div>
Last modified: <span id="lastmod">-</span>
<style>
#legend {
display: inline-block;
vertical-align: top;
position: absolute;
}
</style>
</body>
</html>