An open API service indexing awesome lists of open source software.

https://github.com/codenameyau/d3-basics

Introduction to D3.js
https://github.com/codenameyau/d3-basics

Last synced: 9 months ago
JSON representation

Introduction to D3.js

Awesome Lists containing this project

README

          

d3-basics
=========
Single-page web application with basic D3 graphs

###Web Interface Details
The web interface is built as single page application without an MVC framework
for the purpose of learning the core JavaScript language. Routes are configured using
[crossroads.js](https://millermedeiros.github.io/crossroads.js/), while browser
state and history are handled using [hasher.js](https://github.com/millermedeiros/hasher/).

###Learning Resources
* [Scott Murray Online D3 Tutorials](http://alignedleft.com/tutorials/d3)
* [Try D3 Now SVG Introduction](http://christopheviau.com/d3_tutorial/)
* [1000 D3 Examples and Demos](http://techslides.com/over-1000-d3-js-examples-and-demos/)
* [2000 D3 Examples and Demos](http://techslides.com/over-2000-d3-js-examples-and-demos/)
* [D3 Gallery by Mike Bostock](http://bl.ocks.org/mbostock)

###Development
* Install packages: `bower install && npm install`
* Run in development mode: `grunt serve`