Граф коммитов

393 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock 6b74562910 Add test for d3.sum. 2011-08-13 23:00:24 -07:00
Mike Bostock 318b6713e1 Add test for zip. 2011-08-13 22:54:08 -07:00
Mike Bostock e6638b66b8 Add tests for min and max. 2011-08-13 22:45:02 -07:00
Mike Bostock 96c2a750bb Update comment. 2011-08-13 19:25:54 -07:00
Mike Bostock 9d85f339f8 Add test for selection.on. 2011-08-13 19:10:38 -07:00
Mike Bostock 695834b99d Remove old tests for insert and remove. 2011-08-13 18:47:23 -07:00
Mike Bostock ca8476097d Add test for selection.remove. 2011-08-13 18:46:20 -07:00
Mike Bostock 5f5d8a227e Test selection operator return values. 2011-08-13 18:40:38 -07:00
Mike Bostock e7ad8bb185 Add test for selection.insert. 2011-08-13 18:22:13 -07:00
Mike Bostock c88d9d14c9 Add test for enter-append. 2011-08-13 18:15:14 -07:00
Mike Bostock b65f4de740 Verify that data is propagated on append. 2011-08-13 18:08:34 -07:00
Mike Bostock 354765c309 Add test for selection.data. 2011-08-13 18:05:02 -07:00
Mike Bostock 8986f76af6 Add test for d3.version. 2011-08-13 18:04:34 -07:00
Mike Bostock 247a6c6e9d Add tests for d3.ascending and d3.descending. 2011-08-13 17:33:45 -07:00
Mike Bostock 94800d39d2 Add test for selection.sort. 2011-08-13 17:27:54 -07:00
Mike Bostock f72cc35359 Add test for selection.html. 2011-08-13 16:45:10 -07:00
Mike Bostock f58bed27fd Add test for selection.text. 2011-08-13 14:43:04 -07:00
Mike Bostock f4a7a610f6 Add test for selection.each. 2011-08-13 14:23:02 -07:00
Mike Bostock 68e9f96f03 Add test for selection.node. 2011-08-13 11:36:39 -07:00
Mike Bostock 2ed5801e72 Add test for selection.empty. 2011-08-13 11:34:41 -07:00
Mike Bostock badce35c76 Add test for selection.map. 2011-08-13 11:28:40 -07:00
Mike Bostock c22d45027c Add tests for ignoring null nodes. 2011-08-13 11:13:38 -07:00
Mike Bostock 7718469d91 Add selection.filter test. 2011-08-13 11:00:52 -07:00
Mike Bostock ca424e1724 Add test for selection.classed. 2011-08-13 10:48:01 -07:00
Mike Bostock 983d77ba98 Add test for selection.call. 2011-08-13 10:26:40 -07:00
Mike Bostock 7a6ebbfb15 Remove old tests for bisect. 2011-08-13 10:19:14 -07:00
Mike Bostock b881b520ea Remove old tests for append and attr. 2011-08-13 10:18:49 -07:00
Mike Bostock d59f7a9f6f Add test for bisect methods. 2011-08-13 10:18:40 -07:00
Mike Bostock 2fb6d98ef1 Add tests for namespacing and property removal. 2011-08-12 23:58:56 -07:00
Mike Bostock 1444698b22 Add tests for selection select and selectAll. 2011-08-12 23:26:46 -07:00
Mike Bostock 822bcdd1a1 Update tests for select and selectAll. 2011-08-12 21:52:45 -07:00
Mike Bostock 53326dac6c Add tests for selection.{attr,property,style}. 2011-08-12 21:52:10 -07:00
Mike Bostock 1035e71450 Add test for selection.append. 2011-08-12 21:50:50 -07:00
Mike Bostock 07b068ea6c Add test for d3.ns. 2011-08-12 21:42:40 -07:00
Mike Bostock 0e9589d1f2 Checkpoint new test framework using Vows. 2011-08-12 18:07:42 -07:00
Mike Bostock 9cd6a46019 Fix #236 - scale.pow accepts negative values. 2011-08-01 11:23:26 -07:00
Mike Bostock 7590713270 Fix #66 - setting domain recomputes range. 2011-08-01 11:16:38 -07:00
Mike Bostock ac03adf0c5 Time range methods now allow steps.
Now you can say d3.time.seconds(start, stop, step), which will return every
step'th second after start (inclusive) and before stop (exclusive). In addition,
you can now pass a range method to the time scale's ticks method, which makes it
easier to generate ticks. For example, x.ticks(d3.time.seconds, 15) will return
15-second ticks, rather than using the automatic default.
2011-07-31 17:28:04 -07:00
Mike Bostock 94f4ed23be Simplify check for zero-area treemap cells. 2011-07-31 16:09:13 -07:00
Mike Bostock a8558d9d40 Merge branch 'time' into release 2011-07-20 15:24:27 -07:00
Mike Bostock 4aae4f7560 Add d3.time.scale.utc.
Also fix a bug in d3.time.hour in regards to daylight savings.
Also fix a number of tests that weren't testing the desired functionality.
2011-07-20 13:56:44 -07:00
Mike Bostock e2187aab37 Add d3.time.scale. 2011-07-19 18:44:04 -07:00
Mike Bostock e37031a38c Organize tests into modules. 2011-07-18 18:08:06 -07:00