VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] color scale support threshold scale

Open xile611 opened this issue 4 months ago • 0 comments

What problem does this feature solve?

Image

参考文档: https://observablehq.com/@d3/quantile-quantize-and-threshold-scales

What does the proposed API look like?

{
  type: 'threshold',
  domain: [0],
  range: ['red', 'green']
}

xile611 avatar Aug 28 '25 06:08 xile611