这是indexloc提供的服务,不要输入任何密码
Skip to content

v3.0.0-beta.16

Pre-release
Pre-release

Choose a tag to compare

@jheer jheer released this 23 Jan 04:35

Beta release of v3.0.0-beta.16

Breaking changes

  • Move scale rangeStep property to a nested range.step property ("range": {"step": 20}).

Other changes:

  • Add range scheme count to discretize color schemes for quantile and quantize scales ("range":{"scheme": "plasma", "count": 7}).
  • Add support to include raw domain value arrays (or array-valued signals) in multi-domain scale definitions (For example: "domain": {"fields": [{"data": "table", "field": "foo"}, ["a", "b", "c"], {"signal": "values"}]})
  • Update legend label formatting to show value ranges for quantile, quantize and threshold scales.
  • Update example specs to track changes.