Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
fc4b7f33
Commit
fc4b7f33
authored
Jan 28, 2016
by
Mike Bostock
Browse files
Update d3-shape.
parent
9cdd2cd3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+2
-1
index.js
index.js
+2
-1
package.json
package.json
+1
-1
No files found.
README.md
View file @
fc4b7f33
...
...
@@ -685,7 +685,8 @@ Interpolate between points to produce a continuous shape.
*
[
d3.curveCatmullRomOpen
](
https://github.com/d3/d3-shape#curveCatmullRomOpen
)
- a cubic Catmull–Rom spline.
*
[
d3.curveLinear
](
https://github.com/d3/d3-shape#curveLinear
)
- a polyline.
*
[
d3.curveLinearClosed
](
https://github.com/d3/d3-shape#curveLinearClosed
)
- a closed polyline.
*
[
d3.curveMonotone
](
https://github.com/d3/d3-shape#curveMonotone
)
- a cubic spline that preserves monotonicity in
*y*
.
*
[
d3.curveMonotoneX
](
https://github.com/d3/d3-shape#curveMonotoneX
)
- a cubic spline that, given monotonicity in
*x*
, preserves it in
*y*
.
*
[
d3.curveMonotoneY
](
https://github.com/d3/d3-shape#curveMonotoneY
)
- a cubic spline that, given monotonicity in
*y*
, preserves it in
*x*
.
*
[
d3.curveNatural
](
https://github.com/d3/d3-shape#curveNatural
)
- a natural cubic spline.
*
[
d3.curveStep
](
https://github.com/d3/d3-shape#curveStep
)
- a piecewise constant function.
*
[
d3.curveStepAfter
](
https://github.com/d3/d3-shape#curveStepAfter
)
- a piecewise constant function.
...
...
index.js
View file @
fc4b7f33
...
...
@@ -133,7 +133,8 @@ export {
curveCatmullRom
,
curveLinearClosed
,
curveLinear
,
curveMonotone
,
curveMonotoneX
,
curveMonotoneY
,
curveNatural
,
curveStep
,
curveStepAfter
,
...
...
package.json
View file @
fc4b7f33
...
...
@@ -55,7 +55,7 @@
"
d3-request
"
:
"
0.3.1
"
,
"
d3-scale
"
:
"
0.5.2
"
,
"
d3-selection
"
:
"
0.6.3
"
,
"
d3-shape
"
:
"
0.
4
.0
"
,
"
d3-shape
"
:
"
0.
5
.0
"
,
"
d3-time
"
:
"
0.2.0
"
,
"
d3-time-format
"
:
"
0.3.0
"
,
"
d3-timer
"
:
"
0.1.0
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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