https://github.com/d3/d3

sort by:
Revision Author Date Message Commit Date
402c2e4 Merge branch 'release' 19 August 2011, 18:02:39 UTC
3c0f299 Add test for tree layout. For now, test the bug we just fixed. 19 August 2011, 18:01:12 UTC
43aeb60 Merge branch 'tree-empty-children' into release 19 August 2011, 17:57:46 UTC
34d5d27 Whitespace. 19 August 2011, 17:56:37 UTC
2acaf4e Merge branch 'force' of https://github.com/jasondavies/d3 into release 19 August 2011, 17:55:48 UTC
bb289bb Fix for empty children with tree layout. 19 August 2011, 17:10:29 UTC
2440287 Don't trigger mousemove on mouseup in force layout. Avoids a spurious layout restart if the mouse hasn't moved. Fixes #207. 19 August 2011, 10:13:22 UTC
377e9e6 Add marker example. 18 August 2011, 17:14:34 UTC
8238584 Replace submodule with package.json. This is better, because now we can enumerate all of our dependencies without embedding them as submodules. After pulling, run `npm install`. 18 August 2011, 17:10:16 UTC
b7fb05a Merge branch 'test' 17 August 2011, 23:24:19 UTC
00d8bf7 Rename lib/uglifyjs to lib/uglify-js. 17 August 2011, 23:23:11 UTC
7c2062f Fix a crash when rounding very small numbers. 17 August 2011, 23:13:50 UTC
f12352c Add test for svg.area.radial. Also, better formatting for failure message in assert.pathEqual. 17 August 2011, 23:07:28 UTC
ff083fd Better tests for svg.area and svg.line.radial. 17 August 2011, 21:58:49 UTC
b5a857f Add test for svg.line.radial. 17 August 2011, 21:24:54 UTC
8f78f5e Better tests for svg.line. 17 August 2011, 21:09:34 UTC
559394b Better tests for svg.arc. This also fixes a bug when start and end angle are inverted. 17 August 2011, 20:27:55 UTC
97db780 Replace lib/uglifyjs with a submodule. This brings along a newer version of UglifyJS that fixes some bugs, too. 17 August 2011, 20:13:37 UTC
72c9cd4 Add test for categorical scales. 17 August 2011, 06:11:52 UTC
f23cb31 Add test for scale.quantize. 17 August 2011, 05:51:32 UTC
3db7fd1 Add test for csv.format. 17 August 2011, 05:39:02 UTC
aa64016 Add test for csv. 17 August 2011, 05:30:46 UTC
746ec74 Add tests for xhr and friends. 17 August 2011, 05:28:15 UTC
40b98c4 Add test for timer. Also fix a minor bug where we might miss the delay the first callback by an extra frame, and allow d3.timer to be called with an optional delay. 17 August 2011, 04:21:16 UTC
ae4306e Merge branch 'test' 16 August 2011, 19:31:00 UTC
e388606 Add test for ease. 16 August 2011, 19:26:47 UTC
7d018fb Add test for dispatch. 16 August 2011, 18:32:32 UTC
eccef13 Add test for range. Also, fix a bug where step could be specified as undefined or null, rather than checking the arity of the arguments. 16 August 2011, 18:16:53 UTC
22732f5 Add test for quantile. 16 August 2011, 17:59:34 UTC
ffb445b Add test for requote. And, fix a bug where pipes were not escaped. 16 August 2011, 17:51:55 UTC
41f769e Merge branch 'test' 16 August 2011, 05:22:18 UTC
a0e3e84 Add test for rebind. 16 August 2011, 05:19:58 UTC
d756660 Add test for functor. 16 August 2011, 04:47:14 UTC
aa1ef3b Add test for split. 16 August 2011, 04:41:03 UTC
09c5e51 Add test for merge. 16 August 2011, 04:29:55 UTC
c8ad125 Add test for first and last. Also fix bugs in ascending and descending when comparing undefined and NaN. 16 August 2011, 04:23:34 UTC
ceb5f7c Merge branch 'release' 15 August 2011, 23:45:54 UTC
80a4078 Add test for layout.partition. 15 August 2011, 23:43:59 UTC
37a84d9 Merge branch 'feature/division-by-zero-in-partition' of https://github.com/maoe/d3 into release 15 August 2011, 23:39:11 UTC
59707f9 Update Makefile test rule and delete lib/env-js. 15 August 2011, 23:28:48 UTC
cdfbca9 Add test for scale.quantile. 15 August 2011, 23:25:39 UTC
d6f4b2a Add test for scale.sqrt. 15 August 2011, 23:02:41 UTC
0872e94 Add test for scale.pow. 15 August 2011, 22:53:46 UTC
780bf7c Add test for scale.ordinal. 15 August 2011, 22:42:01 UTC
7c25304 Add tests for nicing poly domains. 15 August 2011, 22:30:55 UTC
9684389 Add test for scale.log. 15 August 2011, 22:26:10 UTC
9a2c6a0 Add test for scale.linear. Woot! Found a bug in d3.interpolate related to string coercion and colors. 15 August 2011, 22:12:54 UTC
67ab76b Add test for layout.treemap. Woot! Caught another bug in propagation of NaN node values. 15 August 2011, 21:12:17 UTC
f25c469 Add test for layout.histogram. 15 August 2011, 20:32:34 UTC
b7e1413 Add test for svg.symbol. 15 August 2011, 20:07:28 UTC
5e9bead Add test for svg.line. 15 August 2011, 19:55:42 UTC
aae7828 Add test for svg.area. 15 August 2011, 19:50:20 UTC
aa5ac03 Add test for svg.arc. 15 August 2011, 19:16:14 UTC
b0d911e Add tests for time.scale and time.scale.utc. 15 August 2011, 18:40:42 UTC
9a05f86 Add tests for time.format.parse. 15 August 2011, 04:50:20 UTC
3c3c9d1 Add test for time.format.utc. 15 August 2011, 04:30:17 UTC
7e04c38 Add test for time.format. 15 August 2011, 04:28:10 UTC
6e7047f Add test for time.format.iso. 15 August 2011, 04:03:01 UTC
5f29160 Add test for time.years. 15 August 2011, 03:55:11 UTC
9c56e7f Add test for time.year. 15 August 2011, 03:54:48 UTC
e90a466 Add test for time.weeks. 15 August 2011, 03:47:20 UTC
69061ea Add test for time.week. 15 August 2011, 03:38:02 UTC
521ca64 Add test for time.seconds. 15 August 2011, 03:29:08 UTC
af8f0c5 Add test for time.second. 15 August 2011, 03:23:23 UTC
3b38d71 Add tests for skipping time intervals. 15 August 2011, 03:18:58 UTC
a8d023d Add test for time.months. 15 August 2011, 03:02:49 UTC
959b8f9 Add test for time.month. 15 August 2011, 02:51:53 UTC
356d30c Add test for time.minutes. 15 August 2011, 02:38:02 UTC
4ee4398 Add IST & NPT test for time.hours. 15 August 2011, 02:22:27 UTC
4be8e48 Add test for time.minute. 15 August 2011, 02:16:56 UTC
b849f02 Add test for time.hours. 15 August 2011, 01:59:01 UTC
c7eecb9 Add test for time.hour. 15 August 2011, 01:14:59 UTC
e7d1a0a Add test for time.day. 15 August 2011, 00:20:28 UTC
08d785f Add test for time.days. 15 August 2011, 00:01:15 UTC
26c6987 Add test for csv.parse. Woot, caught my first bug! 14 August 2011, 21:37:24 UTC
3a5a6c6 Add test for transition. 14 August 2011, 20:07:20 UTC
03253fc Add test for nest. 14 August 2011, 19:57:09 UTC
0cd0ede Add test for interpolate. 14 August 2011, 18:52:59 UTC
3771bf5 Add test for hsl. 14 August 2011, 18:16:03 UTC
3685a42 Add test for rgb. 14 August 2011, 17:53:34 UTC
6d138b2 Add test for format. 14 August 2011, 17:11:37 UTC
01fb201 Add test for round. 14 August 2011, 16:29:42 UTC
cb7ebe1 Add test for permute. 14 August 2011, 16:11:33 UTC
80ca9b8 Add test for entries. 14 August 2011, 16:03:00 UTC
15d7e87 Add test for d3.values. 14 August 2011, 06:13:28 UTC
5f998d6 Add test for keys. 14 August 2011, 06:09:37 UTC
6b74562 Add test for d3.sum. 14 August 2011, 06:00:24 UTC
318b671 Add test for zip. 14 August 2011, 05:54:08 UTC
e6638b6 Add tests for min and max. 14 August 2011, 05:45:02 UTC
96c2a75 Update comment. 14 August 2011, 02:25:54 UTC
9d85f33 Add test for selection.on. 14 August 2011, 02:10:38 UTC
695834b Remove old tests for insert and remove. 14 August 2011, 01:47:23 UTC
ca84760 Add test for selection.remove. 14 August 2011, 01:46:20 UTC
5f5d8a2 Test selection operator return values. 14 August 2011, 01:40:38 UTC
e7ad8bb Add test for selection.insert. 14 August 2011, 01:22:13 UTC
c88d9d1 Add test for enter-append. 14 August 2011, 01:15:14 UTC
b65f4de Verify that data is propagated on append. 14 August 2011, 01:08:34 UTC
354765c Add test for selection.data. 14 August 2011, 01:05:02 UTC
8986f76 Add test for d3.version. 14 August 2011, 01:04:34 UTC
247a6c6 Add tests for d3.ascending and d3.descending. 14 August 2011, 00:33:45 UTC
back to top