@visactor/vchart-schema 1.13.21-alpha.1 → 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 +52 -18
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -70922,6 +70922,9 @@
|
|
|
70922
70922
|
],
|
|
70923
70923
|
"description": "十字辅助线配置"
|
|
70924
70924
|
},
|
|
70925
|
+
"customLayout": {
|
|
70926
|
+
"typeof": "function"
|
|
70927
|
+
},
|
|
70925
70928
|
"customMark": {
|
|
70926
70929
|
"description": "自定义mark",
|
|
70927
70930
|
"items": {
|
|
@@ -70960,6 +70963,20 @@
|
|
|
70960
70963
|
],
|
|
70961
70964
|
"description": "缩略轴配置"
|
|
70962
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
|
+
},
|
|
70963
70980
|
"direction": {
|
|
70964
70981
|
"$ref": "#/definitions/DirectionType_1",
|
|
70965
70982
|
"description": "图表布局方向"
|
|
@@ -71498,6 +71515,9 @@
|
|
|
71498
71515
|
"since": "1.12.4",
|
|
71499
71516
|
"type": "string"
|
|
71500
71517
|
},
|
|
71518
|
+
"customLayout": {
|
|
71519
|
+
"typeof": "function"
|
|
71520
|
+
},
|
|
71501
71521
|
"dataId": {
|
|
71502
71522
|
"$ref": "#/definitions/StringOrNumber",
|
|
71503
71523
|
"description": "系列关联的数据id"
|
|
@@ -71511,6 +71531,20 @@
|
|
|
71511
71531
|
"$ref": "#/definitions/DataKeyType",
|
|
71512
71532
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
71513
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
|
+
},
|
|
71514
71548
|
"direction": {
|
|
71515
71549
|
"$ref": "#/definitions/DirectionType_1",
|
|
71516
71550
|
"description": "图表布局方向"
|
|
@@ -87462,7 +87496,7 @@
|
|
|
87462
87496
|
},
|
|
87463
87497
|
"Map<Function,(...args:any[])=>void>": {
|
|
87464
87498
|
"properties": {
|
|
87465
|
-
"__@toStringTag@
|
|
87499
|
+
"__@toStringTag@13616": {
|
|
87466
87500
|
"type": "string"
|
|
87467
87501
|
},
|
|
87468
87502
|
"size": {
|
|
@@ -87470,14 +87504,14 @@
|
|
|
87470
87504
|
}
|
|
87471
87505
|
},
|
|
87472
87506
|
"required": [
|
|
87473
|
-
"__@toStringTag@
|
|
87507
|
+
"__@toStringTag@13616",
|
|
87474
87508
|
"size"
|
|
87475
87509
|
],
|
|
87476
87510
|
"type": "object"
|
|
87477
87511
|
},
|
|
87478
87512
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
87479
87513
|
"properties": {
|
|
87480
|
-
"__@toStringTag@
|
|
87514
|
+
"__@toStringTag@13616": {
|
|
87481
87515
|
"type": "string"
|
|
87482
87516
|
},
|
|
87483
87517
|
"size": {
|
|
@@ -87485,14 +87519,14 @@
|
|
|
87485
87519
|
}
|
|
87486
87520
|
},
|
|
87487
87521
|
"required": [
|
|
87488
|
-
"__@toStringTag@
|
|
87522
|
+
"__@toStringTag@13616",
|
|
87489
87523
|
"size"
|
|
87490
87524
|
],
|
|
87491
87525
|
"type": "object"
|
|
87492
87526
|
},
|
|
87493
87527
|
"Map<string,any>": {
|
|
87494
87528
|
"properties": {
|
|
87495
|
-
"__@toStringTag@
|
|
87529
|
+
"__@toStringTag@13616": {
|
|
87496
87530
|
"type": "string"
|
|
87497
87531
|
},
|
|
87498
87532
|
"size": {
|
|
@@ -87500,14 +87534,14 @@
|
|
|
87500
87534
|
}
|
|
87501
87535
|
},
|
|
87502
87536
|
"required": [
|
|
87503
|
-
"__@toStringTag@
|
|
87537
|
+
"__@toStringTag@13616",
|
|
87504
87538
|
"size"
|
|
87505
87539
|
],
|
|
87506
87540
|
"type": "object"
|
|
87507
87541
|
},
|
|
87508
87542
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
87509
87543
|
"properties": {
|
|
87510
|
-
"__@toStringTag@
|
|
87544
|
+
"__@toStringTag@13616": {
|
|
87511
87545
|
"type": "string"
|
|
87512
87546
|
},
|
|
87513
87547
|
"size": {
|
|
@@ -87515,14 +87549,14 @@
|
|
|
87515
87549
|
}
|
|
87516
87550
|
},
|
|
87517
87551
|
"required": [
|
|
87518
|
-
"__@toStringTag@
|
|
87552
|
+
"__@toStringTag@13616",
|
|
87519
87553
|
"size"
|
|
87520
87554
|
],
|
|
87521
87555
|
"type": "object"
|
|
87522
87556
|
},
|
|
87523
87557
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
87524
87558
|
"properties": {
|
|
87525
|
-
"__@toStringTag@
|
|
87559
|
+
"__@toStringTag@13616": {
|
|
87526
87560
|
"type": "string"
|
|
87527
87561
|
},
|
|
87528
87562
|
"size": {
|
|
@@ -87530,14 +87564,14 @@
|
|
|
87530
87564
|
}
|
|
87531
87565
|
},
|
|
87532
87566
|
"required": [
|
|
87533
|
-
"__@toStringTag@
|
|
87567
|
+
"__@toStringTag@13616",
|
|
87534
87568
|
"size"
|
|
87535
87569
|
],
|
|
87536
87570
|
"type": "object"
|
|
87537
87571
|
},
|
|
87538
87572
|
"Map<string|number,IAnimate>": {
|
|
87539
87573
|
"properties": {
|
|
87540
|
-
"__@toStringTag@
|
|
87574
|
+
"__@toStringTag@13616": {
|
|
87541
87575
|
"type": "string"
|
|
87542
87576
|
},
|
|
87543
87577
|
"size": {
|
|
@@ -87545,7 +87579,7 @@
|
|
|
87545
87579
|
}
|
|
87546
87580
|
},
|
|
87547
87581
|
"required": [
|
|
87548
|
-
"__@toStringTag@
|
|
87582
|
+
"__@toStringTag@13616",
|
|
87549
87583
|
"size"
|
|
87550
87584
|
],
|
|
87551
87585
|
"type": "object"
|
|
@@ -110223,34 +110257,34 @@
|
|
|
110223
110257
|
},
|
|
110224
110258
|
"Promise<FontFaceSet>": {
|
|
110225
110259
|
"properties": {
|
|
110226
|
-
"__@toStringTag@
|
|
110260
|
+
"__@toStringTag@13616": {
|
|
110227
110261
|
"type": "string"
|
|
110228
110262
|
}
|
|
110229
110263
|
},
|
|
110230
110264
|
"required": [
|
|
110231
|
-
"__@toStringTag@
|
|
110265
|
+
"__@toStringTag@13616"
|
|
110232
110266
|
],
|
|
110233
110267
|
"type": "object"
|
|
110234
110268
|
},
|
|
110235
110269
|
"Promise<ServiceWorkerRegistration>": {
|
|
110236
110270
|
"properties": {
|
|
110237
|
-
"__@toStringTag@
|
|
110271
|
+
"__@toStringTag@13616": {
|
|
110238
110272
|
"type": "string"
|
|
110239
110273
|
}
|
|
110240
110274
|
},
|
|
110241
110275
|
"required": [
|
|
110242
|
-
"__@toStringTag@
|
|
110276
|
+
"__@toStringTag@13616"
|
|
110243
110277
|
],
|
|
110244
110278
|
"type": "object"
|
|
110245
110279
|
},
|
|
110246
110280
|
"Promise<any>": {
|
|
110247
110281
|
"properties": {
|
|
110248
|
-
"__@toStringTag@
|
|
110282
|
+
"__@toStringTag@13616": {
|
|
110249
110283
|
"type": "string"
|
|
110250
110284
|
}
|
|
110251
110285
|
},
|
|
110252
110286
|
"required": [
|
|
110253
|
-
"__@toStringTag@
|
|
110287
|
+
"__@toStringTag@13616"
|
|
110254
110288
|
],
|
|
110255
110289
|
"type": "object"
|
|
110256
110290
|
},
|