Skip to content

Commit

Permalink
add box plot
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Jun 11, 2012
1 parent 2c75d6d commit e6f3571
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 15 deletions.
9 changes: 5 additions & 4 deletions attachments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>DataCouch</title>

<link href="styles/styles.css" media="screen" rel="stylesheet" type="text/css" />
<link href="styles/boxplot.css" media="screen" rel="stylesheet" type="text/css" />

<script src="script/jquery-1.6.1.min.js"></script>
<script src="script/jquery.mustache.js"></script>
<script src="script/crossfilter.js"></script>
<script src="script/d3.min.js"></script>
<script src="script/d3.layout.min.js"></script>
<script src="script/d3.v2.js"></script>
<script src="script/underscore.js"></script>
<script src="script/request.js"></script>
<script src="script/dominode-filestream.js"></script>
Expand All @@ -32,9 +32,10 @@
<p>DataCouch is currently being rewritten. <a href="http://github.com/maxogden/datacouch">Stay tuned</a></p>

<div id="wrapper"></div>
<textarea></textarea><input class="transformButton" type="button" value="dooooo it"></input>
<textarea></textarea><input class="transformButton" type="button" value="transform documents"></input>
<div id="dataviz">
<div id="chart"></div>
<div class="chart" id="boxplot"></div>
<div class="chart" id="histogram"></div>
</div>

</div>
Expand Down
Loading

0 comments on commit e6f3571

Please sign in to comment.