The new url uses mbostock's latest version of the canvas line chart, which uses the current v4 instead of the alpha.
The main reason why this change is necessary is the use of d3.tsv instead of d3.requestTsv (requestTsv does not seem to exist in the latest version of d3)
The new url uses mbostock's latest version of the canvas line chart, which uses the current v4 instead of the alpha. The main reason why this change is necessary is the use of
d3.tsv
instead ofd3.requestTsv
(requestTsv
does not seem to exist in the latest version of d3)