This is a simple line graph designed to allow investigation of aspects of using d3.js and is used as a teaching aid.
It is the baseline example graph used in the D3 Tips and Tricks book.
Edit: June 2014
I am going through a process of updating the code resources for the book and the latest (but not particularly different) example of this graph is here.
I'm new in GitHub.. I'm intermediate with Processing (not .js).. Now I create project which read data from csv/tsv and plot it on webserver (sharing over browser).. I've problem with read data csv which data update periodically.. This code can't read realtime CSV. How to make it read data periodically.. (I'm new on javasript: d3,processing.js, etc) Thank you