Skip to content

Commit

Permalink
Redirect bullet chart example to bl.ocks.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 12, 2012
1 parent d5d1fd8 commit 61bda95
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 349 deletions.
17 changes: 0 additions & 17 deletions _includes/Makefile
Expand Up @@ -24,9 +24,6 @@ EX_FILES = \
../data/us-states.json \
../ex/button.css \
../ex/sunburst.js \
../ex/bullet.js \
../ex/bullet.css \
../ex/bullets.json \
../ex/tree.js \
../ex/tree.css \
../ex/population.js \
Expand All @@ -41,8 +38,6 @@ INCLUDE_FILES = \
treemap.js \
splom.js \
sunburst.js \
bullet.js \
bullets.json \
bubble.js \
pack.js \
tree.js \
Expand Down Expand Up @@ -82,18 +77,6 @@ $(SRC_FILES):
@rm -rf $@
git cat-file blob master:examples/cluster/cluster.css > $@

../ex/bullet.js bullet.js:
@rm -rf $@
git cat-file blob master:examples/bullet/bullet.js > $@

../ex/bullet.css:
@rm -rf $@
git cat-file blob master:examples/bullet/bullet.css > $@

../ex/bullets.json bullets.json:
@rm -rf $@
git cat-file blob master:examples/bullet/bullets.json > $@

../ex/chord.css:
@rm -rf $@
git cat-file blob master:examples/chord/chord.css > $@
Expand Down
10 changes: 0 additions & 10 deletions ex/bullet.css

This file was deleted.

2 changes: 2 additions & 0 deletions ex/bullet.html
@@ -0,0 +1,2 @@
<!DOCTYPE html>
<meta http-equiv="refresh" content="0;url=http://bl.ocks.org/4061961">
291 changes: 0 additions & 291 deletions ex/bullet.js

This file was deleted.

24 changes: 0 additions & 24 deletions ex/bullet.markdown

This file was deleted.

7 changes: 0 additions & 7 deletions ex/bullets.json

This file was deleted.

0 comments on commit 61bda95

Please sign in to comment.