Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
5fb34810
Commit
5fb34810
authored
Jun 19, 2016
by
Mike Bostock
Browse files
Update README.
parent
8fbfa1f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
5fb34810
...
...
@@ -12,7 +12,7 @@
*
[
Easings
](
#easings-d3-ease
)
*
[
Forces
](
#forces-d3-force
)
*
[
Number Formats
](
#number-formats-d3-format
)
*
[
Geographies
](
#geographi
c-projection
s-d3-geo
)
*
[
Geographies
](
#geographi
e
s-d3-geo
)
*
[
Hierarchies
](
#hierarchies-d3-hierarchy
)
*
[
Interpolators
](
#interpolators-d3-interpolate
)
*
[
Paths
](
#paths-d3-path
)
...
...
@@ -434,8 +434,6 @@ quite a few more changes… TODO describe them
TODO
This module is not yet implemented in D3 4.0, but I’m working on it.
*
d3.geo.graticule ↦ d3.geoGraticule
*
*graticule*
.majorExtent ↦
*graticule*
.extentMajor
*
*graticule*
.minorExtent ↦
*graticule*
.extentMinor
...
...
@@ -472,7 +470,7 @@ Projections:
*
d3.geo.stereographic ↦ d3.geoStereographic
*
d3.geo.transverseMercator ↦ d3.geoTransverseMercator
Raw projections
:
TODO
Raw projections
?
*
d3.geo.azimuthalEqualArea.raw ↦ d3.geoRawAzimuthalEqualArea
*
d3.geo.azimuthalEquidistant.raw ↦ d3.geoRawAzimuthalEquidistant
...
...
README.md
View file @
5fb34810
...
...
@@ -370,9 +370,6 @@ Geographic projections, shapes and math.
*
[
d3.geoRotation
](
https://github.com/d3/d3-geo#geoRotation
)
-
*
[
d3.geoStream
](
https://github.com/d3/d3-geo#geoStream
)
-
*
[
d3.geoTransform
](
https://github.com/d3/d3-geo#geoTransform
)
-
### [Geographic Projections](https://github.com/d3/d3-geo#geographic-projections)
*
[
d3.geoPath
](
https://github.com/d3/d3-geo#geoPath
)
-
*
[
*path*
](
https://github.com/d3/d3-geo#_path
)
-
*
[
*path*.area
](
https://github.com/d3/d3-geo#path_area
)
-
...
...
@@ -381,6 +378,9 @@ Geographic projections, shapes and math.
*
[
*path*.projection
](
https://github.com/d3/d3-geo#path_projection
)
-
*
[
*path*.context
](
https://github.com/d3/d3-geo#path_context
)
-
*
[
*path*.pointRadius
](
https://github.com/d3/d3-geo#path_pointRadius
)
-
### [Geographic Projections](https://github.com/d3/d3-geo#geographic-projections)
*
[
d3.geoProjection
](
https://github.com/d3/d3-geo#geoProjection
)
-
*
[
*projection*
](
https://github.com/d3/d3-geo#_projection
)
-
*
[
*projection*.invert
](
https://github.com/d3/d3-geo#projection_invert
)
-
...
...
@@ -392,7 +392,6 @@ Geographic projections, shapes and math.
*
[
*projection*.center
](
https://github.com/d3/d3-geo#projection_center
)
-
*
[
*projection*.rotate
](
https://github.com/d3/d3-geo#projection_rotate
)
-
*
[
*projection*.precision
](
https://github.com/d3/d3-geo#projection_precision
)
-
*
[
d3.geoProjectionMutator
](
https://github.com/d3/d3-geo#geoProjectionMutator
)
-
*
[
d3.geoAlbers
](
https://github.com/d3/d3-geo#geoAlbers
)
-
*
[
d3.geoAlbersUsa
](
https://github.com/d3/d3-geo#geoAlbersUsa
)
-
*
[
d3.geoAzimuthalEqualArea
](
https://github.com/d3/d3-geo#geoAzimuthalEqualArea
)
-
...
...
@@ -406,6 +405,7 @@ Geographic projections, shapes and math.
*
[
d3.geoOrthographic
](
https://github.com/d3/d3-geo#geoOrthographic
)
-
*
[
d3.geoStereographic
](
https://github.com/d3/d3-geo#geoStereographic
)
-
*
[
d3.geoTransverseMercator
](
https://github.com/d3/d3-geo#geoTransverseMercator
)
-
*
[
d3.geoProjectionMutator
](
https://github.com/d3/d3-geo#geoProjectionMutator
)
-
## [Hierarchies (d3-hierarchy)](https://github.com/d3/d3-hierarchy)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment