chartjs-colorful - v1.0.0 / registries
• Const globalNamedColors: Record<string, Color>
• Const linears: Registry<ColorLinear>
• Const schemes: Registry<Scheme>
▸ defaultLinear(value): string
Given a value in the range [0,1], returns the corresponding color.
| Name | Type | Description |
|---|---|---|
value |
number |
0.0, 1.0 |
string