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
- Host: GitHub
- URL: https://github.com/codenameyau/d3-basics
- Owner: codenameyau
- License: mit
- Created: 2014-05-31T13:25:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T17:29:47.000Z (about 12 years ago)
- Last Synced: 2025-10-08T16:02:46.614Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`