@visactor/vchart-schema 2.0.0 → 2.0.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -23979,6 +23979,12 @@
23979
23979
  "$ref": "#/definitions/Partial<IPolygonMarkSpec>",
23980
23980
  "description": "brush 的框选样式"
23981
23981
  },
23982
+ "updateElementsState": {
23983
+ "default": true,
23984
+ "description": "是否更新图元状态\n关闭时, brush 事件不会触发图元状态更新, 优化缩放场景下的性能",
23985
+ "since": "1.13.13",
23986
+ "type": "boolean"
23987
+ },
23982
23988
  "visible": {
23983
23989
  "default": true,
23984
23990
  "description": "组件可见性",