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

611 Коммитов

Автор SHA1 Сообщение Дата
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