@visactor/vchart-schema 1.13.21-alpha.0 → 1.13.21-alpha.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 +46 -18
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -70963,6 +70963,20 @@
|
|
|
70963
70963
|
],
|
|
70964
70964
|
"description": "缩略轴配置"
|
|
70965
70965
|
},
|
|
70966
|
+
"depthKey": {
|
|
70967
|
+
"anyOf": [
|
|
70968
|
+
{
|
|
70969
|
+
"typeof": "function"
|
|
70970
|
+
},
|
|
70971
|
+
{
|
|
70972
|
+
"type": [
|
|
70973
|
+
"string",
|
|
70974
|
+
"number"
|
|
70975
|
+
]
|
|
70976
|
+
}
|
|
70977
|
+
],
|
|
70978
|
+
"description": "自定义node的depth"
|
|
70979
|
+
},
|
|
70966
70980
|
"direction": {
|
|
70967
70981
|
"$ref": "#/definitions/DirectionType_1",
|
|
70968
70982
|
"description": "图表布局方向"
|
|
@@ -71517,6 +71531,20 @@
|
|
|
71517
71531
|
"$ref": "#/definitions/DataKeyType",
|
|
71518
71532
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
71519
71533
|
},
|
|
71534
|
+
"depthKey": {
|
|
71535
|
+
"anyOf": [
|
|
71536
|
+
{
|
|
71537
|
+
"typeof": "function"
|
|
71538
|
+
},
|
|
71539
|
+
{
|
|
71540
|
+
"type": [
|
|
71541
|
+
"string",
|
|
71542
|
+
"number"
|
|
71543
|
+
]
|
|
71544
|
+
}
|
|
71545
|
+
],
|
|
71546
|
+
"description": "自定义node的depth"
|
|
71547
|
+
},
|
|
71520
71548
|
"direction": {
|
|
71521
71549
|
"$ref": "#/definitions/DirectionType_1",
|
|
71522
71550
|
"description": "图表布局方向"
|
|
@@ -87468,7 +87496,7 @@
|
|
|
87468
87496
|
},
|
|
87469
87497
|
"Map<Function,(...args:any[])=>void>": {
|
|
87470
87498
|
"properties": {
|
|
87471
|
-
"__@toStringTag@
|
|
87499
|
+
"__@toStringTag@13616": {
|
|
87472
87500
|
"type": "string"
|
|
87473
87501
|
},
|
|
87474
87502
|
"size": {
|
|
@@ -87476,14 +87504,14 @@
|
|
|
87476
87504
|
}
|
|
87477
87505
|
},
|
|
87478
87506
|
"required": [
|
|
87479
|
-
"__@toStringTag@
|
|
87507
|
+
"__@toStringTag@13616",
|
|
87480
87508
|
"size"
|
|
87481
87509
|
],
|
|
87482
87510
|
"type": "object"
|
|
87483
87511
|
},
|
|
87484
87512
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
87485
87513
|
"properties": {
|
|
87486
|
-
"__@toStringTag@
|
|
87514
|
+
"__@toStringTag@13616": {
|
|
87487
87515
|
"type": "string"
|
|
87488
87516
|
},
|
|
87489
87517
|
"size": {
|
|
@@ -87491,14 +87519,14 @@
|
|
|
87491
87519
|
}
|
|
87492
87520
|
},
|
|
87493
87521
|
"required": [
|
|
87494
|
-
"__@toStringTag@
|
|
87522
|
+
"__@toStringTag@13616",
|
|
87495
87523
|
"size"
|
|
87496
87524
|
],
|
|
87497
87525
|
"type": "object"
|
|
87498
87526
|
},
|
|
87499
87527
|
"Map<string,any>": {
|
|
87500
87528
|
"properties": {
|
|
87501
|
-
"__@toStringTag@
|
|
87529
|
+
"__@toStringTag@13616": {
|
|
87502
87530
|
"type": "string"
|
|
87503
87531
|
},
|
|
87504
87532
|
"size": {
|
|
@@ -87506,14 +87534,14 @@
|
|
|
87506
87534
|
}
|
|
87507
87535
|
},
|
|
87508
87536
|
"required": [
|
|
87509
|
-
"__@toStringTag@
|
|
87537
|
+
"__@toStringTag@13616",
|
|
87510
87538
|
"size"
|
|
87511
87539
|
],
|
|
87512
87540
|
"type": "object"
|
|
87513
87541
|
},
|
|
87514
87542
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
87515
87543
|
"properties": {
|
|
87516
|
-
"__@toStringTag@
|
|
87544
|
+
"__@toStringTag@13616": {
|
|
87517
87545
|
"type": "string"
|
|
87518
87546
|
},
|
|
87519
87547
|
"size": {
|
|
@@ -87521,14 +87549,14 @@
|
|
|
87521
87549
|
}
|
|
87522
87550
|
},
|
|
87523
87551
|
"required": [
|
|
87524
|
-
"__@toStringTag@
|
|
87552
|
+
"__@toStringTag@13616",
|
|
87525
87553
|
"size"
|
|
87526
87554
|
],
|
|
87527
87555
|
"type": "object"
|
|
87528
87556
|
},
|
|
87529
87557
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
87530
87558
|
"properties": {
|
|
87531
|
-
"__@toStringTag@
|
|
87559
|
+
"__@toStringTag@13616": {
|
|
87532
87560
|
"type": "string"
|
|
87533
87561
|
},
|
|
87534
87562
|
"size": {
|
|
@@ -87536,14 +87564,14 @@
|
|
|
87536
87564
|
}
|
|
87537
87565
|
},
|
|
87538
87566
|
"required": [
|
|
87539
|
-
"__@toStringTag@
|
|
87567
|
+
"__@toStringTag@13616",
|
|
87540
87568
|
"size"
|
|
87541
87569
|
],
|
|
87542
87570
|
"type": "object"
|
|
87543
87571
|
},
|
|
87544
87572
|
"Map<string|number,IAnimate>": {
|
|
87545
87573
|
"properties": {
|
|
87546
|
-
"__@toStringTag@
|
|
87574
|
+
"__@toStringTag@13616": {
|
|
87547
87575
|
"type": "string"
|
|
87548
87576
|
},
|
|
87549
87577
|
"size": {
|
|
@@ -87551,7 +87579,7 @@
|
|
|
87551
87579
|
}
|
|
87552
87580
|
},
|
|
87553
87581
|
"required": [
|
|
87554
|
-
"__@toStringTag@
|
|
87582
|
+
"__@toStringTag@13616",
|
|
87555
87583
|
"size"
|
|
87556
87584
|
],
|
|
87557
87585
|
"type": "object"
|
|
@@ -110229,34 +110257,34 @@
|
|
|
110229
110257
|
},
|
|
110230
110258
|
"Promise<FontFaceSet>": {
|
|
110231
110259
|
"properties": {
|
|
110232
|
-
"__@toStringTag@
|
|
110260
|
+
"__@toStringTag@13616": {
|
|
110233
110261
|
"type": "string"
|
|
110234
110262
|
}
|
|
110235
110263
|
},
|
|
110236
110264
|
"required": [
|
|
110237
|
-
"__@toStringTag@
|
|
110265
|
+
"__@toStringTag@13616"
|
|
110238
110266
|
],
|
|
110239
110267
|
"type": "object"
|
|
110240
110268
|
},
|
|
110241
110269
|
"Promise<ServiceWorkerRegistration>": {
|
|
110242
110270
|
"properties": {
|
|
110243
|
-
"__@toStringTag@
|
|
110271
|
+
"__@toStringTag@13616": {
|
|
110244
110272
|
"type": "string"
|
|
110245
110273
|
}
|
|
110246
110274
|
},
|
|
110247
110275
|
"required": [
|
|
110248
|
-
"__@toStringTag@
|
|
110276
|
+
"__@toStringTag@13616"
|
|
110249
110277
|
],
|
|
110250
110278
|
"type": "object"
|
|
110251
110279
|
},
|
|
110252
110280
|
"Promise<any>": {
|
|
110253
110281
|
"properties": {
|
|
110254
|
-
"__@toStringTag@
|
|
110282
|
+
"__@toStringTag@13616": {
|
|
110255
110283
|
"type": "string"
|
|
110256
110284
|
}
|
|
110257
110285
|
},
|
|
110258
110286
|
"required": [
|
|
110259
|
-
"__@toStringTag@
|
|
110287
|
+
"__@toStringTag@13616"
|
|
110260
110288
|
],
|
|
110261
110289
|
"type": "object"
|
|
110262
110290
|
},
|