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

302 Коммитов

Автор SHA1 Сообщение Дата
Jason Davies 7fba63734f Minor optimisation. 2011-04-07 22:38:50 +01:00
Jason Davies 34ffbbf1d0 Define bullet chart duration as property. 2011-04-07 22:36:25 +01:00
Jason Davies 34a055adc4 Add optional duration for bullet chart transitions. 2011-04-07 22:29:04 +01:00
Jason Davies f0f146715d Bullet charts: add transitions for dynamic data. 2011-04-07 19:39:43 +01:00
Jason Davies 28c54a822f Bullet charts: support dynamic data. 2011-04-07 19:32:48 +01:00
Jason Davies 0e54ee835d Remove extraneous CSS styles from bullet example. 2011-04-07 19:05:15 +01:00
Jason Davies 73de44469b Add example and fixes for bullet multiples. 2011-04-07 18:54:31 +01:00
Jason Davies 344d7da26d Use bound data for bullet chart.
As per Mike's suggestion.
2011-04-07 18:39:35 +01:00
Jason Davies edf75a3c36 Move bullet to new `chart` module. 2011-04-07 17:54:03 +01:00
Jason Davies b08ecad5ed Replace percentages with width/height properties.
Percentages were too tricky for adding margins.
2011-04-06 20:49:15 +01:00
Jason Davies 8e71b12c22 Simplify percentages scales. 2011-04-06 20:18:04 +01:00
Jason Davies c85195b14b Use percentages for simpler flexibility. 2011-04-06 20:16:12 +01:00
Jason Davies 28fbabf768 First stab at bullet layout. 2011-04-06 19:47:55 +01:00
Mike Bostock 213057576f Merge branch 'jasondavies-uglifyjs' 2011-04-05 10:34:21 -07:00
Mike Bostock 96f6374f72 Merge branch 'uglifyjs' of https://github.com/jasondavies/d3 into jasondavies-uglifyjs 2011-04-05 10:22:51 -07:00
Michael Bostock b6ec18374b Add some color. 2011-04-01 12:08:37 -07:00
Michael Bostock 29efd2a6d5 Fix a bug in d3.scale.log ticks. 2011-03-30 09:18:14 -07:00
Michael Bostock b49c878e1c Delete examples/__main__.py. 2011-03-30 09:07:08 -07:00
Michael Bostock b938171e7a Merge branch 'NelsonMinar-master' 2011-03-30 09:06:50 -07:00
Michael Bostock 33ac608519 Merge branch 'master' of https://github.com/NelsonMinar/d3 into NelsonMinar-master 2011-03-30 09:04:55 -07:00
Nelson Minar 787e80a25c suggest SimpleHTTPServer instead of Tornado 2011-03-30 07:56:04 -07:00
Michael Bostock 286e3d2b06 Merge branch 'examples_index_filename' of https://github.com/jasondavies/d3 into jasondavies-examples_index_filename 2011-03-30 02:59:24 -07:00
Jason Davies 3b2a08a77a Default filename `index.html` for examples server. 2011-03-30 10:32:09 +01:00
Michael Bostock 99c2580971 Obesity data for cartogram. 2011-03-29 14:57:01 -07:00
Michael Bostock c572c7071f Add basic tests for d3.nest. 2011-03-26 18:50:32 +01:00
Michael Bostock 66c7357cc2 Force -0800 timezone for tests. 2011-03-25 14:03:46 +01:00
Jason Davies 1dfd3350dc Replace Google's closure compiler with UglifyJS.
UglifyJS requires Node.js to run, but it's a lot faster than Google's
compiler and produces smaller gzipped sizes.  Some of the non-gzipped
sizes are a bit larger than Google's but I think the gzipped size is
more important.  Faster runtime is also good when we start testing the
minified versions too.
2011-03-25 10:28:41 +00:00
Michael Bostock 39a32e17d1 Merge branch 'jasondavies-csv_newlines' 2011-03-17 17:52:55 -07:00
Michael Bostock 87a9b002e5 Merge branch 'csv_newlines' of https://github.com/jasondavies/d3 into jasondavies-csv_newlines 2011-03-17 17:35:04 -07:00
Michael Bostock 4fcff607ab Allow `ease` to pass additional arguments. 2011-03-17 10:24:02 -07:00
Michael Bostock 937529eff3 Merge branch 'jasondavies-ie9_xhr' 2011-03-15 09:24:45 -07:00
Jason Davies f7cee9c225 Workaround for IE's lack of xhr.overrideMimeType.
This doesn't appear to be supported even in IE9, which means the server
must set the correct content type to get the correct mime type
behaviour.  I think this is only important to trigger XML parsing but
I'm not sure.
2011-03-15 13:06:36 +00:00
Michael Bostock bb6f3c6ca0 Merge branch 'mbostock-master' 2011-03-14 23:43:45 -07:00
Michael Bostock 5f4e950002 Sticky treemap layouts!
The treemap layout can now be set to "sticky" mode, which preserves the row
arrangements from an earlier layout. This is particularly handy for animating
treemaps, as it avoids the temporary occlusion as nodes swap positions. Thanks
to @philogb and the New York Times for the inspiration!
2011-03-14 23:39:11 -07:00
Michael Bostock 723a531874 Fix a type-coercion bug with scale domains. 2011-03-13 11:38:10 -07:00
Michael Bostock aa0b9f8c3e Restructure sunburst example. 2011-03-12 22:08:17 -08:00
Michael Bostock e6b0924aa8 Merge branch 'mbostock-master'
Release 1.7.0. Adds partition & hierarchy layouts, step-{before,after}
interpolation for line & area, sorting for treemaps, and a few bug fixes for
time format. Oh, and a bunch of tests!
2011-03-12 21:52:00 -08:00
Mike Bostock a00c9a5631 Simplify interpolator slightly. 2011-03-12 21:20:41 -08:00
Mike Bostock 52bf6c978a Expose d3.layout.hierarchy.sort.
Also, add nifty transitions to the sunburst example.
2011-03-12 21:14:07 -08:00
Mike Bostock 244338925f Add tests for d3.svg.arc. 2011-03-12 20:24:17 -08:00
Mike Bostock 3fff37a56d Add tests for d3.svg.symbol. 2011-03-12 20:17:31 -08:00
Mike Bostock ff9da42269 Fix a couple bugs in d3.time.format.
First, we were using the wrong space-filling format for %d and equivalent.
Second, we weren't parsing numbers with optional leading spaces correctly.
Yay tests!
2011-03-12 17:00:55 -08:00
Jason Davies e6d21d4d12 Fix newline parsing for quoted values. 2011-03-12 21:25:39 +00:00
Mike Bostock aad495add3 Add step-{before,after} interpolation.
Also add tests for d3.svg.area and d3.svg.line.
2011-03-12 12:43:51 -08:00
Jason Davies 2248e04ae4 Fix CSV parsing of \r\n and \r 2011-03-12 20:43:15 +00:00
Michael Bostock abae3f9263 Add hierarchy & partition layouts.
Also, expose d3.rebind to make it a bit easier to compose classes.
2011-03-12 10:27:05 -08:00
Michael Bostock 2ace7e6814 Merge branch 'master' into mbostock-master 2011-03-12 09:03:06 -08:00
Michael Bostock 3fbded484a Merge branch 'master' of github.com:mbostock/d3 2011-03-12 09:00:06 -08:00
Mike Bostock 26662dec2a Merge branch 'mbostock-master' 2011-03-12 08:29:26 -08:00
Mike Bostock a6d5b6f4de Merge branch 'jasondavies-new_closure_compiler' into mbostock-master 2011-03-12 08:27:58 -08:00