======= Create a d3 multiline chart for some old price tables provided in
Gold and Prices Since 1873
by J. Laurence Laughlin
Reprinted from Quarterly Journal of Economics April 1887
The University of Chicago Press 1895
using a clickme ractive. This is the index.html produced. The entire ractive is provided in this Git repo.
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.line {
fill: none;
stroke-width: 5px;
}
/*ugly way before I found Mike Bostock's example
.points {opacity: 0;}
.points:hover {opacity: 1;}*/
.overlay {
fill: none;
pointer-events: all;
}