d3/test/core
Mike Bostock 8ad35ce03b Merge branch 'fix-format-round' into 3.0.6 2013-02-06 10:57:55 -08: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 Use µ rather than μ. 2013-02-01 10:30:51 -08:00
formatPrefix-test.js Use µ rather than μ. 2013-02-01 10:30:51 -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 Move sample HTML file to test/data. 2012-12-19 11:49:16 -08:00
interpolate-test.js Add @jasondavies' tests for color interpolation. 2012-09-28 15:41:55 -07:00
json-test.js Fix broken tests due to missing sample data. 2012-12-20 15:37:09 -08: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
mouse-test.html Move mouse test. 2012-12-19 12:53:05 -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 Coerce to number for d3.quantile. 2012-12-18 11:38:12 -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 Add test and fix for duplicate keys. 2013-01-08 15:32:21 -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 Sort null nodes at the end. 2013-02-06 10:18:52 -08:00
selection-style-test.js Upgrade dependencies; remove Sizzle dependency. 2013-01-24 09:26:22 -08: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 Fix broken tests due to missing sample data. 2012-12-20 15:37:09 -08:00
timer-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00
touch-test.html Move touch example to tests. 2012-12-19 16:50:07 -08:00
transform-null-matrix-test.html Move more transform tests. 2012-12-19 12:55:44 -08:00
transform-null-test.html Move more transform tests. 2012-12-19 12:55:44 -08:00
transform-rotate-origin-test.html Move transform tests. 2012-12-19 12:52:35 -08:00
transform-rotate-test.html Move transform tests. 2012-12-19 12:52:35 -08:00
transform-test.html Move transform tests. 2012-12-19 12:52:35 -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 Fix broken tests due to missing sample data. 2012-12-20 15:37:09 -08:00
xml-test.js Fix broken tests due to missing sample data. 2012-12-20 15:37:09 -08:00
zip-test.js Consolidate everything into d3.v2.js. 2012-02-18 14:04:01 -08:00