@visactor/vchart-schema 1.9.4 → 1.9.5

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 +57 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -30246,6 +30246,17 @@
30246
30246
  "description": "关联的数据索引",
30247
30247
  "type": "number"
30248
30248
  },
30249
+ "dataKey": {
30250
+ "anyOf": [
30251
+ {
30252
+ "typeof": "function"
30253
+ },
30254
+ {
30255
+ "type": "string"
30256
+ }
30257
+ ],
30258
+ "description": "dataKey用于绑定数据与Mark的关系\n如果数据和系列数据一致,可以不配置,默认会读取系列中的配置"
30259
+ },
30249
30260
  "id": {
30250
30261
  "$ref": "#/definitions/StringOrNumber",
30251
30262
  "description": "用户id"
@@ -32499,6 +32510,17 @@
32499
32510
  "description": "关联的数据索引",
32500
32511
  "type": "number"
32501
32512
  },
32513
+ "dataKey": {
32514
+ "anyOf": [
32515
+ {
32516
+ "typeof": "function"
32517
+ },
32518
+ {
32519
+ "type": "string"
32520
+ }
32521
+ ],
32522
+ "description": "dataKey用于绑定数据与Mark的关系\n如果数据和系列数据一致,可以不配置,默认会读取系列中的配置"
32523
+ },
32502
32524
  "id": {
32503
32525
  "$ref": "#/definitions/StringOrNumber",
32504
32526
  "description": "用户id"
@@ -32573,6 +32595,17 @@
32573
32595
  "description": "关联的数据索引",
32574
32596
  "type": "number"
32575
32597
  },
32598
+ "dataKey": {
32599
+ "anyOf": [
32600
+ {
32601
+ "typeof": "function"
32602
+ },
32603
+ {
32604
+ "type": "string"
32605
+ }
32606
+ ],
32607
+ "description": "dataKey用于绑定数据与Mark的关系\n如果数据和系列数据一致,可以不配置,默认会读取系列中的配置"
32608
+ },
32576
32609
  "id": {
32577
32610
  "$ref": "#/definitions/StringOrNumber",
32578
32611
  "description": "用户id"
@@ -72041,7 +72074,7 @@
72041
72074
  },
72042
72075
  "Map<Function,(...args:any[])=>void>": {
72043
72076
  "properties": {
72044
- "__@toStringTag@12747": {
72077
+ "__@toStringTag@12776": {
72045
72078
  "type": "string"
72046
72079
  },
72047
72080
  "size": {
@@ -72049,14 +72082,14 @@
72049
72082
  }
72050
72083
  },
72051
72084
  "required": [
72052
- "__@toStringTag@12747",
72085
+ "__@toStringTag@12776",
72053
72086
  "size"
72054
72087
  ],
72055
72088
  "type": "object"
72056
72089
  },
72057
72090
  "Map<number,IGraphicPicker>": {
72058
72091
  "properties": {
72059
- "__@toStringTag@12747": {
72092
+ "__@toStringTag@12776": {
72060
72093
  "type": "string"
72061
72094
  },
72062
72095
  "size": {
@@ -72064,14 +72097,14 @@
72064
72097
  }
72065
72098
  },
72066
72099
  "required": [
72067
- "__@toStringTag@12747",
72100
+ "__@toStringTag@12776",
72068
72101
  "size"
72069
72102
  ],
72070
72103
  "type": "object"
72071
72104
  },
72072
72105
  "Map<number,IGraphicRender>": {
72073
72106
  "properties": {
72074
- "__@toStringTag@12747": {
72107
+ "__@toStringTag@12776": {
72075
72108
  "type": "string"
72076
72109
  },
72077
72110
  "size": {
@@ -72079,14 +72112,14 @@
72079
72112
  }
72080
72113
  },
72081
72114
  "required": [
72082
- "__@toStringTag@12747",
72115
+ "__@toStringTag@12776",
72083
72116
  "size"
72084
72117
  ],
72085
72118
  "type": "object"
72086
72119
  },
72087
72120
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
72088
72121
  "properties": {
72089
- "__@toStringTag@12747": {
72122
+ "__@toStringTag@12776": {
72090
72123
  "type": "string"
72091
72124
  },
72092
72125
  "size": {
@@ -72094,14 +72127,14 @@
72094
72127
  }
72095
72128
  },
72096
72129
  "required": [
72097
- "__@toStringTag@12747",
72130
+ "__@toStringTag@12776",
72098
72131
  "size"
72099
72132
  ],
72100
72133
  "type": "object"
72101
72134
  },
72102
72135
  "Map<string,Map<number,IGraphicRender>>": {
72103
72136
  "properties": {
72104
- "__@toStringTag@12747": {
72137
+ "__@toStringTag@12776": {
72105
72138
  "type": "string"
72106
72139
  },
72107
72140
  "size": {
@@ -72109,14 +72142,14 @@
72109
72142
  }
72110
72143
  },
72111
72144
  "required": [
72112
- "__@toStringTag@12747",
72145
+ "__@toStringTag@12776",
72113
72146
  "size"
72114
72147
  ],
72115
72148
  "type": "object"
72116
72149
  },
72117
72150
  "Map<string,any>": {
72118
72151
  "properties": {
72119
- "__@toStringTag@12747": {
72152
+ "__@toStringTag@12776": {
72120
72153
  "type": "string"
72121
72154
  },
72122
72155
  "size": {
@@ -72124,14 +72157,14 @@
72124
72157
  }
72125
72158
  },
72126
72159
  "required": [
72127
- "__@toStringTag@12747",
72160
+ "__@toStringTag@12776",
72128
72161
  "size"
72129
72162
  ],
72130
72163
  "type": "object"
72131
72164
  },
72132
72165
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
72133
72166
  "properties": {
72134
- "__@toStringTag@12747": {
72167
+ "__@toStringTag@12776": {
72135
72168
  "type": "string"
72136
72169
  },
72137
72170
  "size": {
@@ -72139,14 +72172,14 @@
72139
72172
  }
72140
72173
  },
72141
72174
  "required": [
72142
- "__@toStringTag@12747",
72175
+ "__@toStringTag@12776",
72143
72176
  "size"
72144
72177
  ],
72145
72178
  "type": "object"
72146
72179
  },
72147
72180
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
72148
72181
  "properties": {
72149
- "__@toStringTag@12747": {
72182
+ "__@toStringTag@12776": {
72150
72183
  "type": "string"
72151
72184
  },
72152
72185
  "size": {
@@ -72154,14 +72187,14 @@
72154
72187
  }
72155
72188
  },
72156
72189
  "required": [
72157
- "__@toStringTag@12747",
72190
+ "__@toStringTag@12776",
72158
72191
  "size"
72159
72192
  ],
72160
72193
  "type": "object"
72161
72194
  },
72162
72195
  "Map<string|number,IAnimate>": {
72163
72196
  "properties": {
72164
- "__@toStringTag@12747": {
72197
+ "__@toStringTag@12776": {
72165
72198
  "type": "string"
72166
72199
  },
72167
72200
  "size": {
@@ -72169,7 +72202,7 @@
72169
72202
  }
72170
72203
  },
72171
72204
  "required": [
72172
- "__@toStringTag@12747",
72205
+ "__@toStringTag@12776",
72173
72206
  "size"
72174
72207
  ],
72175
72208
  "type": "object"
@@ -89743,34 +89776,34 @@
89743
89776
  },
89744
89777
  "Promise<FontFaceSet>": {
89745
89778
  "properties": {
89746
- "__@toStringTag@12747": {
89779
+ "__@toStringTag@12776": {
89747
89780
  "type": "string"
89748
89781
  }
89749
89782
  },
89750
89783
  "required": [
89751
- "__@toStringTag@12747"
89784
+ "__@toStringTag@12776"
89752
89785
  ],
89753
89786
  "type": "object"
89754
89787
  },
89755
89788
  "Promise<ServiceWorkerRegistration>": {
89756
89789
  "properties": {
89757
- "__@toStringTag@12747": {
89790
+ "__@toStringTag@12776": {
89758
89791
  "type": "string"
89759
89792
  }
89760
89793
  },
89761
89794
  "required": [
89762
- "__@toStringTag@12747"
89795
+ "__@toStringTag@12776"
89763
89796
  ],
89764
89797
  "type": "object"
89765
89798
  },
89766
89799
  "Promise<any>": {
89767
89800
  "properties": {
89768
- "__@toStringTag@12747": {
89801
+ "__@toStringTag@12776": {
89769
89802
  "type": "string"
89770
89803
  }
89771
89804
  },
89772
89805
  "required": [
89773
- "__@toStringTag@12747"
89806
+ "__@toStringTag@12776"
89774
89807
  ],
89775
89808
  "type": "object"
89776
89809
  },