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
77bb117c
Commit
77bb117c
authored
Jun 23, 2016
by
Mike Bostock
Browse files
Update CHANGES.
parent
3e774f83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
CHANGES.md
CHANGES.md
+1
-8
No files found.
CHANGES.md
View file @
77bb117c
...
...
@@ -708,14 +708,7 @@ Non-linear quantitative scales are slightly more accurate. [Log tick formatting]
new d3.scaleSequential. new Viridis, Inferno, Magma, Plasma interpolators. new Warm, Cool, Rainbow interpolators. new default Cubehelix interpolator
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/viridis.png" width="100%" height="20" alt="viridis">
](
https://github.com/d3/d3-scale#interpolateViridis
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/inferno.png" width="100%" height="20" alt="inferno">
](
https://github.com/d3/d3-scale#interpolateInferno
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/magma.png" width="100%" height="20" alt="magma">
](
https://github.com/d3/d3-scale#interpolateMagma
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/plasma.png" width="100%" height="20" alt="plasma">
](
https://github.com/d3/d3-scale#interpolatePlasma
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/warm.png" width="100%" height="20" alt="warm">
](
https://github.com/d3/d3-scale#interpolateWarm
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/cool.png" width="100%" height="20" alt="cool">
](
https://github.com/d3/d3-scale#interpolateCool
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/rainbow.png" width="100%" height="20" alt="rainbow">
](
https://github.com/d3/d3-scale#interpolateRainbow
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/cubehelix.png" width="100%" height="20" alt="cubehelix">
](
https://github.com/d3/d3-scale#interpolateCubehelix
)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/viridis.png" width="100%" height="20" alt="viridis">
](
https://github.com/d3/d3-scale#interpolateViridis
)[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/inferno.png" width="100%" height="20" alt="inferno">
]
(https://github.com/d3/d3-scale#interpolateInferno)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/magma.png" width="100%" height="20" alt="magma">
](
https://github.com/d3/d3-scale#interpolateMagma
)[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/plasma.png" width="100%" height="20" alt="plasma">
]
(https://github.com/d3/d3-scale#interpolatePlasma)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/warm.png" width="100%" height="20" alt="warm">
](
https://github.com/d3/d3-scale#interpolateWarm
)[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/cool.png" width="100%" height="20" alt="cool">
]
(https://github.com/d3/d3-scale#interpolateCool)
[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/rainbow.png" width="100%" height="20" alt="rainbow">
](
https://github.com/d3/d3-scale#interpolateRainbow
)[
<img src="https://raw.githubusercontent.com/d3/d3-scale/master/img/cubehelix.png" width="100%" height="20" alt="cubehelix">
]
(https://github.com/d3/d3-scale#interpolateCubehelix)
new ordinal scale API!
new
*ordinal*
.unknown lets you control whether the domain is implicitly extended.
...
...
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