https://github.com/d3/d3

sort by:
Revision Author Date Message Commit Date
907c5a5 Merge branch '2.9.0' 15 April 2012, 21:42:51 UTC
d165879 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. 15 April 2012, 21:39:54 UTC
cdffe18 Fix two errors in examples. 15 April 2012, 21:30:52 UTC
f87f85b Merge branch '565-examples-best-practices' of https://github.com/kitmonisit/d3 into 2.9.0 15 April 2012, 21:13:43 UTC
c9b77a1 Merge branch 'jsdom' of https://github.com/jasondavies/d3 into 2.9.0 15 April 2012, 21:12:37 UTC
e7025c7 Update jsdom to v0.2.14. We can finally re-enable those tests! 15 April 2012, 18:59:56 UTC
4ffe6b4 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. 15 April 2012, 18:45:57 UTC
df1bacf Bring zoom example up-to-date 07 April 2012, 04:36:20 UTC
a5b9484 Bring voronoi example up-to-date 07 April 2012, 04:34:26 UTC
29ece58 Bring voroboids examples up-to-date 07 April 2012, 04:33:34 UTC
30ad8bc Bring treemap examples up-to-date 07 April 2012, 04:30:46 UTC
d4b0939 Bring tree examples up-to-date 07 April 2012, 04:29:53 UTC
c5465ca Bring transform example up-to-date 07 April 2012, 02:03:58 UTC
2fc903b Bring superformula examples up-to-date 07 April 2012, 01:59:56 UTC
8b775c0 Bring stream examples up-to-date 07 April 2012, 01:48:52 UTC
30e81f0 Bring splom example up-to-date 07 April 2012, 01:39:35 UTC
3fd8ce2 Bring spline example up-to-date 07 April 2012, 01:35:35 UTC
d5585fb Bring sort example up-to-date 07 April 2012, 01:33:30 UTC
82af78c Bring showreel example up-to-date 07 April 2012, 01:26:49 UTC
003dd7d Bring rollup example up-to-date 07 April 2012, 01:21:04 UTC
b808c89 Bring quadtree example up-to-date 07 April 2012, 01:17:27 UTC
336b0cd Bring qq example up-to-date 07 April 2012, 01:15:43 UTC
aa575ad Bring population example up-to-date 06 April 2012, 16:42:24 UTC
95ecb7e Bring pie examples up-to-date 06 April 2012, 16:39:49 UTC
2fe66c1 Bring partition example up-to-date 06 April 2012, 16:37:01 UTC
56557c9 Bring parallel example up-to-date 06 April 2012, 16:30:29 UTC
ff381ae Bring pack example up-to-date 06 April 2012, 16:26:45 UTC
b7415fe Bring moire example up-to-date 06 April 2012, 16:25:31 UTC
6804786 Bring marker example up-to-date 06 April 2012, 16:22:20 UTC
e778b47 Bring marimekko example up-to-date 06 April 2012, 16:20:49 UTC
0305892 Bring kde example up-to-date 06 April 2012, 16:17:09 UTC
14fe6f1 Bring hull example up-to-date 06 April 2012, 16:10:40 UTC
eb15be6 Bring horizon example up-to-date 06 April 2012, 16:09:32 UTC
71978d9 Bring hive examples up-to-date 06 April 2012, 16:07:16 UTC
707fbec Bring great-arc example up-to-date 06 April 2012, 11:19:37 UTC
5e0be47 Bring force examples up-to-date 06 April 2012, 11:18:45 UTC
9a3cd7e Bring drag example up-to-date 06 April 2012, 10:49:52 UTC
87ed836 Bring dot example up-to-date 06 April 2012, 10:48:58 UTC
30fac09 Bring donut example up-to-date 06 April 2012, 10:47:11 UTC
6b76d01 Follow coding conventions 06 April 2012, 10:42:22 UTC
e9aa9f8 Bring delaunay example up-to-date 06 April 2012, 04:34:54 UTC
c612503 Bring custom example up-to-date 06 April 2012, 04:30:22 UTC
e379ac6 Bring crimea examples up-to-date 06 April 2012, 04:25:59 UTC
b99ed1d Bring cluster example up-to-date 06 April 2012, 04:19:31 UTC
cdaf99e Bring clock example up-to-date 06 April 2012, 04:16:33 UTC
27da6c2 Bring chord examples up-to-date 06 April 2012, 04:00:55 UTC
588c0e2 Bring calendar example up-to-date 06 April 2012, 03:53:11 UTC
14bd4fb Bring bundle example up-to-date 06 April 2012, 02:38:33 UTC
95c3c0b Bring bullet example up-to-date 06 April 2012, 02:33:12 UTC
02764fd Bring brush examples up-to-date 06 April 2012, 02:29:02 UTC
c8c6292 Bring box example up-to-date 06 April 2012, 02:14:06 UTC
1fdebcd Bring bar examples up-to-date Related #565 06 April 2012, 01:58:38 UTC
dbfc36d Bring axis examples up-to-date Related #565 06 April 2012, 01:43:34 UTC
3adff5a Bring area & line examples up-to-date. Related #565. 04 April 2012, 17:44:22 UTC
09fdab5 Similar examples for area and area radial 04 April 2012, 15:12:12 UTC
41a8a86 Add example for usage of `defined` function The `defined` function accepts a constant that is evaluated as truthy or falsey, or a function that returns such truthy or falsey value. If the result is truthy, then it means that datum is defined. If falsey, then that datum is considered undefined and will not be represented visually. This is useful in drawing multi-segmented line or area charts, using just one SVG `<path>` directive. 04 April 2012, 15:10:44 UTC
e655809 Merge branch 'globals' of https://github.com/jasondavies/d3 into 2.9.0 03 April 2012, 15:48:50 UTC
cb37675 Remove stray global "d3_time_weekdays". 03 April 2012, 13:00:44 UTC
969645e Remove stray global "tween". 03 April 2012, 12:59:38 UTC
c790c33 Add generated files. 30 March 2012, 05:11:25 UTC
9c30388 Merge branch 'master' of https://github.com/mmeisel/d3 into 2.9.0 30 March 2012, 05:09:37 UTC
39a74f4 More efficient degenerate bin check. 30 March 2012, 05:07:11 UTC
8062823 Merge branch 'master' of https://github.com/jonseymour/d3 into 2.9.0 30 March 2012, 05:01:48 UTC
4a01fb1 Fix index and package specification. 30 March 2012, 05:00:15 UTC
40657df Merge branch 'master' of https://github.com/zenmoto/d3 into stage-2.9.0 30 March 2012, 04:57:47 UTC
d46ed98 Merge branch 'xhr_header' of https://github.com/kitmonisit/d3 into stage-2.9.0 30 March 2012, 04:57:28 UTC
2099501 Merge branch 'brush-ie9' of https://github.com/jasondavies/d3 into stage-2.9.0 30 March 2012, 04:56:51 UTC
b9516e0 Merge branch 'line-defined' into stage-2.9.0 30 March 2012, 04:55:56 UTC
00268cb Merge branch 'fix-interpolate-string' into stage-2.9.0 30 March 2012, 04:55:27 UTC
8f20ae4 Merge branch 'fix-chord-group-order' into stage-2.9.0 30 March 2012, 04:55:04 UTC
76d353d Capture click events in zoom behavior to ensure they're cancelled. 30 March 2012, 01:00:27 UTC
40c731d Fix #434: chord groups returned in wrong order. 28 March 2012, 16:43:18 UTC
b906667 Merge remote-tracking branch 'upstream/master' 23 March 2012, 17:18:45 UTC
f161415 Add a test that a degenerate domain does not cause histogram to barf. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> 23 March 2012, 13:22:07 UTC
bf151c2 histogram: deal with the degenerate domain without throwing an exception. A histogram with a domain that has an extent of exactly 0 currently causes the generated histogram to barf with an "undefined does not have .y" exception. In order to avoid clients having to special case this degenerate case, modified the loop so that the empty array is returned instead, in this case. try { var scale=d3.scale.linear().domain([0,0]); d3.layout.histogram().bins(scale.ticks(3))([0]); console.log("ok"); } catch (e) { console.log("failed"); throw e; } Signed-off-by: Jon Seymour <jon.seymour@gmail.com> 23 March 2012, 12:30:08 UTC
3d70140 d3.xhr: treat req.status === 0 as error. This occurs during a failed cross-origin request, for example. 23 March 2012, 12:06:03 UTC
48c4d87 Initial drag mousedown event needs to be cancelled, too. 20 March 2012, 18:48:13 UTC
2b0a3fe Merge branch 'area-closed' of https://github.com/jasondavies/d3 into line-defined 19 March 2012, 22:49:09 UTC
22b1c0b Better implementation of defined. The previous implementation had a bug where the original index (i) was not preserved if the input data array were split. The new implementation eschews the previous approach of branching based on whether the x- and y-properties are defined as functions or constants, opting for the simpler functor approach. The x- and y-values are also coerced to numbers, as appropriate. 19 March 2012, 22:43:15 UTC
1196f55 Optimize thin links. 18 March 2012, 18:03:29 UTC
8ea4173 Merge branch 'master' of github.com:mbostock/d3 18 March 2012, 18:02:43 UTC
9454e66 Add Hive Plot example. 17 March 2012, 23:18:59 UTC
ef7c743 Add area.defined. 17 March 2012, 00:40:58 UTC
e2c666a Add line.defined. 17 March 2012, 00:32:33 UTC
7f38862 Use d3_identity instead of Object. 17 March 2012, 00:17:32 UTC
9cd23f8 Use display: none for IE9 workaround. Saves a line, too! 16 March 2012, 17:46:21 UTC
35ef75d Add another note about the workaround. For consistency. 16 March 2012, 16:52:44 UTC
24058a9 Better workaround for IE9 bug. I was mistaken in the previous commit (probably forgot to run make!) 16 March 2012, 16:50:54 UTC
2e83e39 An even better workaround for an IE9 bug. It's as if IE9 is forgetting about the visibility: hidden rect, and doing *something* to it jogs its memory. 16 March 2012, 16:42:02 UTC
005e177 Reinstate pointer-events: all on parent <g>. This is required for the invisible resize handles. Also added comment about IE9 workaround. 16 March 2012, 16:21:03 UTC
dad5783 Fix background rect brush events for IE9. I'm not sure pointer-events: all is necessary on the parent <g>, so I've removed it assuming it's sufficient on the background <rect>. 16 March 2012, 14:49:10 UTC
ce0de3d Set X-Requested-With header for all cases 16 March 2012, 01:14:48 UTC
3da5898 Merge pull request #526 from mjijackson/readme Add note about running the tests 15 March 2012, 15:28:21 UTC
aba3c57 Add X-Requested-With: XMLHttpRequest header to xhr 15 March 2012, 08:56:43 UTC
18724b0 Fixed version specification for new sizzle dependency. 09 March 2012, 00:08:41 UTC
7ac9a5d Add sizzle selector dependency to node module build. 08 March 2012, 23:44:09 UTC
21fe6d1 Fix a bug when interpolating exponent notation. We weren't properly detecting "1.e2" as a valid number. 08 March 2012, 09:56:15 UTC
d3c3324 Merge pull request #585 from cscheid/master fix typo on path 07 March 2012, 01:41:13 UTC
2737ec3 fix typo on path 06 March 2012, 23:36:00 UTC
1638d96 Slightly shorter. This is also more future-compatible with *-closed interpolators! 04 March 2012, 19:41:39 UTC
back to top