Skip to content

Interactive Data Visualization in JS

Nina Baculinao edited this page Mar 24, 2015 · 7 revisions

#Visualization in JS


##Graphing Libraries

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

##angular-nvd3

  • an AngularJS directive for NVD3 reusable charting library (based on D3) angular-nvd3

##d3

  • Super useful example of D3 visualization with AngularJS to analyze commit data for a given project d3

##Rickshaw Rickshaw ##morris.js

###Additional example plots that we might want to emulate are here and here

##Maps

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:

Quick Start guide is here

leaflet

Clone this wiki locally