Quick way to visualize the currently running time program from a BMS pov.
Alot needs to be improved:
forked from lelandlee's block: Which UC Berkeley Libraries Are Open
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Library Visualization</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"></script>
</head>
<body>
<div id="chartArea"></div>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="backUpData.js"></script>
<script src="js.js"></script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js