This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font-family: sans-serif; | |
color: #000; | |
text-rendering: optimizeLegibility; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<head> | |
<link type="text/css" rel="stylesheet" href="style.css"/> | |
<script src="http://d3js.org/d3.v3.js"></script> | |
</head> | |
<body> | |
<script> | |
// Dimensions of the visualization | |
var width = 960; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[["No image" , "No image.svg","free banner","black","Caveat","PT Sans"], | |
["bg-ink" , "watercolour-2038248_640.jpg","free background","black","Pacifico","Caveat"], | |
["royal-wedding" , "royal-wedding.svg","free banner","black","Pacifico","Caveat"], | |
["pink-bunting" , "pink-bunting.svg","free banner","black","Pacifico","Caveat"], | |
["bg-seamless1" , "seamless-2109393_640.jpg","free background","white","Pacifico","Caveat"], | |
["abstract1" , "abstract1.svg","free banner","black","Quicksand","Caveat"], | |
["abstract2" , "abstract2.svg","free banner","black","Quicksand","Caveat"], | |
["abstract3" , "abstract3.svg","free banner","black","Quicksand","Caveat"], | |
["abstract4" , "abstract4.svg","free banner","black","Quicksand","Caveat"], | |
["abstract5" , "abstract5.svg","free banner","black","Quicksand","Caveat"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//read in gameplay data | |
var title = "FIFA 17"; | |
d3.json("gameplay-data.json", function(data) { | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"> | |
<link rel="stylesheet" href="theme.css" type="text/css"> | |
<link href="https://fonts.googleapis.com/css?family=Frijole" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet"> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var USER_SPEED = "slow"; | |
var sched_objs = []; | |
var act_codes = [ | |
{"index": "0", "short": "Downloads", "desc": "Sleeping"}, | |
{"index": "1", "short": "PS Store", "desc": "Personal Care"}, | |
{"index": "2", "short": "Games", "desc": "Eating and Drinking"}, | |
{"index": "3", "short": "Video App", "desc": "Education"}, | |
{"index": "4", "short": "PS Now", "desc": "Work and Work-Related Activities"}, |
NewerOlder