Skip to content

Commit

Permalink
axi
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Aug 18, 2013
1 parent bc69f3c commit 1ca3b54
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
19 changes: 18 additions & 1 deletion client/css/styles.css
Expand Up @@ -16,9 +16,26 @@ a.download {
margin-top: 20px;
}

a.bar {
#barplot {
position: relative;
}

#barplot a.bar {
display: inline-block;
margin: 0px;
padding: 0px;
background-color: #F66;
}

#barplot .tick {
position: absolute;
left: 0;
font-size: 0.5em;
}
#barplot .tick .line {
height: 1px;
width: 80px;
margin-right: 1em;
display: inline-block;
background-color: rgba(0,0,0,0.3);
}
5 changes: 4 additions & 1 deletion client/templates/dashboard/page.html
@@ -1,7 +1,10 @@
<div class="span12">
<h2>Acreages of permit applications</h2>
<div id="map" style="height: 400px;"></div>
<div id="barplot" style="height: 250px;"></div>
<div id="barplot" style="height: 250px;">
<div class="a tick" style="bottom: 100px;"><div class="line"></div>1000 acres</div>
<div class="b tick" style="bottom: 200px;"><div class="line"></div>2000 acres</div>
</div>
<p>Impacted acres by parish; grey means no impacted acres, and red means many impacted acres.</p>

<h2>About the site</h2>
Expand Down

0 comments on commit 1ca3b54

Please sign in to comment.