Skip to content

Instantly share code, notes, and snippets.

@stuf
Last active November 30, 2017 22:29
Show Gist options
  • Save stuf/a1724914af54d004f78125b79ebbaacd to your computer and use it in GitHub Desktop.
Save stuf/a1724914af54d004f78125b79ebbaacd to your computer and use it in GitHub Desktop.
d3
console.log('chart');
timestamp rating
2017-11-10T21:01:52.287Z 1788
2017-11-10T21:15:31.870Z 1760
2017-11-14T18:47:58.261Z 1738
2017-11-14T19:07:06.779Z 1708
2017-11-14T19:21:17.743Z 1734
2017-11-14T19:56:23.375Z 1770
2017-11-16T17:45:17.320Z 1794
2017-11-16T18:11:14.958Z 1772
2017-11-16T18:27:31.289Z 1800
2017-11-16T18:57:40.853Z 1774
2017-11-16T19:15:04.727Z 1757
2017-11-21T17:51:43.355Z 1779
2017-11-21T18:21:11.147Z 1760
2017-11-21T18:46:50.099Z 1783
2017-11-21T18:57:55.440Z 1802
2017-11-21T19:18:15.286Z 1828
2017-11-21T19:40:43.906Z 1848
2017-11-21T20:01:56.797Z 1872
2017-11-28T20:11:01.763Z 1848
2017-11-28T20:30:22.388Z 1826
2017-11-28T20:58:16.051Z 1850
2017-11-28T21:26:24.422Z 1826
2017-11-28T21:46:27.062Z 1850
2017-11-29T20:17:28.422Z 1872
2017-11-29T20:39:48.095Z 1893
2017-11-29T21:08:23.454Z 1872
<!DOCTYPE html>
<svg width="960" height="500"></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="chart.js">
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment