@visactor/vchart-schema 1.13.1 → 1.13.2-alpha.0

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 +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.1",
3
+ "version": "1.13.2-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -25407,6 +25407,11 @@
25407
25407
  "$ref": "#/definitions/Partial<IPolygonMarkSpec>",
25408
25408
  "description": "brush 的框选样式"
25409
25409
  },
25410
+ "updateElementsState": {
25411
+ "default": true,
25412
+ "description": "是否更新图元状态\n关闭时, brush 事件不会触发图元状态更新, 优化缩放场景下的性能",
25413
+ "type": "boolean"
25414
+ },
25410
25415
  "visible": {
25411
25416
  "default": true,
25412
25417
  "description": "组件可见性",