test italic things
test bold things
- test (asterisk) bullet points
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.zipcode { | |
stroke: steelblue; | |
fill: #FFF; | |
} | |
</style> | |
<script src="//d3js.org/d3.v3.min.js"></script> |
Movies
violation_id | inspection_id | violation_category | violation_date | violation_date_closed | violation_type | |
---|---|---|---|---|---|---|
204851 | 261019 | Garbage and Refuse | 2012-01-03 00:00:00 | 2012-02-02 00:00:00 | Refuse Accumulation | |
204852 | 261019 | Unsanitary Conditions | 2012-01-03 00:00:00 | 2012-02-02 00:00:00 | Unsanitary conditions, not specified | |
204853 | 261023 | Garbage and Refuse | 2012-01-03 00:00:00 | 2012-01-17 00:00:00 | Refuse Accumulation | |
204854 | 261023 | Garbage and Refuse | 2012-01-03 00:00:00 | 2012-01-17 00:00:00 | Refuse Accumulation | |
204858 | 261029 | Garbage and Refuse | 2012-01-03 00:00:00 | 2012-03-12 00:00:00 | Refuse Accumulation | |
204859 | 261029 | Animals and Pests | 2012-01-03 00:00:00 | 2012-03-12 00:00:00 | Animals and Pests, not specified | |
207746 | 264687 | Animals and Pests | 2012-02-08 00:00:00 | 2012-04-02 00:00:00 | Animals and Pests, not specified | |
205869 | 262387 | Garbage and Refuse | 2012-01-13 00:00:00 | 2012-01-17 00:00:00 | Refuse Accumulation | |
207417 | 264347 | Garbage and Refuse | 2012-01-11 00:00:00 | 2012-01-13 00:00:00 | Refuse Accumulation |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
</style> | |
<body> | |
<svg width=960 height=500></svg> | |
</body> | |
<script src="//d3js.org/d3.v3.min.js"></script> |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<body> | |
<canvas id="canvas" width="960" height="500"></canvas> | |
</body> | |
<script> | |
/* | |
Basically playing around with a couple of graphics things with the canvas: |
X_VAR | Y_VAR | |
---|---|---|
A | .08167 | |
B | .01492 | |
C | .02782 | |
D | .04253 | |
E | .12702 | |
F | .02288 | |
G | .02015 | |
H | .06094 | |
I | .06966 |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.bird { | |
stroke: grey; | |
stroke-width: 2; | |
fill: none; | |
} | |
</style> |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.triangle-gold { | |
fill: gold; | |
} | |
.triangle-flashing { | |
fill: white; | |
transition: fill 1.5s ease; |