Skip to content

Interactive Data Visualization in JS

Nina Baculinao edited this page Feb 23, 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

Examples:

  • Example plots that we might want to emulate are here and here
  • Editable examples of nvd3 are here

nvd3 editible examples d3 Rickshaw angular-nvd3

##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