Previous
- use data from an API
- circle size related to magnitude value
- interaction: click circle and direct to a url
Now
- added color to the circles, according to depth (shallow, intermediate, deep)
- added interaction: zooming (using d3.zoom())
- Problem: Panning does not work after zoom in
- added interaction: dragging
MIT Licensed