-
Notifications
You must be signed in to change notification settings - Fork 3
Interactive Data Visualization in JS
Nina Baculinao edited this page Mar 24, 2015
·
7 revisions
#Visualization in JS
Given the fact that d3 can be more tricky to work with, @levbrie suggested we work with nvd3
Libraries we're interested in using are
##nvd3
- inspired by Mike Bostock's Towards Reusable Charts
-
Editable examples of nvd3 are here
- an AngularJS directive for NVD3 reusable charting library (based on D3)
##d3
-
Super useful example of D3 visualization with AngularJS to analyze commit data for a given project
###Additional example plots that we might want to emulate are here and here
For repos and orgs, we may want to make a map of the users. We'd need to use an additional API to extract a lat-long. Once we have the relevant geo data, we can make a map.
Our preferred library: