d3.layout.timeline
d3.layout.timeline copied to clipboard
A layout for band-style timelines
Hello! Thank you so much for the library! It's worked great for smaller sets, but for a set of 8k events I'm starting to see longer execution times (~10s). I'd...
Hello! I would like to ask if it is possible to publish the latest version using d3 v4 in npm. Thank you very much, Vanessa
The examples linked from README.md still use `d3.scale` and `d3.layout.timeline`, which are coming from d3 v3.
One issue I have with the current layout is that it computes x,y positions in pixels, and I think it would be better to have positions in abstract units (like...
To upgrade d3.timeline.layout to d3.layoutTimeline (what a name ?!) there's very little to do in the code — there's only two scale.linear to change to scaleLinear. It's going to be...