@visactor/vchart-schema 1.12.14-alpha.0 → 1.12.14
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 +42 -20
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -67368,10 +67368,11 @@
|
|
|
67368
67368
|
"description": "图表色系配置"
|
|
67369
67369
|
},
|
|
67370
67370
|
"crossNodeAlign": {
|
|
67371
|
-
"description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'",
|
|
67371
|
+
"description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'\n'parent' - '父节点',从1.12.14版本开始支持",
|
|
67372
67372
|
"enum": [
|
|
67373
67373
|
"end",
|
|
67374
67374
|
"middle",
|
|
67375
|
+
"parent",
|
|
67375
67376
|
"start"
|
|
67376
67377
|
],
|
|
67377
67378
|
"since": "1.12.4",
|
|
@@ -67581,6 +67582,16 @@
|
|
|
67581
67582
|
],
|
|
67582
67583
|
"description": "link宽度,单位px"
|
|
67583
67584
|
},
|
|
67585
|
+
"maxLinkHeight": {
|
|
67586
|
+
"description": "数据不为零或空时边的最大大小\n- 当同时指定 `maxNodeHeight` 和 `maxLinkHeight` 两个选项时,此选项应小于 `maxNodeHeight`",
|
|
67587
|
+
"since": "1.12.14",
|
|
67588
|
+
"type": "number"
|
|
67589
|
+
},
|
|
67590
|
+
"maxNodeHeight": {
|
|
67591
|
+
"description": "数据不为零或空时节点的最大大小",
|
|
67592
|
+
"since": "1.12.14",
|
|
67593
|
+
"type": "number"
|
|
67594
|
+
},
|
|
67584
67595
|
"media": {
|
|
67585
67596
|
"description": "媒体查询配置",
|
|
67586
67597
|
"items": {
|
|
@@ -67940,10 +67951,11 @@
|
|
|
67940
67951
|
"type": "string"
|
|
67941
67952
|
},
|
|
67942
67953
|
"crossNodeAlign": {
|
|
67943
|
-
"description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'",
|
|
67954
|
+
"description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'\n'parent' - '父节点',从1.12.14版本开始支持",
|
|
67944
67955
|
"enum": [
|
|
67945
67956
|
"end",
|
|
67946
67957
|
"middle",
|
|
67958
|
+
"parent",
|
|
67947
67959
|
"start"
|
|
67948
67960
|
],
|
|
67949
67961
|
"since": "1.12.4",
|
|
@@ -68081,6 +68093,16 @@
|
|
|
68081
68093
|
],
|
|
68082
68094
|
"description": "link宽度,单位px"
|
|
68083
68095
|
},
|
|
68096
|
+
"maxLinkHeight": {
|
|
68097
|
+
"description": "数据不为零或空时边的最大大小\n- 当同时指定 `maxNodeHeight` 和 `maxLinkHeight` 两个选项时,此选项应小于 `maxNodeHeight`",
|
|
68098
|
+
"since": "1.12.14",
|
|
68099
|
+
"type": "number"
|
|
68100
|
+
},
|
|
68101
|
+
"maxNodeHeight": {
|
|
68102
|
+
"description": "数据不为零或空时节点的最大大小",
|
|
68103
|
+
"since": "1.12.14",
|
|
68104
|
+
"type": "number"
|
|
68105
|
+
},
|
|
68084
68106
|
"minLinkHeight": {
|
|
68085
68107
|
"description": "数据不为零或空时边的最小大小\n - 这个配置可以用来避免数据太小的时候看不到太细的链接\n - 建议小于5px\n - 当同时指定 `minNodeHeight` 和 `minLinkHeight` 两个选项时,此选项应小于 `minNodeHeight`",
|
|
68086
68108
|
"type": "number"
|
|
@@ -82453,7 +82475,7 @@
|
|
|
82453
82475
|
},
|
|
82454
82476
|
"Map<Function,(...args:any[])=>void>": {
|
|
82455
82477
|
"properties": {
|
|
82456
|
-
"__@toStringTag@
|
|
82478
|
+
"__@toStringTag@15566": {
|
|
82457
82479
|
"type": "string"
|
|
82458
82480
|
},
|
|
82459
82481
|
"size": {
|
|
@@ -82461,14 +82483,14 @@
|
|
|
82461
82483
|
}
|
|
82462
82484
|
},
|
|
82463
82485
|
"required": [
|
|
82464
|
-
"__@toStringTag@
|
|
82486
|
+
"__@toStringTag@15566",
|
|
82465
82487
|
"size"
|
|
82466
82488
|
],
|
|
82467
82489
|
"type": "object"
|
|
82468
82490
|
},
|
|
82469
82491
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
82470
82492
|
"properties": {
|
|
82471
|
-
"__@toStringTag@
|
|
82493
|
+
"__@toStringTag@15566": {
|
|
82472
82494
|
"type": "string"
|
|
82473
82495
|
},
|
|
82474
82496
|
"size": {
|
|
@@ -82476,14 +82498,14 @@
|
|
|
82476
82498
|
}
|
|
82477
82499
|
},
|
|
82478
82500
|
"required": [
|
|
82479
|
-
"__@toStringTag@
|
|
82501
|
+
"__@toStringTag@15566",
|
|
82480
82502
|
"size"
|
|
82481
82503
|
],
|
|
82482
82504
|
"type": "object"
|
|
82483
82505
|
},
|
|
82484
82506
|
"Map<string,any>": {
|
|
82485
82507
|
"properties": {
|
|
82486
|
-
"__@toStringTag@
|
|
82508
|
+
"__@toStringTag@15566": {
|
|
82487
82509
|
"type": "string"
|
|
82488
82510
|
},
|
|
82489
82511
|
"size": {
|
|
@@ -82491,14 +82513,14 @@
|
|
|
82491
82513
|
}
|
|
82492
82514
|
},
|
|
82493
82515
|
"required": [
|
|
82494
|
-
"__@toStringTag@
|
|
82516
|
+
"__@toStringTag@15566",
|
|
82495
82517
|
"size"
|
|
82496
82518
|
],
|
|
82497
82519
|
"type": "object"
|
|
82498
82520
|
},
|
|
82499
82521
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
82500
82522
|
"properties": {
|
|
82501
|
-
"__@toStringTag@
|
|
82523
|
+
"__@toStringTag@15566": {
|
|
82502
82524
|
"type": "string"
|
|
82503
82525
|
},
|
|
82504
82526
|
"size": {
|
|
@@ -82506,14 +82528,14 @@
|
|
|
82506
82528
|
}
|
|
82507
82529
|
},
|
|
82508
82530
|
"required": [
|
|
82509
|
-
"__@toStringTag@
|
|
82531
|
+
"__@toStringTag@15566",
|
|
82510
82532
|
"size"
|
|
82511
82533
|
],
|
|
82512
82534
|
"type": "object"
|
|
82513
82535
|
},
|
|
82514
82536
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
82515
82537
|
"properties": {
|
|
82516
|
-
"__@toStringTag@
|
|
82538
|
+
"__@toStringTag@15566": {
|
|
82517
82539
|
"type": "string"
|
|
82518
82540
|
},
|
|
82519
82541
|
"size": {
|
|
@@ -82521,14 +82543,14 @@
|
|
|
82521
82543
|
}
|
|
82522
82544
|
},
|
|
82523
82545
|
"required": [
|
|
82524
|
-
"__@toStringTag@
|
|
82546
|
+
"__@toStringTag@15566",
|
|
82525
82547
|
"size"
|
|
82526
82548
|
],
|
|
82527
82549
|
"type": "object"
|
|
82528
82550
|
},
|
|
82529
82551
|
"Map<string|number,IAnimate>": {
|
|
82530
82552
|
"properties": {
|
|
82531
|
-
"__@toStringTag@
|
|
82553
|
+
"__@toStringTag@15566": {
|
|
82532
82554
|
"type": "string"
|
|
82533
82555
|
},
|
|
82534
82556
|
"size": {
|
|
@@ -82536,7 +82558,7 @@
|
|
|
82536
82558
|
}
|
|
82537
82559
|
},
|
|
82538
82560
|
"required": [
|
|
82539
|
-
"__@toStringTag@
|
|
82561
|
+
"__@toStringTag@15566",
|
|
82540
82562
|
"size"
|
|
82541
82563
|
],
|
|
82542
82564
|
"type": "object"
|
|
@@ -103805,34 +103827,34 @@
|
|
|
103805
103827
|
},
|
|
103806
103828
|
"Promise<FontFaceSet>": {
|
|
103807
103829
|
"properties": {
|
|
103808
|
-
"__@toStringTag@
|
|
103830
|
+
"__@toStringTag@15566": {
|
|
103809
103831
|
"type": "string"
|
|
103810
103832
|
}
|
|
103811
103833
|
},
|
|
103812
103834
|
"required": [
|
|
103813
|
-
"__@toStringTag@
|
|
103835
|
+
"__@toStringTag@15566"
|
|
103814
103836
|
],
|
|
103815
103837
|
"type": "object"
|
|
103816
103838
|
},
|
|
103817
103839
|
"Promise<ServiceWorkerRegistration>": {
|
|
103818
103840
|
"properties": {
|
|
103819
|
-
"__@toStringTag@
|
|
103841
|
+
"__@toStringTag@15566": {
|
|
103820
103842
|
"type": "string"
|
|
103821
103843
|
}
|
|
103822
103844
|
},
|
|
103823
103845
|
"required": [
|
|
103824
|
-
"__@toStringTag@
|
|
103846
|
+
"__@toStringTag@15566"
|
|
103825
103847
|
],
|
|
103826
103848
|
"type": "object"
|
|
103827
103849
|
},
|
|
103828
103850
|
"Promise<any>": {
|
|
103829
103851
|
"properties": {
|
|
103830
|
-
"__@toStringTag@
|
|
103852
|
+
"__@toStringTag@15566": {
|
|
103831
103853
|
"type": "string"
|
|
103832
103854
|
}
|
|
103833
103855
|
},
|
|
103834
103856
|
"required": [
|
|
103835
|
-
"__@toStringTag@
|
|
103857
|
+
"__@toStringTag@15566"
|
|
103836
103858
|
],
|
|
103837
103859
|
"type": "object"
|
|
103838
103860
|
},
|