@visactor/vchart-schema 1.9.3 → 1.10.0-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 +68 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.9.3",
3
+ "version": "1.10.0-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -24118,6 +24118,41 @@
24118
24118
  "default": "'rect'",
24119
24119
  "description": "框选类型"
24120
24120
  },
24121
+ "dataZoomId": {
24122
+ "anyOf": [
24123
+ {
24124
+ "items": {
24125
+ "type": "string"
24126
+ },
24127
+ "type": "array"
24128
+ },
24129
+ {
24130
+ "type": "string"
24131
+ }
24132
+ ],
24133
+ "description": "刷取关联的dataZoom id, 只有当前操作的region/series与dataZoom关联同一个axis时生效",
24134
+ "since": "1.10.0"
24135
+ },
24136
+ "dataZoomIndex": {
24137
+ "anyOf": [
24138
+ {
24139
+ "items": {
24140
+ "type": "number"
24141
+ },
24142
+ "type": "array"
24143
+ },
24144
+ {
24145
+ "type": "number"
24146
+ }
24147
+ ],
24148
+ "description": "刷取关联的dataZoom index, 只有当前操作的region/series与dataZoom关联同一个axis时生效",
24149
+ "since": "1.10.0"
24150
+ },
24151
+ "dataZoomRangeExpand": {
24152
+ "description": "更新dataZoom范围时, 范围拓展",
24153
+ "since": "1.10.0\n原因:\n1) 轴的zero、nice、min、max等配置可能导致轴范围与dataZoom范围不一致)\n2) 散点图按照散点中心定位, 如果严格按照中心范围更新,会出现散点超出画布的现象",
24154
+ "type": "number"
24155
+ },
24121
24156
  "delayTime": {
24122
24157
  "default": 10,
24123
24158
  "description": "事件触发延迟时长",
@@ -30637,6 +30672,12 @@
30637
30672
  "description": "模块是否裁剪超出布局区域外的绘图内容",
30638
30673
  "type": "boolean"
30639
30674
  },
30675
+ "customDomain": {
30676
+ "description": "自定义domain",
30677
+ "items": {},
30678
+ "since": "1.10.0",
30679
+ "type": "array"
30680
+ },
30640
30681
  "delayTime": {
30641
30682
  "default": 30,
30642
30683
  "description": "事件触发延迟时长",
@@ -30932,6 +30973,9 @@
30932
30973
  "$ref": "#/definitions/ILayoutNumber",
30933
30974
  "description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
30934
30975
  },
30976
+ "updateDataAfterChange": {
30977
+ "typeof": "function"
30978
+ },
30935
30979
  "valueField": {
30936
30980
  "description": "背景趋势线对应的字段",
30937
30981
  "type": "string"
@@ -72041,7 +72085,7 @@
72041
72085
  },
72042
72086
  "Map<Function,(...args:any[])=>void>": {
72043
72087
  "properties": {
72044
- "__@toStringTag@12741": {
72088
+ "__@toStringTag@12743": {
72045
72089
  "type": "string"
72046
72090
  },
72047
72091
  "size": {
@@ -72049,14 +72093,14 @@
72049
72093
  }
72050
72094
  },
72051
72095
  "required": [
72052
- "__@toStringTag@12741",
72096
+ "__@toStringTag@12743",
72053
72097
  "size"
72054
72098
  ],
72055
72099
  "type": "object"
72056
72100
  },
72057
72101
  "Map<number,IGraphicPicker>": {
72058
72102
  "properties": {
72059
- "__@toStringTag@12741": {
72103
+ "__@toStringTag@12743": {
72060
72104
  "type": "string"
72061
72105
  },
72062
72106
  "size": {
@@ -72064,14 +72108,14 @@
72064
72108
  }
72065
72109
  },
72066
72110
  "required": [
72067
- "__@toStringTag@12741",
72111
+ "__@toStringTag@12743",
72068
72112
  "size"
72069
72113
  ],
72070
72114
  "type": "object"
72071
72115
  },
72072
72116
  "Map<number,IGraphicRender>": {
72073
72117
  "properties": {
72074
- "__@toStringTag@12741": {
72118
+ "__@toStringTag@12743": {
72075
72119
  "type": "string"
72076
72120
  },
72077
72121
  "size": {
@@ -72079,14 +72123,14 @@
72079
72123
  }
72080
72124
  },
72081
72125
  "required": [
72082
- "__@toStringTag@12741",
72126
+ "__@toStringTag@12743",
72083
72127
  "size"
72084
72128
  ],
72085
72129
  "type": "object"
72086
72130
  },
72087
72131
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
72088
72132
  "properties": {
72089
- "__@toStringTag@12741": {
72133
+ "__@toStringTag@12743": {
72090
72134
  "type": "string"
72091
72135
  },
72092
72136
  "size": {
@@ -72094,14 +72138,14 @@
72094
72138
  }
72095
72139
  },
72096
72140
  "required": [
72097
- "__@toStringTag@12741",
72141
+ "__@toStringTag@12743",
72098
72142
  "size"
72099
72143
  ],
72100
72144
  "type": "object"
72101
72145
  },
72102
72146
  "Map<string,Map<number,IGraphicRender>>": {
72103
72147
  "properties": {
72104
- "__@toStringTag@12741": {
72148
+ "__@toStringTag@12743": {
72105
72149
  "type": "string"
72106
72150
  },
72107
72151
  "size": {
@@ -72109,14 +72153,14 @@
72109
72153
  }
72110
72154
  },
72111
72155
  "required": [
72112
- "__@toStringTag@12741",
72156
+ "__@toStringTag@12743",
72113
72157
  "size"
72114
72158
  ],
72115
72159
  "type": "object"
72116
72160
  },
72117
72161
  "Map<string,any>": {
72118
72162
  "properties": {
72119
- "__@toStringTag@12741": {
72163
+ "__@toStringTag@12743": {
72120
72164
  "type": "string"
72121
72165
  },
72122
72166
  "size": {
@@ -72124,14 +72168,14 @@
72124
72168
  }
72125
72169
  },
72126
72170
  "required": [
72127
- "__@toStringTag@12741",
72171
+ "__@toStringTag@12743",
72128
72172
  "size"
72129
72173
  ],
72130
72174
  "type": "object"
72131
72175
  },
72132
72176
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
72133
72177
  "properties": {
72134
- "__@toStringTag@12741": {
72178
+ "__@toStringTag@12743": {
72135
72179
  "type": "string"
72136
72180
  },
72137
72181
  "size": {
@@ -72139,14 +72183,14 @@
72139
72183
  }
72140
72184
  },
72141
72185
  "required": [
72142
- "__@toStringTag@12741",
72186
+ "__@toStringTag@12743",
72143
72187
  "size"
72144
72188
  ],
72145
72189
  "type": "object"
72146
72190
  },
72147
72191
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
72148
72192
  "properties": {
72149
- "__@toStringTag@12741": {
72193
+ "__@toStringTag@12743": {
72150
72194
  "type": "string"
72151
72195
  },
72152
72196
  "size": {
@@ -72154,14 +72198,14 @@
72154
72198
  }
72155
72199
  },
72156
72200
  "required": [
72157
- "__@toStringTag@12741",
72201
+ "__@toStringTag@12743",
72158
72202
  "size"
72159
72203
  ],
72160
72204
  "type": "object"
72161
72205
  },
72162
72206
  "Map<string|number,IAnimate>": {
72163
72207
  "properties": {
72164
- "__@toStringTag@12741": {
72208
+ "__@toStringTag@12743": {
72165
72209
  "type": "string"
72166
72210
  },
72167
72211
  "size": {
@@ -72169,7 +72213,7 @@
72169
72213
  }
72170
72214
  },
72171
72215
  "required": [
72172
- "__@toStringTag@12741",
72216
+ "__@toStringTag@12743",
72173
72217
  "size"
72174
72218
  ],
72175
72219
  "type": "object"
@@ -89725,34 +89769,34 @@
89725
89769
  },
89726
89770
  "Promise<FontFaceSet>": {
89727
89771
  "properties": {
89728
- "__@toStringTag@12741": {
89772
+ "__@toStringTag@12743": {
89729
89773
  "type": "string"
89730
89774
  }
89731
89775
  },
89732
89776
  "required": [
89733
- "__@toStringTag@12741"
89777
+ "__@toStringTag@12743"
89734
89778
  ],
89735
89779
  "type": "object"
89736
89780
  },
89737
89781
  "Promise<ServiceWorkerRegistration>": {
89738
89782
  "properties": {
89739
- "__@toStringTag@12741": {
89783
+ "__@toStringTag@12743": {
89740
89784
  "type": "string"
89741
89785
  }
89742
89786
  },
89743
89787
  "required": [
89744
- "__@toStringTag@12741"
89788
+ "__@toStringTag@12743"
89745
89789
  ],
89746
89790
  "type": "object"
89747
89791
  },
89748
89792
  "Promise<any>": {
89749
89793
  "properties": {
89750
- "__@toStringTag@12741": {
89794
+ "__@toStringTag@12743": {
89751
89795
  "type": "string"
89752
89796
  }
89753
89797
  },
89754
89798
  "required": [
89755
- "__@toStringTag@12741"
89799
+ "__@toStringTag@12743"
89756
89800
  ],
89757
89801
  "type": "object"
89758
89802
  },