D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aniston
Full window
Github gist
Timelines Chart
<head> <script src="//unpkg.com/timelines-chart@2"></script> <script src="random-data.js"></script> </head> <body> <div id="myPlot"></div> <script> TimelinesChart() .data(getRandomData(true)) .zQualitative(true) (document.getElementById('myPlot')); </script> </body>
https://unpkg.com/timelines-chart@2