d3/test
Mike Bostock 99ff885b96 Support AMD/RequireJS.
When d3.js is loaded, it now prefers the AMD define function or module.exports
if available; the global `d3` is only set if neither of these are available. A
side benefit of this change is that browserify, bower and component can now load
the D3 library directly rather than needing a custom definition.
2014-01-09 13:54:49 -08:00
..
arrays Fix a bug in d3.merge optimization. 2013-10-09 08:41:42 -07:00
color Color interpolators return color instances. 2013-07-05 11:18:06 -07:00
core Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
data Use higher-resolution files for benchmark. 2013-10-10 20:53:19 -07:00
dsv Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
event Insert new tasks on the end. 2013-05-28 13:31:23 -07:00
format Test exponent notation format with fractionDigits argument specified. 2013-10-09 10:42:04 -04:00
geo Use `inDelta` not `equals` for double comparisons in polygon area test 2013-12-05 19:05:38 +11:00
geom Support AMD/RequireJS. 2014-01-09 13:54:49 -08:00
interpolate Color interpolators return strings. 2013-07-18 23:08:56 -04:00
layout Remove the children array for childless nodes. 2013-10-11 11:41:55 +01:00
math Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
scale Make d3_scale_linearTickFormat handle formats specifiers "r" and "p". 2013-10-16 20:32:04 -04:00
selection Fix #1664 - empty classed string. 2013-12-13 15:57:10 -08:00
svg Don’t pollute an ordinal scale’s domain. 2013-09-26 14:08:16 -07:00
time Added failing test for nice() on millisec interval 2013-12-15 17:06:47 -08:00
transition Fix transition test. 2013-10-09 22:11:07 -07:00
xhr More readable. 2013-08-09 20:52:03 -07:00
XMLHttpRequest.js Add test for beforesend listener. 2013-08-09 20:32:19 -07:00
assert.js Color interpolators return color instances. 2013-07-05 11:18:06 -07:00
load.js Allow console.warn from tests. 2013-06-27 13:28:52 -07:00