d3/test/core
Jason Davies 3c4af15ac6 Fix d3.geo.circle error.
Fixes a regression introduced in
ea7f617e92.

Also fixes a typo in an unrelated test name.
2012-11-13 13:08:06 +00:00
..
ascending-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
bisect-test.js d3.bisect: support very large arrays. 2012-07-31 14:00:26 +01:00
descending-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
dispatch-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
ease-test.js Adopt d3.map for d3.ease. 2012-02-21 08:39:42 -08:00
entries-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
extent-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
format-test.js d3.format: support negative zeroes. 2012-08-16 08:32:47 +01:00
formatPrefix-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
functor-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
hcl-test.js Add d3.lab and d3.hcl. 2012-08-08 21:22:21 -07:00
hsl-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
html-test.js Remove backwards-compatibility for d3.xhr. 2012-10-05 17:05:59 -07:00
interpolate-test.js Add @jasondavies' tests for color interpolation. 2012-09-28 15:41:55 -07:00
json-test.js Remove backwards-compatibility for d3.xhr. 2012-10-05 17:05:59 -07:00
keys-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
lab-test.js Add d3.lab and d3.hcl. 2012-08-08 21:22:21 -07:00
map-test.js Rename map.delete to map.remove. 2012-02-21 08:23:23 -08:00
max-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
mean-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
median-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
merge-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
min-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
nest-test.js Simplify. 2012-02-20 04:52:53 +00:00
ns-test.js Slight simplification to d3.ns.qualify. 2012-02-21 10:03:23 -08:00
permute-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
quantile-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
random-test.js Add d3.random.{logNormal,irwinHall}. Fixes #571. 2012-08-08 20:42:12 -07:00
range-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
rebind-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
requote-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
rgb-test.js Use a map for d3_rgb_names. 2012-02-20 20:40:43 -08:00
round-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
select-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selectAll-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-append-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-attr-test.js Fix d3.geo.circle error. 2012-11-13 13:08:06 +00:00
selection-call-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-classed-test.js Remove support for functions that return maps. 2012-08-05 15:52:10 -07:00
selection-data-test.js Query data via selection.data(). Fixes #525. 2012-02-21 13:31:20 -08:00
selection-datum-test.js Add selection.datum. Fixes #489. 2012-02-21 10:31:15 -08:00
selection-each-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-empty-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-enter-test.js Merge branch 'master' of https://github.com/ZeeAgency/d3 into v2.8.0 2012-02-21 22:12:11 -08:00
selection-filter-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-html-test.js Update jsdom to v0.2.14. 2012-04-15 19:59:56 +01:00
selection-insert-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-node-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-on-test.js Multi-value map support for on. 2012-08-05 16:29:04 -07:00
selection-order-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-property-test.js Remove support for functions that return maps. 2012-08-05 15:52:10 -07:00
selection-remove-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-select-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-selectAll-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-sort-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
selection-style-test.js Remove support for functions that return maps. 2012-08-05 15:52:10 -07:00
selection-test.js Merge branch 'master' of https://github.com/ZeeAgency/d3 into v2.8.0 2012-02-21 22:12:11 -08:00
selection-text-test.js Update jsdom to v0.2.14. 2012-04-15 19:59:56 +01:00
sum-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
text-test.js Remove backwards-compatibility for d3.xhr. 2012-10-05 17:05:59 -07:00
timer-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
transition-test-attr.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-attrTween.js No more private state for transitions! 2012-10-11 12:39:24 -07:00
transition-test-call.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
transition-test-delay.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-duration.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-each.js Changes to transition start & end. 2012-10-16 14:02:08 -07:00
transition-test-filter.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-id.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
transition-test-remove.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-select.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-selectAll.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-style.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-styleTween.js No more private state for transitions! 2012-10-11 12:39:24 -07:00
transition-test-text.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-time.js No more private state for transitions! 2012-10-11 12:39:24 -07:00
transition-test-transition.js Transition reselection. 2012-10-05 13:36:11 -07:00
transition-test-tween.js No more private state for transitions! 2012-10-11 12:39:24 -07:00
transition-test.js Transition reselection. 2012-10-05 13:36:11 -07:00
transpose-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
values-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
version-test.js Merge branch 'transition-reselect' into 2.11 2012-10-05 16:29:56 -07:00
xhr-test.js Remove backwards-compatibility for d3.xhr. 2012-10-05 17:05:59 -07:00
xml-test.js Remove backwards-compatibility for d3.xhr. 2012-10-05 17:05:59 -07:00
zip-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00