From 47c0ec4c9c26f3633c1f4ee201e7fcbbd09e8f04 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 11 May 2018 12:27:54 -0700 Subject: [PATCH] Update d3-scale-chromatic. --- API.md | 3 ++- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 1738ac1d..3c509e4a 100644 --- a/API.md +++ b/API.md @@ -311,7 +311,8 @@ Color ramps and palettes for quantitative, ordinal and categorical scales. ### Cyclical -* [d3.interpolateRainbow](https://github.com/d3/d3-scale-chromatic/blob/master/README.md) - +* [d3.interpolateRainbow](https://github.com/d3/d3-scale-chromatic/blob/master/README.md#interpolateRainbow) - the “less-angry” rainbow +* [d3.interpolateSinebow](https://github.com/d3/d3-scale-chromatic/blob/master/README.md#interpolateSinebow) - the “sinebow” smooth rainbow ## [Contours (d3-contour)](https://github.com/d3/d3-contour) diff --git a/yarn.lock b/yarn.lock index f98a95b5..3d90cb89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -193,8 +193,8 @@ d3-random@1: resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.0.tgz#6642e506c6fa3a648595d2b2469788a8d12529d3" d3-scale-chromatic@1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.2.0.tgz#25820d059c0eccc33e85f77561f37382a817ab58" + version "1.3.0" + resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.3.0.tgz#7ee38ffcaa7ad55cfed83a6a668aac5570c653c4" dependencies: d3-color "1" d3-interpolate "1"