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

15 Коммитов

Автор SHA1 Сообщение Дата
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 e0275d537f Merge counties into MultiPolygons as needed.
Fixes #620. Also adds county names.
2012-07-30 17:05:24 -07:00
Mike Bostock 66b439d433 Add d3.tsv for tab-separated values.
This makes the previous d3.csv code a bit more generic via a d3_dsv (delimiter-
separated values) module generator. Fixes #501. (Thanks, @vlandham!)
2012-06-28 12:58:39 -07:00
Mike Bostock fb07750993 Add state names. 2011-10-17 13:27:57 -04:00
Mike Bostock 1b611a253a Cleanup us-state-centroids.json.
There was trailing whitespace in the state names.
2011-09-27 12:13:40 -07:00
Mike Bostock f473cc2902 Use administrative name rather than sovereignty. 2011-09-27 12:06:23 -07:00
Mike Bostock 254a8e3e78 Better world-countries.json.
This was generated using the Natural Earth data set, which has nicer
simplification than my previous approach using MapShaper. Also, this includes
some updated boundaries, such as the split between Sudan and South Sudan. And,
counties now have ISO 3166-1 alpha-3 codes.
2011-09-27 11:59:42 -07:00
Mike Bostock 46b358b8a8 Fix a bug in Antarctica.
It's a MultiPolygon, not a Polygon. Those are islands, not holes!
2011-09-27 00:31:22 -07:00
Mike Bostock 34202d4f44 Add example data. 2011-08-19 14:02:47 -07:00
Mike Bostock 746ec74663 Add tests for xhr and friends. 2011-08-16 22:28:15 -07:00
Mike Bostock 0bedbd739f Merge branch 'kde' into release 2011-07-09 14:45:19 -07:00
Jason Davies 679d816dfd Initial version of Dorling cartogram example.
This version uses variable-length links, but I think collision detection
performed after initial positioning at state centroids would look better.
2011-07-08 21:55:31 +01:00
Jason Davies 2e765ae60e Move data files and delete symlinks. 2011-07-06 20:29:48 +01:00
Mike Bostock 1104e6fd83 Move flare-imports.json to the data folder. 2011-07-04 09:41:32 -07:00
Mike Bostock 6bdbe4b863 Move data files into examples directory.
This way, we don't need symlinks (which don't work on Windows). This commit also
simplifies the structure of the flare.json file, so that we don't need to tricky
conversion of the JSON map—it can be read directly by the hierarchy layout.
2011-07-02 16:31:12 -07:00