Skip to content

Commit 89c8e66

Browse files
committed
Update README with link to bl.ocks.org example.
1 parent 5f6aae6 commit 89c8e66

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ It was conceived at the 2012 Java Posse [Roundup][roundup], an amazing gathering
1414
[visarticle]: http://en.wikipedia.org/wiki/Information_visualization
1515
[githubjpr]: https://github.com/JavaPosseRoundup "Java Posse Roundup at github"
1616

17-
# Installation and Use
17+
## Installation and Use
1818

1919
To use this project, simple clone this github repository and open the ```commits.html``` file in your web browser. The d3 library is available in the root directory, so there's no need to install it (or anything else).
2020

21-
# Compatibility
21+
## Examples
22+
23+
To see the d3github visualizer in use without cloning/downloading the project, look at this [example][example] on [bl.ocks.org][blocksorg].
24+
25+
[example]: http://bl.ocks.org/2356163
26+
[blockorg]: http://bl.ocks.org
27+
28+
## Compatibility
2229

2330
The d3 library uses the CSS Selectors API Level 1 and SVG, which may not be supported in older browsers. This code in this project has been verified to work with Google Chrome (verison 17.0), Firefox (11.0), and Safari (5.1), but not with Internet Explorer. The minimum versions that _should_ work are Chrome 4.0, Firefox 3.5, Safari 3.2, and Internet Explorer 9.0.

0 commit comments

Comments
 (0)