Skip to content

Instantly share code, notes, and snippets.

@jefffriesen
Created October 26, 2013 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefffriesen/7165212 to your computer and use it in GitHub Desktop.
Save jefffriesen/7165212 to your computer and use it in GitHub Desktop.
dc.js Experiment
{"description":"dc.js Experiment","endpoint":"","display":"svg","public":true,"require":[{"name":"jQuery","url":"http://codeorigin.jquery.com/jquery-2.0.3.min.js"},{"name":"Crossfilter","url":"https://raw.github.com/square/crossfilter/master/crossfilter.js"},{"name":"DC.js","url":"https://raw.github.com/NickQiZhu/dc.js/master/dc.js"},{"name":"DC.js CSS","url":"https://raw.github.com/NickQiZhu/dc.js/master/dc.css"},{"name":"Bootstrap2 JS","url":"//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"},{"name":"Bootstrap2 CSS","url":"//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css"}],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"index.html":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/3e0IGUO.png"}
<div class='row'>
<div class='pie-graph span12'>
<table class='table table-hover' id='dc-table-graph'>
<thead>
<tr class='header'>
<th>DTG</th>
<th>Lat</th>
<th>Long</th>
<th>Depth</th>
<th>Magnitude</th>
<th>Google Map</th>
<th>OSM Map</th>
</tr>
</thead>
</table>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment