Skip to content

Commit

Permalink
Merge branch 'v2.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 25, 2012
2 parents 3081dd4 + b59f117 commit 0bd675c
Show file tree
Hide file tree
Showing 122 changed files with 4,413 additions and 2,381 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2010, Michael Bostock
Copyright (c) 2012, Michael Bostock
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
18 changes: 8 additions & 10 deletions Makefile
Expand Up @@ -28,7 +28,9 @@ d3.core.js: \
src/compat/date.js \
src/compat/style.js \
src/core/core.js \
src/core/class.js \
src/core/array.js \
src/core/map.js \
src/core/this.js \
src/core/functor.js \
src/core/rebind.js \
Expand Down Expand Up @@ -87,8 +89,8 @@ d3.core.js: \
src/core/selection-insert.js \
src/core/selection-remove.js \
src/core/selection-data.js \
src/core/selection-datum.js \
src/core/selection-filter.js \
src/core/selection-map.js \
src/core/selection-order.js \
src/core/selection-sort.js \
src/core/selection-on.js \
Expand All @@ -113,6 +115,8 @@ d3.core.js: \
src/core/transition-transition.js \
src/core/timer.js \
src/core/transform.js \
src/core/mouse.js \
src/core/touches.js \
src/core/noop.js

d3.scale.js: \
Expand All @@ -127,7 +131,8 @@ d3.scale.js: \
src/scale/ordinal.js \
src/scale/category.js \
src/scale/quantile.js \
src/scale/quantize.js
src/scale/quantize.js \
src/scale/identity.js

d3.svg.js: \
src/svg/svg.js \
Expand Down Expand Up @@ -189,21 +194,14 @@ d3.time.js: \
src/time/format.js \
src/time/format-utc.js \
src/time/format-iso.js \
src/time/range.js \
src/time/interval.js \
src/time/second.js \
src/time/seconds.js \
src/time/minute.js \
src/time/minutes.js \
src/time/hour.js \
src/time/hours.js \
src/time/day.js \
src/time/days.js \
src/time/week.js \
src/time/weeks.js \
src/time/month.js \
src/time/months.js \
src/time/year.js \
src/time/years.js \
src/time/scale.js \
src/time/scale-utc.js

Expand Down

0 comments on commit 0bd675c

Please sign in to comment.