Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 603 Bytes

Flight Timeline Visualised

Sample view

You can view the content of this repo live here.

Setup

git clone https://github.com/ewandennis/d3-flight-timeline
cd d3-flight-timeline
bower install

Arrange for an HTTP server (because CORS):

npm install node-static -g
static -p 8000

Visit localhost:8000 in your browser.

Notes

If you'd like to download the rendered SVG, uncomment the line which creates the download button at the bottom of main.js.