Color Schemes
Built-in color palettes and the ColorSchemeType system used by all chart series.
Import
import { schemes } from 'reaviz';
ColorSchemeType
All colorScheme props across reaviz accept one of three forms:
type ColorSchemeType =
| string // Named scheme or single color
| string[] // Array of colors
| (data, index, active?) => string; // Function returning a color
Built-in Palettes
Reaviz Palettes
| Name | Co
[Description truncada. Veja o README completo no GitHub.]