d3.horizon Example
Attempting to reimplement the stocks example from Cubism with the d3.horizon plugin.
A few notes so far:
- d3.horizon does not expose d3.scales, which makes it hard to create axes
- d3.horizon seems to expect an array of data which map to pixels. It would be more convenient the days in the year didn't have to be enumerated in this example, to fill in gaps. Without doing this, the chart appears to render fine but lacks gaps and is therefore wrong if the x-axis is a linear timecale.