@visactor/vchart-schema 1.11.2-alpha.5 → 1.11.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 +201 -68
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -27310,12 +27310,20 @@
|
|
|
27310
27310
|
"description": "分类字段"
|
|
27311
27311
|
},
|
|
27312
27312
|
"centerX": {
|
|
27313
|
-
"description": "
|
|
27314
|
-
"
|
|
27313
|
+
"description": "中心点 x 坐标",
|
|
27314
|
+
"since": "1.11.2 支持百分比字符串",
|
|
27315
|
+
"type": [
|
|
27316
|
+
"string",
|
|
27317
|
+
"number"
|
|
27318
|
+
]
|
|
27315
27319
|
},
|
|
27316
27320
|
"centerY": {
|
|
27317
|
-
"description": "
|
|
27318
|
-
"
|
|
27321
|
+
"description": "中心点 y 坐标",
|
|
27322
|
+
"since": "1.11.2 支持百分比字符串",
|
|
27323
|
+
"type": [
|
|
27324
|
+
"string",
|
|
27325
|
+
"number"
|
|
27326
|
+
]
|
|
27319
27327
|
},
|
|
27320
27328
|
"color": {
|
|
27321
27329
|
"anyOf": [
|
|
@@ -27816,12 +27824,20 @@
|
|
|
27816
27824
|
"description": "分类字段"
|
|
27817
27825
|
},
|
|
27818
27826
|
"centerX": {
|
|
27819
|
-
"description": "
|
|
27820
|
-
"
|
|
27827
|
+
"description": "中心点 x 坐标",
|
|
27828
|
+
"since": "1.11.2 支持百分比字符串",
|
|
27829
|
+
"type": [
|
|
27830
|
+
"string",
|
|
27831
|
+
"number"
|
|
27832
|
+
]
|
|
27821
27833
|
},
|
|
27822
27834
|
"centerY": {
|
|
27823
|
-
"description": "
|
|
27824
|
-
"
|
|
27835
|
+
"description": "中心点 y 坐标",
|
|
27836
|
+
"since": "1.11.2 支持百分比字符串",
|
|
27837
|
+
"type": [
|
|
27838
|
+
"string",
|
|
27839
|
+
"number"
|
|
27840
|
+
]
|
|
27825
27841
|
},
|
|
27826
27842
|
"cornerRadius": {
|
|
27827
27843
|
"default": 0,
|
|
@@ -36762,12 +36778,20 @@
|
|
|
36762
36778
|
"description": "类别字段"
|
|
36763
36779
|
},
|
|
36764
36780
|
"centerX": {
|
|
36765
|
-
"description": "
|
|
36766
|
-
"
|
|
36781
|
+
"description": "中心点 x 坐标",
|
|
36782
|
+
"since": "1.11.2 支持百分比字符串",
|
|
36783
|
+
"type": [
|
|
36784
|
+
"string",
|
|
36785
|
+
"number"
|
|
36786
|
+
]
|
|
36767
36787
|
},
|
|
36768
36788
|
"centerY": {
|
|
36769
|
-
"description": "
|
|
36770
|
-
"
|
|
36789
|
+
"description": "中心点 y 坐标",
|
|
36790
|
+
"since": "1.11.2 支持百分比字符串",
|
|
36791
|
+
"type": [
|
|
36792
|
+
"string",
|
|
36793
|
+
"number"
|
|
36794
|
+
]
|
|
36771
36795
|
},
|
|
36772
36796
|
"color": {
|
|
36773
36797
|
"anyOf": [
|
|
@@ -36906,6 +36930,21 @@
|
|
|
36906
36930
|
"$ref": "#/definitions/ILayoutSpec",
|
|
36907
36931
|
"description": "布局配置"
|
|
36908
36932
|
},
|
|
36933
|
+
"layoutRadius": {
|
|
36934
|
+
"anyOf": [
|
|
36935
|
+
{
|
|
36936
|
+
"typeof": "function"
|
|
36937
|
+
},
|
|
36938
|
+
{
|
|
36939
|
+
"const": "auto",
|
|
36940
|
+
"type": "string"
|
|
36941
|
+
},
|
|
36942
|
+
{
|
|
36943
|
+
"type": "number"
|
|
36944
|
+
}
|
|
36945
|
+
],
|
|
36946
|
+
"since": "1.11.2"
|
|
36947
|
+
},
|
|
36909
36948
|
"legends": {
|
|
36910
36949
|
"anyOf": [
|
|
36911
36950
|
{
|
|
@@ -37313,12 +37352,20 @@
|
|
|
37313
37352
|
"description": "类别字段"
|
|
37314
37353
|
},
|
|
37315
37354
|
"centerX": {
|
|
37316
|
-
"description": "
|
|
37317
|
-
"
|
|
37355
|
+
"description": "中心点 x 坐标",
|
|
37356
|
+
"since": "1.11.2 支持百分比字符串",
|
|
37357
|
+
"type": [
|
|
37358
|
+
"string",
|
|
37359
|
+
"number"
|
|
37360
|
+
]
|
|
37318
37361
|
},
|
|
37319
37362
|
"centerY": {
|
|
37320
|
-
"description": "
|
|
37321
|
-
"
|
|
37363
|
+
"description": "中心点 y 坐标",
|
|
37364
|
+
"since": "1.11.2 支持百分比字符串",
|
|
37365
|
+
"type": [
|
|
37366
|
+
"string",
|
|
37367
|
+
"number"
|
|
37368
|
+
]
|
|
37322
37369
|
},
|
|
37323
37370
|
"cornerRadius": {
|
|
37324
37371
|
"description": "圆角半径",
|
|
@@ -37764,12 +37811,20 @@
|
|
|
37764
37811
|
"description": "类别字段"
|
|
37765
37812
|
},
|
|
37766
37813
|
"centerX": {
|
|
37767
|
-
"description": "
|
|
37768
|
-
"
|
|
37814
|
+
"description": "中心点 x 坐标",
|
|
37815
|
+
"since": "1.11.2 支持百分比字符串",
|
|
37816
|
+
"type": [
|
|
37817
|
+
"string",
|
|
37818
|
+
"number"
|
|
37819
|
+
]
|
|
37769
37820
|
},
|
|
37770
37821
|
"centerY": {
|
|
37771
|
-
"description": "
|
|
37772
|
-
"
|
|
37822
|
+
"description": "中心点 y 坐标",
|
|
37823
|
+
"since": "1.11.2 支持百分比字符串",
|
|
37824
|
+
"type": [
|
|
37825
|
+
"string",
|
|
37826
|
+
"number"
|
|
37827
|
+
]
|
|
37773
37828
|
},
|
|
37774
37829
|
"cornerRadius": {
|
|
37775
37830
|
"description": "圆角半径",
|
|
@@ -58354,12 +58409,20 @@
|
|
|
58354
58409
|
"description": "类别字段"
|
|
58355
58410
|
},
|
|
58356
58411
|
"centerX": {
|
|
58357
|
-
"description": "
|
|
58358
|
-
"
|
|
58412
|
+
"description": "中心点 x 坐标",
|
|
58413
|
+
"since": "1.11.2 支持百分比字符串",
|
|
58414
|
+
"type": [
|
|
58415
|
+
"string",
|
|
58416
|
+
"number"
|
|
58417
|
+
]
|
|
58359
58418
|
},
|
|
58360
58419
|
"centerY": {
|
|
58361
|
-
"description": "
|
|
58362
|
-
"
|
|
58420
|
+
"description": "中心点 y 坐标",
|
|
58421
|
+
"since": "1.11.2 支持百分比字符串",
|
|
58422
|
+
"type": [
|
|
58423
|
+
"string",
|
|
58424
|
+
"number"
|
|
58425
|
+
]
|
|
58363
58426
|
},
|
|
58364
58427
|
"color": {
|
|
58365
58428
|
"anyOf": [
|
|
@@ -58495,6 +58558,21 @@
|
|
|
58495
58558
|
"$ref": "#/definitions/ILayoutSpec",
|
|
58496
58559
|
"description": "布局配置"
|
|
58497
58560
|
},
|
|
58561
|
+
"layoutRadius": {
|
|
58562
|
+
"anyOf": [
|
|
58563
|
+
{
|
|
58564
|
+
"typeof": "function"
|
|
58565
|
+
},
|
|
58566
|
+
{
|
|
58567
|
+
"const": "auto",
|
|
58568
|
+
"type": "string"
|
|
58569
|
+
},
|
|
58570
|
+
{
|
|
58571
|
+
"type": "number"
|
|
58572
|
+
}
|
|
58573
|
+
],
|
|
58574
|
+
"since": "1.11.2"
|
|
58575
|
+
},
|
|
58498
58576
|
"legends": {
|
|
58499
58577
|
"anyOf": [
|
|
58500
58578
|
{
|
|
@@ -58883,12 +58961,20 @@
|
|
|
58883
58961
|
"description": "类别字段"
|
|
58884
58962
|
},
|
|
58885
58963
|
"centerX": {
|
|
58886
|
-
"description": "
|
|
58887
|
-
"
|
|
58964
|
+
"description": "中心点 x 坐标",
|
|
58965
|
+
"since": "1.11.2 支持百分比字符串",
|
|
58966
|
+
"type": [
|
|
58967
|
+
"string",
|
|
58968
|
+
"number"
|
|
58969
|
+
]
|
|
58888
58970
|
},
|
|
58889
58971
|
"centerY": {
|
|
58890
|
-
"description": "
|
|
58891
|
-
"
|
|
58972
|
+
"description": "中心点 y 坐标",
|
|
58973
|
+
"since": "1.11.2 支持百分比字符串",
|
|
58974
|
+
"type": [
|
|
58975
|
+
"string",
|
|
58976
|
+
"number"
|
|
58977
|
+
]
|
|
58892
58978
|
},
|
|
58893
58979
|
"data": {
|
|
58894
58980
|
"$ref": "#/definitions/IDataType",
|
|
@@ -64792,12 +64878,20 @@
|
|
|
64792
64878
|
"description": "分类字段"
|
|
64793
64879
|
},
|
|
64794
64880
|
"centerX": {
|
|
64795
|
-
"description": "
|
|
64796
|
-
"
|
|
64881
|
+
"description": "中心点 x 坐标",
|
|
64882
|
+
"since": "1.11.2 支持百分比字符串",
|
|
64883
|
+
"type": [
|
|
64884
|
+
"string",
|
|
64885
|
+
"number"
|
|
64886
|
+
]
|
|
64797
64887
|
},
|
|
64798
64888
|
"centerY": {
|
|
64799
|
-
"description": "
|
|
64800
|
-
"
|
|
64889
|
+
"description": "中心点 y 坐标",
|
|
64890
|
+
"since": "1.11.2 支持百分比字符串",
|
|
64891
|
+
"type": [
|
|
64892
|
+
"string",
|
|
64893
|
+
"number"
|
|
64894
|
+
]
|
|
64801
64895
|
},
|
|
64802
64896
|
"color": {
|
|
64803
64897
|
"anyOf": [
|
|
@@ -64925,6 +65019,21 @@
|
|
|
64925
65019
|
"$ref": "#/definitions/ILayoutSpec",
|
|
64926
65020
|
"description": "布局配置"
|
|
64927
65021
|
},
|
|
65022
|
+
"layoutRadius": {
|
|
65023
|
+
"anyOf": [
|
|
65024
|
+
{
|
|
65025
|
+
"typeof": "function"
|
|
65026
|
+
},
|
|
65027
|
+
{
|
|
65028
|
+
"const": "auto",
|
|
65029
|
+
"type": "string"
|
|
65030
|
+
},
|
|
65031
|
+
{
|
|
65032
|
+
"type": "number"
|
|
65033
|
+
}
|
|
65034
|
+
],
|
|
65035
|
+
"since": "1.11.2"
|
|
65036
|
+
},
|
|
64928
65037
|
"legends": {
|
|
64929
65038
|
"anyOf": [
|
|
64930
65039
|
{
|
|
@@ -65265,12 +65374,20 @@
|
|
|
65265
65374
|
"description": "分类字段"
|
|
65266
65375
|
},
|
|
65267
65376
|
"centerX": {
|
|
65268
|
-
"description": "
|
|
65269
|
-
"
|
|
65377
|
+
"description": "中心点 x 坐标",
|
|
65378
|
+
"since": "1.11.2 支持百分比字符串",
|
|
65379
|
+
"type": [
|
|
65380
|
+
"string",
|
|
65381
|
+
"number"
|
|
65382
|
+
]
|
|
65270
65383
|
},
|
|
65271
65384
|
"centerY": {
|
|
65272
|
-
"description": "
|
|
65273
|
-
"
|
|
65385
|
+
"description": "中心点 y 坐标",
|
|
65386
|
+
"since": "1.11.2 支持百分比字符串",
|
|
65387
|
+
"type": [
|
|
65388
|
+
"string",
|
|
65389
|
+
"number"
|
|
65390
|
+
]
|
|
65274
65391
|
},
|
|
65275
65392
|
"data": {
|
|
65276
65393
|
"$ref": "#/definitions/IDataType",
|
|
@@ -80424,7 +80541,7 @@
|
|
|
80424
80541
|
},
|
|
80425
80542
|
"Map<Function,(...args:any[])=>void>": {
|
|
80426
80543
|
"properties": {
|
|
80427
|
-
"__@toStringTag@
|
|
80544
|
+
"__@toStringTag@13423": {
|
|
80428
80545
|
"type": "string"
|
|
80429
80546
|
},
|
|
80430
80547
|
"size": {
|
|
@@ -80432,14 +80549,14 @@
|
|
|
80432
80549
|
}
|
|
80433
80550
|
},
|
|
80434
80551
|
"required": [
|
|
80435
|
-
"__@toStringTag@
|
|
80552
|
+
"__@toStringTag@13423",
|
|
80436
80553
|
"size"
|
|
80437
80554
|
],
|
|
80438
80555
|
"type": "object"
|
|
80439
80556
|
},
|
|
80440
80557
|
"Map<number,IGraphicPicker>": {
|
|
80441
80558
|
"properties": {
|
|
80442
|
-
"__@toStringTag@
|
|
80559
|
+
"__@toStringTag@13423": {
|
|
80443
80560
|
"type": "string"
|
|
80444
80561
|
},
|
|
80445
80562
|
"size": {
|
|
@@ -80447,14 +80564,14 @@
|
|
|
80447
80564
|
}
|
|
80448
80565
|
},
|
|
80449
80566
|
"required": [
|
|
80450
|
-
"__@toStringTag@
|
|
80567
|
+
"__@toStringTag@13423",
|
|
80451
80568
|
"size"
|
|
80452
80569
|
],
|
|
80453
80570
|
"type": "object"
|
|
80454
80571
|
},
|
|
80455
80572
|
"Map<number,IGraphicRender>": {
|
|
80456
80573
|
"properties": {
|
|
80457
|
-
"__@toStringTag@
|
|
80574
|
+
"__@toStringTag@13423": {
|
|
80458
80575
|
"type": "string"
|
|
80459
80576
|
},
|
|
80460
80577
|
"size": {
|
|
@@ -80462,14 +80579,14 @@
|
|
|
80462
80579
|
}
|
|
80463
80580
|
},
|
|
80464
80581
|
"required": [
|
|
80465
|
-
"__@toStringTag@
|
|
80582
|
+
"__@toStringTag@13423",
|
|
80466
80583
|
"size"
|
|
80467
80584
|
],
|
|
80468
80585
|
"type": "object"
|
|
80469
80586
|
},
|
|
80470
80587
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
80471
80588
|
"properties": {
|
|
80472
|
-
"__@toStringTag@
|
|
80589
|
+
"__@toStringTag@13423": {
|
|
80473
80590
|
"type": "string"
|
|
80474
80591
|
},
|
|
80475
80592
|
"size": {
|
|
@@ -80477,14 +80594,14 @@
|
|
|
80477
80594
|
}
|
|
80478
80595
|
},
|
|
80479
80596
|
"required": [
|
|
80480
|
-
"__@toStringTag@
|
|
80597
|
+
"__@toStringTag@13423",
|
|
80481
80598
|
"size"
|
|
80482
80599
|
],
|
|
80483
80600
|
"type": "object"
|
|
80484
80601
|
},
|
|
80485
80602
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
80486
80603
|
"properties": {
|
|
80487
|
-
"__@toStringTag@
|
|
80604
|
+
"__@toStringTag@13423": {
|
|
80488
80605
|
"type": "string"
|
|
80489
80606
|
},
|
|
80490
80607
|
"size": {
|
|
@@ -80492,14 +80609,14 @@
|
|
|
80492
80609
|
}
|
|
80493
80610
|
},
|
|
80494
80611
|
"required": [
|
|
80495
|
-
"__@toStringTag@
|
|
80612
|
+
"__@toStringTag@13423",
|
|
80496
80613
|
"size"
|
|
80497
80614
|
],
|
|
80498
80615
|
"type": "object"
|
|
80499
80616
|
},
|
|
80500
80617
|
"Map<string,any>": {
|
|
80501
80618
|
"properties": {
|
|
80502
|
-
"__@toStringTag@
|
|
80619
|
+
"__@toStringTag@13423": {
|
|
80503
80620
|
"type": "string"
|
|
80504
80621
|
},
|
|
80505
80622
|
"size": {
|
|
@@ -80507,14 +80624,14 @@
|
|
|
80507
80624
|
}
|
|
80508
80625
|
},
|
|
80509
80626
|
"required": [
|
|
80510
|
-
"__@toStringTag@
|
|
80627
|
+
"__@toStringTag@13423",
|
|
80511
80628
|
"size"
|
|
80512
80629
|
],
|
|
80513
80630
|
"type": "object"
|
|
80514
80631
|
},
|
|
80515
80632
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
80516
80633
|
"properties": {
|
|
80517
|
-
"__@toStringTag@
|
|
80634
|
+
"__@toStringTag@13423": {
|
|
80518
80635
|
"type": "string"
|
|
80519
80636
|
},
|
|
80520
80637
|
"size": {
|
|
@@ -80522,14 +80639,14 @@
|
|
|
80522
80639
|
}
|
|
80523
80640
|
},
|
|
80524
80641
|
"required": [
|
|
80525
|
-
"__@toStringTag@
|
|
80642
|
+
"__@toStringTag@13423",
|
|
80526
80643
|
"size"
|
|
80527
80644
|
],
|
|
80528
80645
|
"type": "object"
|
|
80529
80646
|
},
|
|
80530
80647
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
80531
80648
|
"properties": {
|
|
80532
|
-
"__@toStringTag@
|
|
80649
|
+
"__@toStringTag@13423": {
|
|
80533
80650
|
"type": "string"
|
|
80534
80651
|
},
|
|
80535
80652
|
"size": {
|
|
@@ -80537,14 +80654,14 @@
|
|
|
80537
80654
|
}
|
|
80538
80655
|
},
|
|
80539
80656
|
"required": [
|
|
80540
|
-
"__@toStringTag@
|
|
80657
|
+
"__@toStringTag@13423",
|
|
80541
80658
|
"size"
|
|
80542
80659
|
],
|
|
80543
80660
|
"type": "object"
|
|
80544
80661
|
},
|
|
80545
80662
|
"Map<string|number,IAnimate>": {
|
|
80546
80663
|
"properties": {
|
|
80547
|
-
"__@toStringTag@
|
|
80664
|
+
"__@toStringTag@13423": {
|
|
80548
80665
|
"type": "string"
|
|
80549
80666
|
},
|
|
80550
80667
|
"size": {
|
|
@@ -80552,7 +80669,7 @@
|
|
|
80552
80669
|
}
|
|
80553
80670
|
},
|
|
80554
80671
|
"required": [
|
|
80555
|
-
"__@toStringTag@
|
|
80672
|
+
"__@toStringTag@13423",
|
|
80556
80673
|
"size"
|
|
80557
80674
|
],
|
|
80558
80675
|
"type": "object"
|
|
@@ -82414,12 +82531,20 @@
|
|
|
82414
82531
|
"description": "分类字段"
|
|
82415
82532
|
},
|
|
82416
82533
|
"centerX": {
|
|
82417
|
-
"description": "
|
|
82418
|
-
"
|
|
82534
|
+
"description": "中心点 x 坐标",
|
|
82535
|
+
"since": "1.11.2 支持百分比字符串",
|
|
82536
|
+
"type": [
|
|
82537
|
+
"string",
|
|
82538
|
+
"number"
|
|
82539
|
+
]
|
|
82419
82540
|
},
|
|
82420
82541
|
"centerY": {
|
|
82421
|
-
"description": "
|
|
82422
|
-
"
|
|
82542
|
+
"description": "中心点 y 坐标",
|
|
82543
|
+
"since": "1.11.2 支持百分比字符串",
|
|
82544
|
+
"type": [
|
|
82545
|
+
"string",
|
|
82546
|
+
"number"
|
|
82547
|
+
]
|
|
82423
82548
|
},
|
|
82424
82549
|
"cornerRadius": {
|
|
82425
82550
|
"default": 0,
|
|
@@ -83527,12 +83652,20 @@
|
|
|
83527
83652
|
"description": "类别字段"
|
|
83528
83653
|
},
|
|
83529
83654
|
"centerX": {
|
|
83530
|
-
"description": "
|
|
83531
|
-
"
|
|
83655
|
+
"description": "中心点 x 坐标",
|
|
83656
|
+
"since": "1.11.2 支持百分比字符串",
|
|
83657
|
+
"type": [
|
|
83658
|
+
"string",
|
|
83659
|
+
"number"
|
|
83660
|
+
]
|
|
83532
83661
|
},
|
|
83533
83662
|
"centerY": {
|
|
83534
|
-
"description": "
|
|
83535
|
-
"
|
|
83663
|
+
"description": "中心点 y 坐标",
|
|
83664
|
+
"since": "1.11.2 支持百分比字符串",
|
|
83665
|
+
"type": [
|
|
83666
|
+
"string",
|
|
83667
|
+
"number"
|
|
83668
|
+
]
|
|
83536
83669
|
},
|
|
83537
83670
|
"cornerRadius": {
|
|
83538
83671
|
"description": "圆角半径",
|
|
@@ -101012,34 +101145,34 @@
|
|
|
101012
101145
|
},
|
|
101013
101146
|
"Promise<FontFaceSet>": {
|
|
101014
101147
|
"properties": {
|
|
101015
|
-
"__@toStringTag@
|
|
101148
|
+
"__@toStringTag@13423": {
|
|
101016
101149
|
"type": "string"
|
|
101017
101150
|
}
|
|
101018
101151
|
},
|
|
101019
101152
|
"required": [
|
|
101020
|
-
"__@toStringTag@
|
|
101153
|
+
"__@toStringTag@13423"
|
|
101021
101154
|
],
|
|
101022
101155
|
"type": "object"
|
|
101023
101156
|
},
|
|
101024
101157
|
"Promise<ServiceWorkerRegistration>": {
|
|
101025
101158
|
"properties": {
|
|
101026
|
-
"__@toStringTag@
|
|
101159
|
+
"__@toStringTag@13423": {
|
|
101027
101160
|
"type": "string"
|
|
101028
101161
|
}
|
|
101029
101162
|
},
|
|
101030
101163
|
"required": [
|
|
101031
|
-
"__@toStringTag@
|
|
101164
|
+
"__@toStringTag@13423"
|
|
101032
101165
|
],
|
|
101033
101166
|
"type": "object"
|
|
101034
101167
|
},
|
|
101035
101168
|
"Promise<any>": {
|
|
101036
101169
|
"properties": {
|
|
101037
|
-
"__@toStringTag@
|
|
101170
|
+
"__@toStringTag@13423": {
|
|
101038
101171
|
"type": "string"
|
|
101039
101172
|
}
|
|
101040
101173
|
},
|
|
101041
101174
|
"required": [
|
|
101042
|
-
"__@toStringTag@
|
|
101175
|
+
"__@toStringTag@13423"
|
|
101043
101176
|
],
|
|
101044
101177
|
"type": "object"
|
|
101045
101178
|
},
|