Skip to content

Instantly share code, notes, and snippets.

View cuthchow's full-sized avatar
🏠
Working from home

Cuthbert Chow cuthchow

🏠
Working from home
View GitHub Profile
@cuthchow
cuthchow / index.html
Last active February 15, 2020 06:29
The Office Sentiment Vis
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script type = 'text/javascript' src = 'https://cdnjs.cloudflare.com/ajax/libs/d3/5.15.0/d3.min.js'></script>
<script type = 'text/javascript' src = 'https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.js'></script>
<script type = 'text/javascript' src = 'script.js'></script>
<style>
body {