@visactor/vchart-schema 1.10.6-alpha.2 → 1.10.6-beta.2
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.
- package/package.json +1 -1
- package/vchart.json +122 -134
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -5336,7 +5336,7 @@
|
|
|
5336
5336
|
},
|
|
5337
5337
|
"type": "object"
|
|
5338
5338
|
},
|
|
5339
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
5339
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>": {
|
|
5340
5340
|
"anyOf": [
|
|
5341
5341
|
{
|
|
5342
5342
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
@@ -5351,15 +5351,15 @@
|
|
|
5351
5351
|
"description": "style格式转换"
|
|
5352
5352
|
},
|
|
5353
5353
|
{
|
|
5354
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5354
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
|
|
5355
5355
|
"description": "style格式转换"
|
|
5356
5356
|
},
|
|
5357
5357
|
{
|
|
5358
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5358
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
|
|
5359
5359
|
"description": "style格式转换"
|
|
5360
5360
|
},
|
|
5361
5361
|
{
|
|
5362
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5362
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>",
|
|
5363
5363
|
"description": "style格式转换"
|
|
5364
5364
|
},
|
|
5365
5365
|
{
|
|
@@ -5405,7 +5405,7 @@
|
|
|
5405
5405
|
],
|
|
5406
5406
|
"description": "style格式转换"
|
|
5407
5407
|
},
|
|
5408
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
5408
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>": {
|
|
5409
5409
|
"anyOf": [
|
|
5410
5410
|
{
|
|
5411
5411
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
|
|
@@ -5419,10 +5419,6 @@
|
|
|
5419
5419
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_2",
|
|
5420
5420
|
"description": "style格式转换"
|
|
5421
5421
|
},
|
|
5422
|
-
{
|
|
5423
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
|
|
5424
|
-
"description": "style格式转换"
|
|
5425
|
-
},
|
|
5426
5422
|
{
|
|
5427
5423
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
|
|
5428
5424
|
"description": "style格式转换"
|
|
@@ -5435,6 +5431,10 @@
|
|
|
5435
5431
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_1",
|
|
5436
5432
|
"description": "style格式转换"
|
|
5437
5433
|
},
|
|
5434
|
+
{
|
|
5435
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
|
|
5436
|
+
"description": "style格式转换"
|
|
5437
|
+
},
|
|
5438
5438
|
{
|
|
5439
5439
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
|
|
5440
5440
|
"description": "style格式转换"
|
|
@@ -27691,6 +27691,12 @@
|
|
|
27691
27691
|
"series": {
|
|
27692
27692
|
"items": {
|
|
27693
27693
|
"anyOf": [
|
|
27694
|
+
{
|
|
27695
|
+
"$ref": "#/definitions/IPieSeriesSpec"
|
|
27696
|
+
},
|
|
27697
|
+
{
|
|
27698
|
+
"$ref": "#/definitions/IPie3dSeriesSpec"
|
|
27699
|
+
},
|
|
27694
27700
|
{
|
|
27695
27701
|
"$ref": "#/definitions/IBarSeriesSpec"
|
|
27696
27702
|
},
|
|
@@ -27698,16 +27704,16 @@
|
|
|
27698
27704
|
"$ref": "#/definitions/IBar3dSeriesSpec"
|
|
27699
27705
|
},
|
|
27700
27706
|
{
|
|
27701
|
-
"$ref": "#/definitions/
|
|
27707
|
+
"$ref": "#/definitions/ITreemapSeriesSpec"
|
|
27702
27708
|
},
|
|
27703
27709
|
{
|
|
27704
|
-
"$ref": "#/definitions/
|
|
27710
|
+
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
27705
27711
|
},
|
|
27706
27712
|
{
|
|
27707
|
-
"$ref": "#/definitions/
|
|
27713
|
+
"$ref": "#/definitions/ICirclePackingSeriesSpec"
|
|
27708
27714
|
},
|
|
27709
27715
|
{
|
|
27710
|
-
"$ref": "#/definitions/
|
|
27716
|
+
"$ref": "#/definitions/IBoxPlotSeriesSpec"
|
|
27711
27717
|
},
|
|
27712
27718
|
{
|
|
27713
27719
|
"$ref": "#/definitions/ILineSeriesSpec"
|
|
@@ -27769,15 +27775,9 @@
|
|
|
27769
27775
|
{
|
|
27770
27776
|
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
27771
27777
|
},
|
|
27772
|
-
{
|
|
27773
|
-
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
27774
|
-
},
|
|
27775
27778
|
{
|
|
27776
27779
|
"$ref": "#/definitions/ICorrelationSeriesSpec"
|
|
27777
27780
|
},
|
|
27778
|
-
{
|
|
27779
|
-
"$ref": "#/definitions/ITreemapSeriesSpec"
|
|
27780
|
-
},
|
|
27781
27781
|
{
|
|
27782
27782
|
"$ref": "#/definitions/IWaterfallSeriesSpec"
|
|
27783
27783
|
}
|
|
@@ -30186,14 +30186,14 @@
|
|
|
30186
30186
|
"type": "number"
|
|
30187
30187
|
},
|
|
30188
30188
|
"state": {
|
|
30189
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
30189
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>",
|
|
30190
30190
|
"description": "不同状态下的样式配置"
|
|
30191
30191
|
},
|
|
30192
30192
|
"stateSort": {
|
|
30193
30193
|
"typeof": "function"
|
|
30194
30194
|
},
|
|
30195
30195
|
"style": {
|
|
30196
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
30196
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>",
|
|
30197
30197
|
"description": "默认样式设置"
|
|
30198
30198
|
},
|
|
30199
30199
|
"support3d": {
|
|
@@ -32587,14 +32587,14 @@
|
|
|
32587
32587
|
"type": "number"
|
|
32588
32588
|
},
|
|
32589
32589
|
"state": {
|
|
32590
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
32590
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>",
|
|
32591
32591
|
"description": "不同状态下的样式配置"
|
|
32592
32592
|
},
|
|
32593
32593
|
"stateSort": {
|
|
32594
32594
|
"typeof": "function"
|
|
32595
32595
|
},
|
|
32596
32596
|
"style": {
|
|
32597
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
32597
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>",
|
|
32598
32598
|
"description": "默认样式设置"
|
|
32599
32599
|
},
|
|
32600
32600
|
"support3d": {
|
|
@@ -35496,7 +35496,7 @@
|
|
|
35496
35496
|
"description": "图钉背景样式"
|
|
35497
35497
|
},
|
|
35498
35498
|
"pointer": {
|
|
35499
|
-
"$ref": "#/definitions/Partial<IMarkTheme<IRectMarkSpec
|
|
35499
|
+
"$ref": "#/definitions/Partial<IMarkTheme<IPathMarkSpec|IRectMarkSpec>&PointerMarkSpec>",
|
|
35500
35500
|
"description": "指针样式"
|
|
35501
35501
|
},
|
|
35502
35502
|
"radius": {
|
|
@@ -70257,15 +70257,9 @@
|
|
|
70257
70257
|
"description": "总计配置"
|
|
70258
70258
|
},
|
|
70259
70259
|
"totalLabel": {
|
|
70260
|
-
"
|
|
70261
|
-
|
|
70262
|
-
|
|
70263
|
-
},
|
|
70264
|
-
{
|
|
70265
|
-
"typeof": "function"
|
|
70266
|
-
}
|
|
70267
|
-
],
|
|
70268
|
-
"description": "堆叠汇总标签"
|
|
70260
|
+
"$ref": "#/definitions/ITotalLabelSpec",
|
|
70261
|
+
"description": "堆叠汇总标签",
|
|
70262
|
+
"since": "1.3.0"
|
|
70269
70263
|
},
|
|
70270
70264
|
"type": {
|
|
70271
70265
|
"const": "waterfall",
|
|
@@ -70701,15 +70695,9 @@
|
|
|
70701
70695
|
"description": "总计配置"
|
|
70702
70696
|
},
|
|
70703
70697
|
"totalLabel": {
|
|
70704
|
-
"
|
|
70705
|
-
|
|
70706
|
-
|
|
70707
|
-
},
|
|
70708
|
-
{
|
|
70709
|
-
"typeof": "function"
|
|
70710
|
-
}
|
|
70711
|
-
],
|
|
70712
|
-
"description": "堆叠汇总标签"
|
|
70698
|
+
"$ref": "#/definitions/ITotalLabelSpec",
|
|
70699
|
+
"description": "堆叠汇总标签",
|
|
70700
|
+
"since": "1.3.0"
|
|
70713
70701
|
},
|
|
70714
70702
|
"type": {
|
|
70715
70703
|
"const": "waterfall",
|
|
@@ -73109,7 +73097,7 @@
|
|
|
73109
73097
|
},
|
|
73110
73098
|
"Map<Function,(...args:any[])=>void>": {
|
|
73111
73099
|
"properties": {
|
|
73112
|
-
"__@toStringTag@
|
|
73100
|
+
"__@toStringTag@12965": {
|
|
73113
73101
|
"type": "string"
|
|
73114
73102
|
},
|
|
73115
73103
|
"size": {
|
|
@@ -73117,14 +73105,14 @@
|
|
|
73117
73105
|
}
|
|
73118
73106
|
},
|
|
73119
73107
|
"required": [
|
|
73120
|
-
"__@toStringTag@
|
|
73108
|
+
"__@toStringTag@12965",
|
|
73121
73109
|
"size"
|
|
73122
73110
|
],
|
|
73123
73111
|
"type": "object"
|
|
73124
73112
|
},
|
|
73125
73113
|
"Map<number,IGraphicPicker>": {
|
|
73126
73114
|
"properties": {
|
|
73127
|
-
"__@toStringTag@
|
|
73115
|
+
"__@toStringTag@12965": {
|
|
73128
73116
|
"type": "string"
|
|
73129
73117
|
},
|
|
73130
73118
|
"size": {
|
|
@@ -73132,14 +73120,14 @@
|
|
|
73132
73120
|
}
|
|
73133
73121
|
},
|
|
73134
73122
|
"required": [
|
|
73135
|
-
"__@toStringTag@
|
|
73123
|
+
"__@toStringTag@12965",
|
|
73136
73124
|
"size"
|
|
73137
73125
|
],
|
|
73138
73126
|
"type": "object"
|
|
73139
73127
|
},
|
|
73140
73128
|
"Map<number,IGraphicRender>": {
|
|
73141
73129
|
"properties": {
|
|
73142
|
-
"__@toStringTag@
|
|
73130
|
+
"__@toStringTag@12965": {
|
|
73143
73131
|
"type": "string"
|
|
73144
73132
|
},
|
|
73145
73133
|
"size": {
|
|
@@ -73147,14 +73135,14 @@
|
|
|
73147
73135
|
}
|
|
73148
73136
|
},
|
|
73149
73137
|
"required": [
|
|
73150
|
-
"__@toStringTag@
|
|
73138
|
+
"__@toStringTag@12965",
|
|
73151
73139
|
"size"
|
|
73152
73140
|
],
|
|
73153
73141
|
"type": "object"
|
|
73154
73142
|
},
|
|
73155
73143
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
73156
73144
|
"properties": {
|
|
73157
|
-
"__@toStringTag@
|
|
73145
|
+
"__@toStringTag@12965": {
|
|
73158
73146
|
"type": "string"
|
|
73159
73147
|
},
|
|
73160
73148
|
"size": {
|
|
@@ -73162,14 +73150,14 @@
|
|
|
73162
73150
|
}
|
|
73163
73151
|
},
|
|
73164
73152
|
"required": [
|
|
73165
|
-
"__@toStringTag@
|
|
73153
|
+
"__@toStringTag@12965",
|
|
73166
73154
|
"size"
|
|
73167
73155
|
],
|
|
73168
73156
|
"type": "object"
|
|
73169
73157
|
},
|
|
73170
73158
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
73171
73159
|
"properties": {
|
|
73172
|
-
"__@toStringTag@
|
|
73160
|
+
"__@toStringTag@12965": {
|
|
73173
73161
|
"type": "string"
|
|
73174
73162
|
},
|
|
73175
73163
|
"size": {
|
|
@@ -73177,14 +73165,14 @@
|
|
|
73177
73165
|
}
|
|
73178
73166
|
},
|
|
73179
73167
|
"required": [
|
|
73180
|
-
"__@toStringTag@
|
|
73168
|
+
"__@toStringTag@12965",
|
|
73181
73169
|
"size"
|
|
73182
73170
|
],
|
|
73183
73171
|
"type": "object"
|
|
73184
73172
|
},
|
|
73185
73173
|
"Map<string,any>": {
|
|
73186
73174
|
"properties": {
|
|
73187
|
-
"__@toStringTag@
|
|
73175
|
+
"__@toStringTag@12965": {
|
|
73188
73176
|
"type": "string"
|
|
73189
73177
|
},
|
|
73190
73178
|
"size": {
|
|
@@ -73192,14 +73180,14 @@
|
|
|
73192
73180
|
}
|
|
73193
73181
|
},
|
|
73194
73182
|
"required": [
|
|
73195
|
-
"__@toStringTag@
|
|
73183
|
+
"__@toStringTag@12965",
|
|
73196
73184
|
"size"
|
|
73197
73185
|
],
|
|
73198
73186
|
"type": "object"
|
|
73199
73187
|
},
|
|
73200
73188
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
73201
73189
|
"properties": {
|
|
73202
|
-
"__@toStringTag@
|
|
73190
|
+
"__@toStringTag@12965": {
|
|
73203
73191
|
"type": "string"
|
|
73204
73192
|
},
|
|
73205
73193
|
"size": {
|
|
@@ -73207,14 +73195,14 @@
|
|
|
73207
73195
|
}
|
|
73208
73196
|
},
|
|
73209
73197
|
"required": [
|
|
73210
|
-
"__@toStringTag@
|
|
73198
|
+
"__@toStringTag@12965",
|
|
73211
73199
|
"size"
|
|
73212
73200
|
],
|
|
73213
73201
|
"type": "object"
|
|
73214
73202
|
},
|
|
73215
73203
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
73216
73204
|
"properties": {
|
|
73217
|
-
"__@toStringTag@
|
|
73205
|
+
"__@toStringTag@12965": {
|
|
73218
73206
|
"type": "string"
|
|
73219
73207
|
},
|
|
73220
73208
|
"size": {
|
|
@@ -73222,14 +73210,14 @@
|
|
|
73222
73210
|
}
|
|
73223
73211
|
},
|
|
73224
73212
|
"required": [
|
|
73225
|
-
"__@toStringTag@
|
|
73213
|
+
"__@toStringTag@12965",
|
|
73226
73214
|
"size"
|
|
73227
73215
|
],
|
|
73228
73216
|
"type": "object"
|
|
73229
73217
|
},
|
|
73230
73218
|
"Map<string|number,IAnimate>": {
|
|
73231
73219
|
"properties": {
|
|
73232
|
-
"__@toStringTag@
|
|
73220
|
+
"__@toStringTag@12965": {
|
|
73233
73221
|
"type": "string"
|
|
73234
73222
|
},
|
|
73235
73223
|
"size": {
|
|
@@ -73237,7 +73225,7 @@
|
|
|
73237
73225
|
}
|
|
73238
73226
|
},
|
|
73239
73227
|
"required": [
|
|
73240
|
-
"__@toStringTag@
|
|
73228
|
+
"__@toStringTag@12965",
|
|
73241
73229
|
"size"
|
|
73242
73230
|
],
|
|
73243
73231
|
"type": "object"
|
|
@@ -84327,39 +84315,87 @@
|
|
|
84327
84315
|
},
|
|
84328
84316
|
"type": "object"
|
|
84329
84317
|
},
|
|
84330
|
-
"Partial<IMarkTheme<
|
|
84318
|
+
"Partial<IMarkTheme<IPathMarkSpec|IRectMarkSpec>&PointerMarkSpec>": {
|
|
84331
84319
|
"properties": {
|
|
84320
|
+
"center": {
|
|
84321
|
+
"description": "中心点坐标(0~1)",
|
|
84322
|
+
"items": [
|
|
84323
|
+
{
|
|
84324
|
+
"type": "number"
|
|
84325
|
+
},
|
|
84326
|
+
{
|
|
84327
|
+
"type": "number"
|
|
84328
|
+
}
|
|
84329
|
+
],
|
|
84330
|
+
"maxItems": 2,
|
|
84331
|
+
"minItems": 2,
|
|
84332
|
+
"type": "array"
|
|
84333
|
+
},
|
|
84334
|
+
"height": {
|
|
84335
|
+
"description": "指针长度比例(0~1)(为空则挂载 radius)",
|
|
84336
|
+
"type": "number"
|
|
84337
|
+
},
|
|
84338
|
+
"innerPadding": {
|
|
84339
|
+
"description": "指针靠近圆心的一端离圆心的距离",
|
|
84340
|
+
"type": "number"
|
|
84341
|
+
},
|
|
84332
84342
|
"interactive": {
|
|
84333
84343
|
"description": "可交互的开关",
|
|
84334
84344
|
"type": "boolean"
|
|
84335
84345
|
},
|
|
84346
|
+
"isOnCenter": {
|
|
84347
|
+
"description": "是否定位于极坐标系的中心,默认为 true。如果为 false,则位置受 innerRadius 影响",
|
|
84348
|
+
"type": "boolean"
|
|
84349
|
+
},
|
|
84350
|
+
"outerPadding": {
|
|
84351
|
+
"description": "指针靠近边缘的一端离边缘的距离",
|
|
84352
|
+
"type": "number"
|
|
84353
|
+
},
|
|
84336
84354
|
"state": {
|
|
84337
|
-
"$ref": "#/definitions/Record<string,
|
|
84355
|
+
"$ref": "#/definitions/Record<string,IPathMarkSpec|IRectMarkSpec>",
|
|
84338
84356
|
"description": "不同状态下的样式配置"
|
|
84339
84357
|
},
|
|
84340
84358
|
"style": {
|
|
84341
|
-
"
|
|
84359
|
+
"anyOf": [
|
|
84360
|
+
{
|
|
84361
|
+
"$ref": "#/definitions/IPathMarkSpec"
|
|
84362
|
+
},
|
|
84363
|
+
{
|
|
84364
|
+
"$ref": "#/definitions/IRectMarkSpec"
|
|
84365
|
+
}
|
|
84366
|
+
],
|
|
84342
84367
|
"description": "默认样式设置"
|
|
84343
84368
|
},
|
|
84369
|
+
"type": {
|
|
84370
|
+
"enum": [
|
|
84371
|
+
"path",
|
|
84372
|
+
"rect"
|
|
84373
|
+
],
|
|
84374
|
+
"type": "string"
|
|
84375
|
+
},
|
|
84344
84376
|
"visible": {
|
|
84345
84377
|
"description": "mark 层 是否显示配置",
|
|
84346
84378
|
"type": "boolean"
|
|
84379
|
+
},
|
|
84380
|
+
"width": {
|
|
84381
|
+
"description": "指针宽度比例(0~1)",
|
|
84382
|
+
"type": "number"
|
|
84347
84383
|
}
|
|
84348
84384
|
},
|
|
84349
84385
|
"type": "object"
|
|
84350
84386
|
},
|
|
84351
|
-
"Partial<IMarkTheme<
|
|
84387
|
+
"Partial<IMarkTheme<IPolygonMarkSpec>>": {
|
|
84352
84388
|
"properties": {
|
|
84353
84389
|
"interactive": {
|
|
84354
84390
|
"description": "可交互的开关",
|
|
84355
84391
|
"type": "boolean"
|
|
84356
84392
|
},
|
|
84357
84393
|
"state": {
|
|
84358
|
-
"$ref": "#/definitions/Record<string,
|
|
84394
|
+
"$ref": "#/definitions/Record<string,IPolygonMarkSpec>",
|
|
84359
84395
|
"description": "不同状态下的样式配置"
|
|
84360
84396
|
},
|
|
84361
84397
|
"style": {
|
|
84362
|
-
"$ref": "#/definitions/
|
|
84398
|
+
"$ref": "#/definitions/IPolygonMarkSpec",
|
|
84363
84399
|
"description": "默认样式设置"
|
|
84364
84400
|
},
|
|
84365
84401
|
"visible": {
|
|
@@ -84369,18 +84405,18 @@
|
|
|
84369
84405
|
},
|
|
84370
84406
|
"type": "object"
|
|
84371
84407
|
},
|
|
84372
|
-
"Partial<IMarkTheme<
|
|
84408
|
+
"Partial<IMarkTheme<IPyramid3dMarkSpec>>": {
|
|
84373
84409
|
"properties": {
|
|
84374
84410
|
"interactive": {
|
|
84375
84411
|
"description": "可交互的开关",
|
|
84376
84412
|
"type": "boolean"
|
|
84377
84413
|
},
|
|
84378
84414
|
"state": {
|
|
84379
|
-
"$ref": "#/definitions/Record<string,
|
|
84415
|
+
"$ref": "#/definitions/Record<string,IPyramid3dMarkSpec>",
|
|
84380
84416
|
"description": "不同状态下的样式配置"
|
|
84381
84417
|
},
|
|
84382
84418
|
"style": {
|
|
84383
|
-
"$ref": "#/definitions/
|
|
84419
|
+
"$ref": "#/definitions/IPyramid3dMarkSpec",
|
|
84384
84420
|
"description": "默认样式设置"
|
|
84385
84421
|
},
|
|
84386
84422
|
"visible": {
|
|
@@ -84390,18 +84426,18 @@
|
|
|
84390
84426
|
},
|
|
84391
84427
|
"type": "object"
|
|
84392
84428
|
},
|
|
84393
|
-
"Partial<IMarkTheme<
|
|
84429
|
+
"Partial<IMarkTheme<IRect3dMarkSpec>>": {
|
|
84394
84430
|
"properties": {
|
|
84395
84431
|
"interactive": {
|
|
84396
84432
|
"description": "可交互的开关",
|
|
84397
84433
|
"type": "boolean"
|
|
84398
84434
|
},
|
|
84399
84435
|
"state": {
|
|
84400
|
-
"$ref": "#/definitions/Record<string,
|
|
84436
|
+
"$ref": "#/definitions/Record<string,IRect3dMarkSpec>",
|
|
84401
84437
|
"description": "不同状态下的样式配置"
|
|
84402
84438
|
},
|
|
84403
84439
|
"style": {
|
|
84404
|
-
"$ref": "#/definitions/
|
|
84440
|
+
"$ref": "#/definitions/IRect3dMarkSpec",
|
|
84405
84441
|
"description": "默认样式设置"
|
|
84406
84442
|
},
|
|
84407
84443
|
"visible": {
|
|
@@ -84411,71 +84447,23 @@
|
|
|
84411
84447
|
},
|
|
84412
84448
|
"type": "object"
|
|
84413
84449
|
},
|
|
84414
|
-
"Partial<IMarkTheme<IRectMarkSpec
|
|
84450
|
+
"Partial<IMarkTheme<IRectMarkSpec>>": {
|
|
84415
84451
|
"properties": {
|
|
84416
|
-
"center": {
|
|
84417
|
-
"description": "中心点坐标(0~1)",
|
|
84418
|
-
"items": [
|
|
84419
|
-
{
|
|
84420
|
-
"type": "number"
|
|
84421
|
-
},
|
|
84422
|
-
{
|
|
84423
|
-
"type": "number"
|
|
84424
|
-
}
|
|
84425
|
-
],
|
|
84426
|
-
"maxItems": 2,
|
|
84427
|
-
"minItems": 2,
|
|
84428
|
-
"type": "array"
|
|
84429
|
-
},
|
|
84430
|
-
"height": {
|
|
84431
|
-
"description": "指针长度比例(0~1)(为空则挂载 radius)",
|
|
84432
|
-
"type": "number"
|
|
84433
|
-
},
|
|
84434
|
-
"innerPadding": {
|
|
84435
|
-
"description": "指针靠近圆心的一端离圆心的距离",
|
|
84436
|
-
"type": "number"
|
|
84437
|
-
},
|
|
84438
84452
|
"interactive": {
|
|
84439
84453
|
"description": "可交互的开关",
|
|
84440
84454
|
"type": "boolean"
|
|
84441
84455
|
},
|
|
84442
|
-
"isOnCenter": {
|
|
84443
|
-
"description": "是否定位于极坐标系的中心,默认为 true。如果为 false,则位置受 innerRadius 影响",
|
|
84444
|
-
"type": "boolean"
|
|
84445
|
-
},
|
|
84446
|
-
"outerPadding": {
|
|
84447
|
-
"description": "指针靠近边缘的一端离边缘的距离",
|
|
84448
|
-
"type": "number"
|
|
84449
|
-
},
|
|
84450
84456
|
"state": {
|
|
84451
|
-
"$ref": "#/definitions/Record<string,IRectMarkSpec
|
|
84457
|
+
"$ref": "#/definitions/Record<string,IRectMarkSpec>",
|
|
84452
84458
|
"description": "不同状态下的样式配置"
|
|
84453
84459
|
},
|
|
84454
84460
|
"style": {
|
|
84455
|
-
"
|
|
84456
|
-
{
|
|
84457
|
-
"$ref": "#/definitions/IRectMarkSpec"
|
|
84458
|
-
},
|
|
84459
|
-
{
|
|
84460
|
-
"$ref": "#/definitions/IPathMarkSpec"
|
|
84461
|
-
}
|
|
84462
|
-
],
|
|
84461
|
+
"$ref": "#/definitions/IRectMarkSpec",
|
|
84463
84462
|
"description": "默认样式设置"
|
|
84464
84463
|
},
|
|
84465
|
-
"type": {
|
|
84466
|
-
"enum": [
|
|
84467
|
-
"path",
|
|
84468
|
-
"rect"
|
|
84469
|
-
],
|
|
84470
|
-
"type": "string"
|
|
84471
|
-
},
|
|
84472
84464
|
"visible": {
|
|
84473
84465
|
"description": "mark 层 是否显示配置",
|
|
84474
84466
|
"type": "boolean"
|
|
84475
|
-
},
|
|
84476
|
-
"width": {
|
|
84477
|
-
"description": "指针宽度比例(0~1)",
|
|
84478
|
-
"type": "number"
|
|
84479
84467
|
}
|
|
84480
84468
|
},
|
|
84481
84469
|
"type": "object"
|
|
@@ -92141,34 +92129,34 @@
|
|
|
92141
92129
|
},
|
|
92142
92130
|
"Promise<FontFaceSet>": {
|
|
92143
92131
|
"properties": {
|
|
92144
|
-
"__@toStringTag@
|
|
92132
|
+
"__@toStringTag@12965": {
|
|
92145
92133
|
"type": "string"
|
|
92146
92134
|
}
|
|
92147
92135
|
},
|
|
92148
92136
|
"required": [
|
|
92149
|
-
"__@toStringTag@
|
|
92137
|
+
"__@toStringTag@12965"
|
|
92150
92138
|
],
|
|
92151
92139
|
"type": "object"
|
|
92152
92140
|
},
|
|
92153
92141
|
"Promise<ServiceWorkerRegistration>": {
|
|
92154
92142
|
"properties": {
|
|
92155
|
-
"__@toStringTag@
|
|
92143
|
+
"__@toStringTag@12965": {
|
|
92156
92144
|
"type": "string"
|
|
92157
92145
|
}
|
|
92158
92146
|
},
|
|
92159
92147
|
"required": [
|
|
92160
|
-
"__@toStringTag@
|
|
92148
|
+
"__@toStringTag@12965"
|
|
92161
92149
|
],
|
|
92162
92150
|
"type": "object"
|
|
92163
92151
|
},
|
|
92164
92152
|
"Promise<any>": {
|
|
92165
92153
|
"properties": {
|
|
92166
|
-
"__@toStringTag@
|
|
92154
|
+
"__@toStringTag@12965": {
|
|
92167
92155
|
"type": "string"
|
|
92168
92156
|
}
|
|
92169
92157
|
},
|
|
92170
92158
|
"required": [
|
|
92171
|
-
"__@toStringTag@
|
|
92159
|
+
"__@toStringTag@12965"
|
|
92172
92160
|
],
|
|
92173
92161
|
"type": "object"
|
|
92174
92162
|
},
|
|
@@ -92178,10 +92166,10 @@
|
|
|
92178
92166
|
"Record<string,ConvertToMarkStyleSpec<IGroupMarkSpec>|IMarkStateSpec<IGroupMarkSpec>>": {
|
|
92179
92167
|
"type": "object"
|
|
92180
92168
|
},
|
|
92181
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
92169
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>": {
|
|
92182
92170
|
"type": "object"
|
|
92183
92171
|
},
|
|
92184
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
92172
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>": {
|
|
92185
92173
|
"type": "object"
|
|
92186
92174
|
},
|
|
92187
92175
|
"Record<string,IArc3dMarkSpec>": {
|
|
@@ -92208,6 +92196,9 @@
|
|
|
92208
92196
|
"Record<string,IPathMarkSpec>": {
|
|
92209
92197
|
"type": "object"
|
|
92210
92198
|
},
|
|
92199
|
+
"Record<string,IPathMarkSpec|IRectMarkSpec>": {
|
|
92200
|
+
"type": "object"
|
|
92201
|
+
},
|
|
92211
92202
|
"Record<string,IPolygonMarkSpec>": {
|
|
92212
92203
|
"type": "object"
|
|
92213
92204
|
},
|
|
@@ -92220,9 +92211,6 @@
|
|
|
92220
92211
|
"Record<string,IRectMarkSpec>": {
|
|
92221
92212
|
"type": "object"
|
|
92222
92213
|
},
|
|
92223
|
-
"Record<string,IRectMarkSpec|IPathMarkSpec>": {
|
|
92224
|
-
"type": "object"
|
|
92225
|
-
},
|
|
92226
92214
|
"Record<string,IRuleMarkSpec>": {
|
|
92227
92215
|
"type": "object"
|
|
92228
92216
|
},
|