-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
36 lines (27 loc) · 988 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html class="ocks-org do-not-copy">
<head>
<meta charset="utf-8">
<title>Misdemeanors vs Felonies</title>
<link rel="stylesheet" href="css/chart.css">
</head>
<header>
<aside>June 1, 2016</aside>
<a href="https://openjustice.doj.ca.gov" rel="author">DOJ</a>
</header>
<h1>Misdemeanors vs Felonies 123, Aggregate of all ethnicities for all 58 counties in California</h1>
<p id="chart"></p>
<aside>Mouseover the year to move forward and backwards through time.</aside>
<footer>
<aside>June 1, 2016</aside>
<a href="https://openjustice.doj.ca.gov" rel="author">DOJ</a>
</footer>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src='js/chart.js'></script>
<!-- <script>
GoogleAnalyticsObject = "ga", ga = function() { ga.q.push(arguments); }, ga.q = [], ga.l = +new Date;
ga("create", "UA-48272912-3", "ocks.org");
ga("send", "pageview");
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
-->