Skip to content

Commit 6243a85

Browse files
committedSep 10, 2014
Added link to blog-hosted demo
1 parent 258e560 commit 6243a85

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A rendering of the [Golden Spiral](http://en.wikipedia.org/wiki/Golden_spiral) using d3.js
44

5+
See [a live demo](http://reedspool.github.io/2014/09/06/golden-rectangle-d3.html)
6+
57
The chart is defined with mbostocks recommended [chart template](http://bost.ocks.org/mike/chart/), with the interesting twist that it is (sometimes doubly) recursive.
68

79
### Example useage:

‎golden_rectangle/README.md

-7
This file was deleted.

‎golden_rectangle/app/scripts/recursive-golden-rectangle.d3.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* See a working version at http://reedspool.github.io/2014/09/06/golden-rectangle-d3.html
3+
*/
4+
15
define(['d3', 'utility'],
26
function (d3, utility) {
37
var φ = utility.PHI;

0 commit comments

Comments
 (0)