MindMap/frontend/node_modules/d3-scale-chromatic
lixinran b5c56d4946 feat: 修复markdown表格渲染问题
- 正确配置Mind Elixir的markdown渲染器,支持表格渲染为HTML格式
2025-09-10 15:27:37 +08:00
..
dist feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
src feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
LICENSE feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
README.md feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
package.json feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00

README.md

d3-scale-chromatic

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

Resources