Some simple graphs made with d3 and Angular.js.
How to get going:
This repo uses Node 5.0. You can change your current version of Node with nvm.
- Clone repo.
- Run
npm install && bower install
from root folder. - Run
npm start
to start app. - Go to http://localhost:3000/.
- That's it!
Credits:
- Simple pie chart inspired by: https://gist.github.com/enjalot/1203641