Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.2 KB

screen-shot

D3 tube map

D3 implementation of tube map. Component extracted from beefoo/memory-underground. All credits go to @beefoo. Example.

TODO

  • 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

Other implemetations

Development

git clone https://github.com/stereobooster/d3-tube.git
cd d3-tube
yarn or npm install
npm start

Deployment: GitHub Pages

npm run deploy