VChart
VChart copied to clipboard
[Feature] color scale support threshold scale
What problem does this feature solve?
参考文档: https://observablehq.com/@d3/quantile-quantize-and-threshold-scales
What does the proposed API look like?
{
type: 'threshold',
domain: [0],
range: ['red', 'green']
}