D3 implementation of tube map. Component extracted from beefoo/memory-underground. All credits go to @beefoo. Example.
- remove jquery dependency
- remove underscore dependency
- update D3
- use D3 pan zoom instead of jquery plugin (or simple d3.zoom)
- clean up code and document options
- implement as separate module and publish as npm package
- d3-tube-map
- Visualizing London Tube map
- Visualizing Voronoi diagram of London Tubemap
- travel-time-tube-d3
- Mapping the DC Metro
git clone https://github.com/stereobooster/d3-tube.git
cd d3-tube
yarn or npm install
npm start
npm run deploy