Skip to content

d3-scale-chromatic

此模块提供了顺序、发散和分类配色方案,旨在与 d3-scaled3.scaleOrdinald3.scaleSequential 配合使用。这些方案大多源自 Cynthia A。Brewer 的 ColorBrewer。由于 ColorBrewer 仅发布离散配色方案,因此使用 均匀 B 样条函数 对连续和发散比例进行插值。

¥This module provides sequential, diverging and categorical color schemes designed to work with d3-scale’s d3.scaleOrdinal and d3.scaleSequential. Most of these schemes are derived from Cynthia A. Brewer’s ColorBrewer. Since ColorBrewer publishes only discrete color schemes, the sequential and diverging scales are interpolated using uniform B-splines.

请参阅以下之一:

¥See one of: