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

1816 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock 0f8659adc7 Collapse. 2012-09-23 17:28:20 -07:00
Mike Bostock d2a2f1466f Remove doubleParallelProjection. 2012-09-23 17:27:46 -07:00
Mike Bostock aeaf00cb61 Consolidate a few constants. 2012-09-23 17:05:12 -07:00
Mike Bostock 77adc10d86 Checkpoint integration of geo/projection plugin.
This is still a work in progress, but it's a start.
2012-09-23 16:49:11 -07:00
Mike Bostock 8f5ede349e Fix #816 - getters for projection and pointRadius. 2012-09-22 16:08:27 -07:00
Mike Bostock 5afb9a9553 Improve performance by deleting code.
We can use the implicit array.toString() rather than join(",").
2012-09-22 16:03:55 -07:00
Mike Bostock 342924c23f Bump version number to appease Bower. 2012-09-14 12:48:53 -07:00
Mike Bostock d123998523 Add component.json to appease Bower. 2012-09-14 12:38:35 -07:00
Mike Bostock 39347b4c53 Merge branch '2.10.1' 2012-09-03 19:19:37 -07:00
Mike Bostock 80009768b6 Fix for JavaScript's broken Date API. 2012-09-03 19:18:32 -07:00
Mike Bostock ce502a4e5a Merge branch 'uglify' of git://github.com/jasondavies/d3 into 2.10.1 2012-09-03 19:08:11 -07:00
Mike Bostock 22689b0671 Merge branch 'fix-ordinal-single-point' into 2.10.1 2012-09-03 19:06:22 -07:00
Mike Bostock d12d79ca0a Merge branch 'nest-opt' of git://github.com/jasondavies/d3 into 2.10.1 2012-09-03 19:05:49 -07:00
Mike Bostock bc998554a1 Merge branch 'examples-dx' of git://github.com/jasondavies/d3 into 2.10.1 2012-09-03 19:04:34 -07:00
Mike Bostock 8a3a7ebc84 Merge branch 'parentheses' of git://github.com/jasondavies/d3 into 2.10.1 2012-09-03 19:03:51 -07:00
Mike Bostock 0c1d23d384 Fix a bug in preserving fixed state. 2012-09-03 18:56:32 -07:00
Mike Bostock dceb459a27 Multitouch dragging! 2012-08-31 13:11:34 -07:00
Jason Davies 82af000cbf Minor simplifications.
Removes a few extraneous parentheses that aren't needed due to operator
precedence.
2012-08-21 12:04:53 +01:00
Jason Davies e5ae048b61 Remove extraneous "dx" attribute.
Thanks, @mbostock!
2012-08-20 23:25:10 +01:00
Jason Davies 7155ffa9e3 Fix use of "dx" in examples.
Compared to WebKit, this seems to be handled differently by current
versions of Firefox and Opera, perhaps due to an ambiguity in the spec.:

  http://lists.w3.org/Archives/Public/www-svg/2011Dec/0009.html
2012-08-20 22:20:44 +01:00
Jason Davies abd6f89bb9 Minor optimisation. 2012-08-16 22:40:48 +01:00
Mike Bostock 05da7af849 Fix #771 for singleton ordinal domains. 2012-08-16 13:26:14 -07:00
Jason Davies 31d205cb7b Update to UglifyJS v1.3.3.
Also, update node-canvas to v0.13.0 for better compatibility with
Node.js v0.8.x.
2012-08-12 23:14:44 +01:00
Mike Bostock 38a6c302de Merge pull request #761 from jasondavies/time-en_GB
Add en_GB locale for d3.time.format.
2012-08-12 08:56:02 -07:00
Jason Davies 7a2553dccf Add en_GB locale for d3.time.format. 2012-08-12 10:22:50 +01:00
Mike Bostock b0686e2a5d Merge branch '2.10.0' 2012-08-09 20:11:48 -07:00
Mike Bostock ee03eb6cef Merge branch 'master' of git://github.com/snoble/d3 into 2.10.0 2012-08-09 18:46:28 -07:00
Mike Bostock cded852ba4 Add d3.lab and d3.hcl.
Includes d3.interpolateLab and d3.interpolateHcl.
2012-08-08 21:22:21 -07:00
Mike Bostock 952abefad0 Add d3.random.{logNormal,irwinHall}. Fixes #571. 2012-08-08 20:42:12 -07:00
Mike Bostock e42eb90ca8 Add d3.scale.threshold. Fixes #755. 2012-08-08 20:33:30 -07:00
Mike Bostock 3d4d67930b Fix for locale-specific abbreviations. 2012-08-08 19:12:43 -07:00
Mike Bostock 15ba641fa3 Merge remote-tracking branch 'origin/map' into 2.10.0
Conflicts:
	src/core/transition-attr.js
	src/core/transition-style.js
2012-08-08 18:08:47 -07:00
Mike Bostock 2d9fe177d0 Expose d3.tween. Fixes #747.
This is a little bit more verbose, but it avoids additional optional arguments
on transition.{attr,style}.
2012-08-08 17:53:46 -07:00
Mike Bostock 79a3c0d31c Merge remote-tracking branch 'origin/pack-padding' into 2.10.0 2012-08-08 17:36:40 -07:00
Mike Bostock 7ac1ae7c77 Merge remote-tracking branch 'origin/delimiter-separated-values' into 2.10.0 2012-08-08 17:36:01 -07:00
Mike Bostock 7c6a7fd0d5 Merge remote-tracking branch 'origin/ordinal-band-padding' into 2.10.0 2012-08-08 17:35:19 -07:00
Mike Bostock 90ae6c0b21 Merge remote-tracking branch 'origin/custom-line-interpolation' into 2.10.0
Conflicts:
	src/svg/line.js
2012-08-08 17:34:25 -07:00
Mike Bostock f06934831d Merge remote-tracking branch 'origin/transition-interpolate' into 2.10.0
Conflicts:
	src/core/interpolate.js
2012-08-08 17:32:32 -07:00
Mike Bostock 609ab913de Merge branch 'time-format-locale' into 2.10.0 2012-08-08 17:30:36 -07:00
Mike Bostock fbcc82bf34 Remove duplicate locale specification. 2012-08-07 12:35:10 -07:00
Mike Bostock d6d2792b53 Allow static localization of d3.time.format.
You can now build a locale-specific version of d3.time.format. For example,

  LANG=fr_FR make

will pull strings from the time/format-fr_FR.js file, rather than en_US.
2012-08-07 12:21:49 -07:00
Mike Bostock 48570c61ba Multi-value map support for transitions. 2012-08-05 16:39:11 -07:00
Mike Bostock 07f72be0aa Multi-value map support for on. 2012-08-05 16:29:04 -07:00
Mike Bostock 74596a90f7 Remove support for functions that return maps. 2012-08-05 15:52:10 -07:00
Mike Bostock f2b45c132d Multi-value map support for classed. 2012-08-05 14:54:02 -07:00
Mike Bostock a39ca24fb8 Better comments and minor optimization. 2012-08-05 10:42:28 -07:00
Mike Bostock d4f6f4dd8d Minor optimization and better comments. 2012-08-05 10:38:00 -07:00
Mike Bostock b20c823d6a Better comments. Test most-specific first. 2012-08-05 10:09:16 -07:00
Mike Bostock ce8852b9b4 Multi-value map support for property. 2012-08-05 09:53:33 -07:00
Mike Bostock 5c1dd6d904 Multi-value map support for style. 2012-08-05 09:53:07 -07:00