d3 / d3-force

Force-directed graph layout using velocity Verlet integration.
https://d3js.org/d3-force
ISC License
1.82k stars 377 forks source link

Using d3-force and d3-quadtree with create-react-app #138

Closed Parul-Kudtarkar closed 5 years ago

Parul-Kudtarkar commented 5 years ago

CRM strictly requires ES5 modules while d3-force and d3-quadtree are known to have ES6 code. Any suggestions on using these modules with CRM?

Thanks! Parul

mbostock commented 5 years ago

Duplicate of d3/d3-quadtree#23.