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

1604 Коммитов

Автор SHA1 Сообщение Дата
Jason Davies 82051284b1 Fix race condition in transition tests.
The transition-test-text callback was failing to fire when using the
latest Node.js master (82bcdbb8aaa4cf58917dc8d3fd4fcfc272512a2c).  This
was most likely due to these tests being run in a different order due to
a different object enumeration order.
2012-05-27 15:25:43 +01:00
Mike Bostock dd2a424f2b Merge branch '2.9.2' 2012-05-16 09:57:18 -07:00
Mike Bostock 5fff2c373d Merge branch 'fix-si-format-rounding' into 2.9.2 2012-05-16 09:56:18 -07:00
Jason Davies 7827bdc831 Fix dangling global in d3.layout.pie. 2012-05-11 14:49:48 +01:00
Jason Davies 4860ec0cb0 Fix dangling global in d3.layout.hierarchy. 2012-05-11 09:51:12 +01:00
Jason Davies 234c834d81 Add missing semicolon to mercator example. 2012-05-10 23:23:31 +01:00
Mike Bostock 1affcd2178 Fix commit 637896b to use src/package.js. 2012-05-09 10:29:22 -07:00
Mike Bostock 2697a60ba0 Update README blurb. 2012-05-01 08:50:25 -07:00
Lachèze Alexandre 637896b386 add browserify compatibility 2012-05-01 16:35:58 +02:00
webmonarch c36891e444 removing .js from core require 2012-04-26 09:31:22 -07:00
webmonarch 831a241894 Removing make prepare target. 2012-04-26 09:27:35 -07:00
webmonarch 7b5175c75f removing make package.json dep on d3.vs.json, since it've been removed in the source code 2012-04-25 23:01:47 -07:00
Mike Bostock 00bc3f05a7 Fix another rounding bug with SI-format.
Turns out 1400 * .001 is 1.4000000000000001, but 1400 / 1000 is 1.4.
2012-04-25 22:18:02 -07:00
webmonarch 8759241f59 biting the bullet, renaming install target to prepare (more in-line with it's meaning) 2012-04-25 21:51:18 -07:00
webmonarch d70b00cd60 adding make prepare (which calls make install). More inline with make traditions 2012-04-25 18:59:42 -07:00
webmonarch ddc3a5f95e add package.json dependency to make install 2012-04-25 18:39:03 -07:00
webmonarch e5abda534f removing dependency on index.js: makes bootstrapping the build from git checkout much easier 2012-04-25 16:31:48 -07:00
Mike Bostock c384fad0b3 Update the README to point to the Wiki. 2012-04-24 18:27:23 -07:00
Mike Bostock d3bad29fae Fix background events for d3.svg.brush.
This reverts previous IE9 fixes to @4f55282.
2012-04-18 18:30:22 -07:00
Mike Bostock 907c5a50f0 Merge branch '2.9.0' 2012-04-15 14:42:51 -07:00
Mike Bostock d165879534 Revert X-Requested-With header.
Unfortunately, this breaks cross-origin requests. When the d3.xhr module is
redesigned, we'll add support for setting custom headers with requests.
2012-04-15 14:39:54 -07:00
Mike Bostock cdffe18d38 Fix two errors in examples. 2012-04-15 14:30:52 -07:00
Mike Bostock f87f85b9c6 Merge branch '565-examples-best-practices' of https://github.com/kitmonisit/d3 into 2.9.0 2012-04-15 14:13:43 -07:00
Mike Bostock c9b77a1894 Merge branch 'jsdom' of https://github.com/jasondavies/d3 into 2.9.0 2012-04-15 14:12:37 -07:00
Jason Davies e7025c7e4a Update jsdom to v0.2.14.
We can finally re-enable those tests!
2012-04-15 19:59:56 +01:00
Jason Davies 4ffe6b40f3 Minor simplification to number regex.
If \d+\.?\d* doesn't match, then there are no digits before the "." so
no need to match \d* in the alternative pattern.
2012-04-15 19:45:57 +01:00
Kristofer Monisit df1bacfedc Bring zoom example up-to-date 2012-04-07 12:36:20 +08:00
Kristofer Monisit a5b94849c9 Bring voronoi example up-to-date 2012-04-07 12:34:26 +08:00
Kristofer Monisit 29ece588f0 Bring voroboids examples up-to-date 2012-04-07 12:33:34 +08:00
Kristofer Monisit 30ad8bcc55 Bring treemap examples up-to-date 2012-04-07 12:30:46 +08:00
Kristofer Monisit d4b0939ba1 Bring tree examples up-to-date 2012-04-07 12:29:53 +08:00
Kristofer Monisit c5465cad02 Bring transform example up-to-date 2012-04-07 10:03:58 +08:00
Kristofer Monisit 2fc903b550 Bring superformula examples up-to-date 2012-04-07 09:59:56 +08:00
Kristofer Monisit 8b775c032c Bring stream examples up-to-date 2012-04-07 09:48:52 +08:00
Kristofer Monisit 30e81f0eae Bring splom example up-to-date 2012-04-07 09:39:35 +08:00
Kristofer Monisit 3fd8ce2060 Bring spline example up-to-date 2012-04-07 09:35:35 +08:00
Kristofer Monisit d5585fb8dd Bring sort example up-to-date 2012-04-07 09:33:30 +08:00
Kristofer Monisit 82af78cbd3 Bring showreel example up-to-date 2012-04-07 09:26:49 +08:00
Kristofer Monisit 003dd7dd76 Bring rollup example up-to-date 2012-04-07 09:21:04 +08:00
Kristofer Monisit b808c8984e Bring quadtree example up-to-date 2012-04-07 09:17:27 +08:00
Kristofer Monisit 336b0cdbd8 Bring qq example up-to-date 2012-04-07 09:15:43 +08:00
Kristofer Monisit aa575adb98 Bring population example up-to-date 2012-04-07 00:42:24 +08:00
Kristofer Monisit 95ecb7e17a Bring pie examples up-to-date 2012-04-07 00:39:49 +08:00
Kristofer Monisit 2fe66c1092 Bring partition example up-to-date 2012-04-07 00:37:01 +08:00
Kristofer Monisit 56557c9d75 Bring parallel example up-to-date 2012-04-07 00:30:29 +08:00
Kristofer Monisit ff381ae009 Bring pack example up-to-date 2012-04-07 00:26:45 +08:00
Kristofer Monisit b7415fe136 Bring moire example up-to-date 2012-04-07 00:25:31 +08:00
Kristofer Monisit 68047860fb Bring marker example up-to-date 2012-04-07 00:22:20 +08:00
Kristofer Monisit e778b47632 Bring marimekko example up-to-date 2012-04-07 00:20:49 +08:00
Kristofer Monisit 0305892a96 Bring kde example up-to-date 2012-04-07 00:17:09 +08:00