Working on a novel bar chart, where the different levels allow different levels of granularity, where the bottom half has is to examine smaller numbers (similar to inverse log scale but less pronounced).
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Slant Bars</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="chartArea"></div>
<script src="js.js"></script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js