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

1490 Коммитов

Автор SHA1 Сообщение Дата
Jason Davies 1708e5e7a5 Fix treemap overlap problem.
See #136.
2012-01-25 17:36:45 +00:00
Nathan Vander Wilt 61141b0be2 move accessor argument next to array param based (for #451 incorporating pull request discussion) 2012-01-24 09:04:46 -08:00
Nathan Vander Wilt 5f66b67c66 basic array bisect accessor implementation for #451 2012-01-23 21:43:11 -08:00
Mike Bostock 8b8e31b33a Better zoom example using d3.svg.brush. 2012-01-23 18:15:52 -08:00
Mike Bostock 3e8e4e30eb Fix a bug in tick guestimation. 2012-01-23 15:23:10 -08:00
Mike Bostock 56818fd258 Expose force.tick. Fixes #419. 2012-01-23 15:02:18 -08:00
Andrew Sutherland 714a961c79 better fix for empty array 2012-01-23 13:35:08 -08:00
Andrew Sutherland 9cc5585aec fixing ie parse error 2012-01-23 12:45:10 -08:00
Jim Radford 00ed4c4155 A more accurate .round() 2012-01-22 18:43:23 -08:00
Mike Bostock f176785b83 Fix a bug when setting extent. 2012-01-22 10:12:41 -08:00
Lars Kotthoff 321460eced fix bug introduced during rebasing 2012-01-19 20:48:21 +00:00
Lars Kotthoff d043d1126a setting ticks()/tickValues() sets the other one to null (mbostock) 2012-01-19 20:45:19 +00:00
Lars Kotthoff 8c2204c680 separate variable and accessor method for ticks (mbostock) 2012-01-19 20:43:57 +00:00
Lars Kotthoff bc433a2238 fix order of checks... 2012-01-19 20:42:48 +00:00
Lars Kotthoff 24492a9cf2 make check whether array of tick positions is given more restrictive (mbostock) 2012-01-19 20:41:54 +00:00
Lars Kotthoff 29e39cf60a test for tick positions given as list 2012-01-19 20:40:43 +00:00
Lars Kotthoff 9b0c280616 allow to specify custom tick positions
Custom positions for ticks can be specified like
ticks([1, 20, 33, 56])
which will give ticks in those positions.
2012-01-19 20:40:43 +00:00
Mike Bostock 5b27271364 Fix polylinear descending domains or ranges.
Fixes #446.
2012-01-18 13:10:00 -08:00
Mike Bostock ad76418aee Merge branch 'master' of github.com:mbostock/d3 2012-01-17 13:08:48 -08:00
Mike Bostock fbcb0281e3 Merge branch 'release' 2012-01-17 13:07:17 -08:00
Mike Bostock f21d6b826b Fix a bug in circle-packing layout.
There's an edge condition which is not discussed in the original algorithm
("Visualization of Large Hierarchical Data by Circle Packing", Wang et. al):
what happens if the first intersecting circle C_j is equidistant from C_m and
C_n? In other words, it is both after C_n on the front-chain, and before C_m.
The correct answer is that you should splice the smaller of the two circles. If
C_m is smaller than C_n, then splice from C_j to C_n and set C_m to C_j;
otherwise, splice from C_m to C_j, and set C_n to C_j.
2012-01-17 13:02:19 -08:00
Mike Bostock 930029ecbe Merge branch 'order' of https://github.com/jasondavies/d3 into release 2012-01-17 10:39:56 -08:00
Mike Bostock be63aaf928 Merge pull request #441 from jasondavies/spline
Simplification to spline example.
2012-01-13 09:13:40 -08:00
Jason Davies 1becccbdf6 Simplification to spline example. 2012-01-13 13:16:14 +00:00
Jason Davies 2e09851290 Fix more references to d3.behavior.{mouse, touches}. 2012-01-09 08:41:36 +00:00
Jason Davies 7f4507fc38 Fix references to d3.behavior.{mouse, touches}. 2012-01-09 08:39:57 +00:00
Jason Davies b426e78dce Rename d3.svg.touches to d3.behavior.touches. 2012-01-09 08:35:57 +00:00
Jason Davies 30e6f51672 Add d3.behavior.mouse: supports both SVG and HTML. 2012-01-09 08:29:30 +00:00
Mike Bostock d3d4ceecbb Fix a bug with entering tick transition.
The tick sizes need to be set, else they grow from zero.
2012-01-01 16:58:38 -08:00
Mike Bostock 149d174029 Fix NaN in clamped log scale inversion. 2012-01-01 12:15:22 -08:00
Mike Bostock 5bae5f4788 Add test for range clamping. 2012-01-01 11:44:49 -08:00
Jason Davies b9a03ad84a Optimise selection.order.
A small optimisation: only call insertBefore() if node.nextSibling isn't
already what we want, so that document nodes that are already in the
correct order can be skipped.
2011-12-31 09:28:42 +00:00
Mike Bostock a92f8b3ed0 Merge branch '2.7.1' 2011-12-30 12:00:45 -08:00
Mike Bostock 1a8e8758c4 Merge branch 'package' of https://github.com/jasondavies/d3 into 2.7.1 2011-12-30 11:58:51 -08:00
Mike Bostock f7c98d10e9 Merge branch 'cluster' of https://github.com/jasondavies/d3 into 2.7.1 2011-12-30 11:58:36 -08:00
Mike Bostock 394d384633 Merge branch 'pie' of https://github.com/jasondavies/d3 into 2.7.1 2011-12-30 11:57:46 -08:00
Mike Bostock 6220d30689 Merge branch 'axis-ordinal' of https://github.com/jasondavies/d3 into 2.7.1 2011-12-30 11:57:32 -08:00
Mike Bostock 22cdb642cd Merge branch 'html-text-undefined' of https://github.com/jasondavies/d3 into 2.7.1 2011-12-30 11:56:59 -08:00
Mike Bostock 6c80963884 Don't initialize svg:g until d3.transform is called.
Fixes #395.
2011-12-30 11:24:59 -08:00
Mike Bostock 09c6e51dbd Use mime type for accept header.
Fixes #412.
2011-12-30 11:22:13 -08:00
Mike Bostock 3e6969d0a4 Merge branch 'chord' into 2.7.1 2011-12-30 11:05:52 -08:00
Jason Davies f217c23472 Reinstate JSDOM as a primary npm dependency.
Also, set vows version to "0.6.x" as the exact patch version is not
important right now.
2011-12-30 18:41:40 +00:00
Jason Davies 0fc6b900bb Update dependency versions. 2011-12-28 11:41:55 +00:00
Mike Bostock 2d660756bb Use filter for class and title. 2011-12-27 10:08:22 -08:00
Mike Bostock 5804a833a5 Merge branch 'master' of https://github.com/andycjw/d3 into fix-calendar 2011-12-27 09:59:12 -08:00
Ger Hobbelt 7d298c0e8f corrected fix for the calendar example: do NOT mix UTC and Local TimeZone date operations in calculations which depend on identifying day/month transitions - default JavaScript Date object works with 'local timezone'. Fix tested in AZ/USA and Amsterdam/EUR timezones. 2011-12-27 11:24:46 +01:00
Andy Chong 2aecd70a36 the use of getUTCxxx() instead of getXxx() draw the wrong path for some timezone, the t1 will be previous year instead since t0 is not UTC timezoned 2011-12-27 16:32:15 +08:00
Gerard Hundman da76aa249c bugfix for D3.JS bug in calendar demo: edge around months was drawn incorrectly; this was apparent at each December month. 2011-12-20 23:22:01 +01:00
Mike Bostock 7d2ce55914 Fix a bug in SPLOM axes.
Array.reverse does not create a copy of the array, so we must slice first.
2011-12-20 08:39:01 -08:00
Jason Davies adb57e2aa8 Slightly shorter syntax.
Thanks to "code golfer" @mbostock. :)
2011-12-15 19:07:12 +00:00