Getting started with D3 for drawing circles based on simple data.
Have python and npm installed.
You should have 'bower' installed. If not you can install it using 'npm install bower -g'.
Clone the repo and cd into the repo.
bower install
python -m SimpleHTTPServer 9988
And go to localhost:9988
d3: d3js.org