Skip to content

Instantly share code, notes, and snippets.

View CafeConVega's full-sized avatar

Joshua Vega CafeConVega

  • Miami
View GitHub Profile
@CafeConVega
CafeConVega / index.html
Last active January 18, 2016 21:05
Week 1 CSV data assignment
<!DOCTYPE html>
<!-- This was one of Scott Murray's Knight D3 course files, modified a bit. -->
<!-- This was copied from Lynn Cherny's class files and modified to load Josh's data. -->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Loading CSV Data with D3</title>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
</head>