@visactor/vchart-schema 1.8.8 → 1.8.10-alpha.0
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 +265 -225
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -18160,11 +18160,6 @@
|
|
|
18160
18160
|
"id": {
|
|
18161
18161
|
"$ref": "#/definitions/StringOrNumber"
|
|
18162
18162
|
},
|
|
18163
|
-
"indent": {
|
|
18164
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
18165
|
-
"description": "模块的布局锁进",
|
|
18166
|
-
"since": "1.8.6"
|
|
18167
|
-
},
|
|
18168
18163
|
"interactive": {
|
|
18169
18164
|
"description": "是否支持交互。@default false",
|
|
18170
18165
|
"type": "boolean"
|
|
@@ -24271,38 +24266,256 @@
|
|
|
24271
24266
|
"ICartesianAxisSpec": {
|
|
24272
24267
|
"anyOf": [
|
|
24273
24268
|
{
|
|
24274
|
-
"
|
|
24269
|
+
"allOf": [
|
|
24270
|
+
{
|
|
24271
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24272
|
+
},
|
|
24273
|
+
{
|
|
24274
|
+
"typeof": "function"
|
|
24275
|
+
},
|
|
24276
|
+
{
|
|
24277
|
+
"typeof": "function"
|
|
24278
|
+
},
|
|
24279
|
+
{
|
|
24280
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24281
|
+
},
|
|
24282
|
+
{
|
|
24283
|
+
"typeof": "function"
|
|
24284
|
+
}
|
|
24285
|
+
]
|
|
24286
|
+
},
|
|
24287
|
+
{
|
|
24288
|
+
"allOf": [
|
|
24289
|
+
{
|
|
24290
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24291
|
+
},
|
|
24292
|
+
{
|
|
24293
|
+
"typeof": "function"
|
|
24294
|
+
},
|
|
24295
|
+
{
|
|
24296
|
+
"typeof": "function"
|
|
24297
|
+
},
|
|
24298
|
+
{
|
|
24299
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24300
|
+
},
|
|
24301
|
+
{
|
|
24302
|
+
"typeof": "function"
|
|
24303
|
+
}
|
|
24304
|
+
]
|
|
24305
|
+
},
|
|
24306
|
+
{
|
|
24307
|
+
"allOf": [
|
|
24308
|
+
{
|
|
24309
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24310
|
+
},
|
|
24311
|
+
{
|
|
24312
|
+
"typeof": "function"
|
|
24313
|
+
},
|
|
24314
|
+
{
|
|
24315
|
+
"typeof": "function"
|
|
24316
|
+
},
|
|
24317
|
+
{
|
|
24318
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24319
|
+
},
|
|
24320
|
+
{
|
|
24321
|
+
"typeof": "function"
|
|
24322
|
+
}
|
|
24323
|
+
]
|
|
24275
24324
|
},
|
|
24276
24325
|
{
|
|
24277
|
-
"
|
|
24326
|
+
"allOf": [
|
|
24327
|
+
{
|
|
24328
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24329
|
+
},
|
|
24330
|
+
{
|
|
24331
|
+
"typeof": "function"
|
|
24332
|
+
},
|
|
24333
|
+
{
|
|
24334
|
+
"typeof": "function"
|
|
24335
|
+
},
|
|
24336
|
+
{
|
|
24337
|
+
"$ref": "#/definitions/IBandAxisSpec"
|
|
24338
|
+
},
|
|
24339
|
+
{
|
|
24340
|
+
"typeof": "function"
|
|
24341
|
+
}
|
|
24342
|
+
]
|
|
24343
|
+
},
|
|
24344
|
+
{
|
|
24345
|
+
"allOf": [
|
|
24346
|
+
{
|
|
24347
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24348
|
+
},
|
|
24349
|
+
{
|
|
24350
|
+
"typeof": "function"
|
|
24351
|
+
},
|
|
24352
|
+
{
|
|
24353
|
+
"typeof": "function"
|
|
24354
|
+
},
|
|
24355
|
+
{
|
|
24356
|
+
"$ref": "#/definitions/IBandAxisSpec"
|
|
24357
|
+
},
|
|
24358
|
+
{
|
|
24359
|
+
"typeof": "function"
|
|
24360
|
+
}
|
|
24361
|
+
]
|
|
24362
|
+
},
|
|
24363
|
+
{
|
|
24364
|
+
"allOf": [
|
|
24365
|
+
{
|
|
24366
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24367
|
+
},
|
|
24368
|
+
{
|
|
24369
|
+
"typeof": "function"
|
|
24370
|
+
},
|
|
24371
|
+
{
|
|
24372
|
+
"typeof": "function"
|
|
24373
|
+
},
|
|
24374
|
+
{
|
|
24375
|
+
"$ref": "#/definitions/IBandAxisSpec"
|
|
24376
|
+
},
|
|
24377
|
+
{
|
|
24378
|
+
"typeof": "function"
|
|
24379
|
+
}
|
|
24380
|
+
]
|
|
24278
24381
|
},
|
|
24279
24382
|
{
|
|
24280
24383
|
"$ref": "#/definitions/ICartesianTimeAxisSpec"
|
|
24281
24384
|
},
|
|
24282
24385
|
{
|
|
24283
|
-
"
|
|
24386
|
+
"allOf": [
|
|
24387
|
+
{
|
|
24388
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24389
|
+
},
|
|
24390
|
+
{
|
|
24391
|
+
"typeof": "function"
|
|
24392
|
+
},
|
|
24393
|
+
{
|
|
24394
|
+
"typeof": "function"
|
|
24395
|
+
},
|
|
24396
|
+
{
|
|
24397
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24398
|
+
},
|
|
24399
|
+
{
|
|
24400
|
+
"typeof": "function"
|
|
24401
|
+
},
|
|
24402
|
+
{
|
|
24403
|
+
"typeof": "function"
|
|
24404
|
+
}
|
|
24405
|
+
]
|
|
24284
24406
|
},
|
|
24285
24407
|
{
|
|
24286
|
-
"
|
|
24287
|
-
|
|
24288
|
-
|
|
24289
|
-
|
|
24290
|
-
|
|
24291
|
-
|
|
24292
|
-
|
|
24408
|
+
"allOf": [
|
|
24409
|
+
{
|
|
24410
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24411
|
+
},
|
|
24412
|
+
{
|
|
24413
|
+
"typeof": "function"
|
|
24414
|
+
},
|
|
24415
|
+
{
|
|
24416
|
+
"typeof": "function"
|
|
24417
|
+
},
|
|
24418
|
+
{
|
|
24419
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24420
|
+
},
|
|
24421
|
+
{
|
|
24422
|
+
"typeof": "function"
|
|
24423
|
+
},
|
|
24424
|
+
{
|
|
24425
|
+
"typeof": "function"
|
|
24426
|
+
}
|
|
24427
|
+
]
|
|
24428
|
+
},
|
|
24293
24429
|
{
|
|
24294
|
-
"
|
|
24430
|
+
"allOf": [
|
|
24431
|
+
{
|
|
24432
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24433
|
+
},
|
|
24434
|
+
{
|
|
24435
|
+
"typeof": "function"
|
|
24436
|
+
},
|
|
24437
|
+
{
|
|
24438
|
+
"typeof": "function"
|
|
24439
|
+
},
|
|
24440
|
+
{
|
|
24441
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24442
|
+
},
|
|
24443
|
+
{
|
|
24444
|
+
"typeof": "function"
|
|
24445
|
+
},
|
|
24446
|
+
{
|
|
24447
|
+
"typeof": "function"
|
|
24448
|
+
}
|
|
24449
|
+
]
|
|
24295
24450
|
},
|
|
24296
24451
|
{
|
|
24297
|
-
"
|
|
24452
|
+
"allOf": [
|
|
24453
|
+
{
|
|
24454
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24455
|
+
},
|
|
24456
|
+
{
|
|
24457
|
+
"typeof": "function"
|
|
24458
|
+
},
|
|
24459
|
+
{
|
|
24460
|
+
"typeof": "function"
|
|
24461
|
+
},
|
|
24462
|
+
{
|
|
24463
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24464
|
+
},
|
|
24465
|
+
{
|
|
24466
|
+
"typeof": "function"
|
|
24467
|
+
},
|
|
24468
|
+
{
|
|
24469
|
+
"typeof": "function"
|
|
24470
|
+
}
|
|
24471
|
+
]
|
|
24298
24472
|
},
|
|
24299
24473
|
{
|
|
24300
|
-
"
|
|
24474
|
+
"allOf": [
|
|
24475
|
+
{
|
|
24476
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24477
|
+
},
|
|
24478
|
+
{
|
|
24479
|
+
"typeof": "function"
|
|
24480
|
+
},
|
|
24481
|
+
{
|
|
24482
|
+
"typeof": "function"
|
|
24483
|
+
},
|
|
24484
|
+
{
|
|
24485
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24486
|
+
},
|
|
24487
|
+
{
|
|
24488
|
+
"typeof": "function"
|
|
24489
|
+
},
|
|
24490
|
+
{
|
|
24491
|
+
"typeof": "function"
|
|
24492
|
+
}
|
|
24493
|
+
]
|
|
24301
24494
|
},
|
|
24302
24495
|
{
|
|
24303
|
-
"
|
|
24496
|
+
"allOf": [
|
|
24497
|
+
{
|
|
24498
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24499
|
+
},
|
|
24500
|
+
{
|
|
24501
|
+
"typeof": "function"
|
|
24502
|
+
},
|
|
24503
|
+
{
|
|
24504
|
+
"typeof": "function"
|
|
24505
|
+
},
|
|
24506
|
+
{
|
|
24507
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24508
|
+
},
|
|
24509
|
+
{
|
|
24510
|
+
"typeof": "function"
|
|
24511
|
+
},
|
|
24512
|
+
{
|
|
24513
|
+
"typeof": "function"
|
|
24514
|
+
}
|
|
24515
|
+
]
|
|
24304
24516
|
}
|
|
24305
|
-
]
|
|
24517
|
+
],
|
|
24518
|
+
"description": "spec"
|
|
24306
24519
|
},
|
|
24307
24520
|
"ICartesianCrosshairSpec": {
|
|
24308
24521
|
"properties": {
|
|
@@ -24329,11 +24542,6 @@
|
|
|
24329
24542
|
"id": {
|
|
24330
24543
|
"$ref": "#/definitions/StringOrNumber"
|
|
24331
24544
|
},
|
|
24332
|
-
"indent": {
|
|
24333
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
24334
|
-
"description": "模块的布局锁进",
|
|
24335
|
-
"since": "1.8.6"
|
|
24336
|
-
},
|
|
24337
24545
|
"labelZIndex": {
|
|
24338
24546
|
"description": "crosshair 文本的显示层级",
|
|
24339
24547
|
"type": "number"
|
|
@@ -24532,41 +24740,6 @@
|
|
|
24532
24740
|
}
|
|
24533
24741
|
]
|
|
24534
24742
|
},
|
|
24535
|
-
"ICartesianLinearAxisSpec": {
|
|
24536
|
-
"allOf": [
|
|
24537
|
-
{
|
|
24538
|
-
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24539
|
-
},
|
|
24540
|
-
{
|
|
24541
|
-
"typeof": "function"
|
|
24542
|
-
},
|
|
24543
|
-
{
|
|
24544
|
-
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24545
|
-
},
|
|
24546
|
-
{
|
|
24547
|
-
"typeof": "function"
|
|
24548
|
-
}
|
|
24549
|
-
]
|
|
24550
|
-
},
|
|
24551
|
-
"ICartesianLogAxisSpec": {
|
|
24552
|
-
"allOf": [
|
|
24553
|
-
{
|
|
24554
|
-
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24555
|
-
},
|
|
24556
|
-
{
|
|
24557
|
-
"typeof": "function"
|
|
24558
|
-
},
|
|
24559
|
-
{
|
|
24560
|
-
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24561
|
-
},
|
|
24562
|
-
{
|
|
24563
|
-
"typeof": "function"
|
|
24564
|
-
},
|
|
24565
|
-
{
|
|
24566
|
-
"typeof": "function"
|
|
24567
|
-
}
|
|
24568
|
-
]
|
|
24569
|
-
},
|
|
24570
24743
|
"ICartesianSeriesSpec": {
|
|
24571
24744
|
"properties": {
|
|
24572
24745
|
"animation": {
|
|
@@ -24766,25 +24939,6 @@
|
|
|
24766
24939
|
],
|
|
24767
24940
|
"type": "object"
|
|
24768
24941
|
},
|
|
24769
|
-
"ICartesianSymlogAxisSpec": {
|
|
24770
|
-
"allOf": [
|
|
24771
|
-
{
|
|
24772
|
-
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24773
|
-
},
|
|
24774
|
-
{
|
|
24775
|
-
"typeof": "function"
|
|
24776
|
-
},
|
|
24777
|
-
{
|
|
24778
|
-
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24779
|
-
},
|
|
24780
|
-
{
|
|
24781
|
-
"typeof": "function"
|
|
24782
|
-
},
|
|
24783
|
-
{
|
|
24784
|
-
"typeof": "function"
|
|
24785
|
-
}
|
|
24786
|
-
]
|
|
24787
|
-
},
|
|
24788
24942
|
"ICartesianTimeAxisSpec": {
|
|
24789
24943
|
"allOf": [
|
|
24790
24944
|
{
|
|
@@ -26873,11 +27027,6 @@
|
|
|
26873
27027
|
"id": {
|
|
26874
27028
|
"$ref": "#/definitions/StringOrNumber"
|
|
26875
27029
|
},
|
|
26876
|
-
"indent": {
|
|
26877
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
26878
|
-
"description": "模块的布局锁进",
|
|
26879
|
-
"since": "1.8.6"
|
|
26880
|
-
},
|
|
26881
27030
|
"inverse": {
|
|
26882
27031
|
"default": false,
|
|
26883
27032
|
"description": "是否开启反向坐标轴。",
|
|
@@ -27541,11 +27690,6 @@
|
|
|
27541
27690
|
"id": {
|
|
27542
27691
|
"$ref": "#/definitions/StringOrNumber"
|
|
27543
27692
|
},
|
|
27544
|
-
"indent": {
|
|
27545
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
27546
|
-
"description": "模块的布局锁进",
|
|
27547
|
-
"since": "1.8.6"
|
|
27548
|
-
},
|
|
27549
27693
|
"layoutLevel": {
|
|
27550
27694
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
27551
27695
|
"type": "number"
|
|
@@ -28239,11 +28383,6 @@
|
|
|
28239
28383
|
"$ref": "#/definitions/ILayoutNumber",
|
|
28240
28384
|
"description": "模块的布局大小:高度"
|
|
28241
28385
|
},
|
|
28242
|
-
"indent": {
|
|
28243
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
28244
|
-
"description": "模块的布局锁进",
|
|
28245
|
-
"since": "1.8.6"
|
|
28246
|
-
},
|
|
28247
28386
|
"interactive": {
|
|
28248
28387
|
"default": true,
|
|
28249
28388
|
"description": "是否允许交互",
|
|
@@ -29438,11 +29577,6 @@
|
|
|
29438
29577
|
"id": {
|
|
29439
29578
|
"$ref": "#/definitions/StringOrNumber"
|
|
29440
29579
|
},
|
|
29441
|
-
"indent": {
|
|
29442
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
29443
|
-
"description": "模块的布局锁进",
|
|
29444
|
-
"since": "1.8.6"
|
|
29445
|
-
},
|
|
29446
29580
|
"labelZIndex": {
|
|
29447
29581
|
"description": "crosshair 文本的显示层级",
|
|
29448
29582
|
"type": "number"
|
|
@@ -30223,11 +30357,6 @@
|
|
|
30223
30357
|
"since": "1.7.0",
|
|
30224
30358
|
"type": "boolean"
|
|
30225
30359
|
},
|
|
30226
|
-
"indent": {
|
|
30227
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
30228
|
-
"description": "模块的布局锁进",
|
|
30229
|
-
"since": "1.8.6"
|
|
30230
|
-
},
|
|
30231
30360
|
"layoutLevel": {
|
|
30232
30361
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
30233
30362
|
"type": "number"
|
|
@@ -30974,11 +31103,6 @@
|
|
|
30974
31103
|
"html": {
|
|
30975
31104
|
"typeof": "function"
|
|
30976
31105
|
},
|
|
30977
|
-
"indent": {
|
|
30978
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
30979
|
-
"description": "模块的布局锁进",
|
|
30980
|
-
"since": "1.8.6"
|
|
30981
|
-
},
|
|
30982
31106
|
"innerBorder": {
|
|
30983
31107
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
30984
31108
|
},
|
|
@@ -39923,11 +40047,6 @@
|
|
|
39923
40047
|
"id": {
|
|
39924
40048
|
"$ref": "#/definitions/StringOrNumber"
|
|
39925
40049
|
},
|
|
39926
|
-
"indent": {
|
|
39927
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
39928
|
-
"description": "模块的布局锁进",
|
|
39929
|
-
"since": "1.8.6"
|
|
39930
|
-
},
|
|
39931
40050
|
"layoutLevel": {
|
|
39932
40051
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
39933
40052
|
"type": "number"
|
|
@@ -40138,11 +40257,6 @@
|
|
|
40138
40257
|
"id": {
|
|
40139
40258
|
"$ref": "#/definitions/StringOrNumber"
|
|
40140
40259
|
},
|
|
40141
|
-
"indent": {
|
|
40142
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
40143
|
-
"description": "模块的布局锁进",
|
|
40144
|
-
"since": "1.8.6"
|
|
40145
|
-
},
|
|
40146
40260
|
"layoutLevel": {
|
|
40147
40261
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
40148
40262
|
"type": "number"
|
|
@@ -40523,11 +40637,6 @@
|
|
|
40523
40637
|
"id": {
|
|
40524
40638
|
"$ref": "#/definitions/StringOrNumber"
|
|
40525
40639
|
},
|
|
40526
|
-
"indent": {
|
|
40527
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
40528
|
-
"description": "模块的布局锁进",
|
|
40529
|
-
"since": "1.8.6"
|
|
40530
|
-
},
|
|
40531
40640
|
"interactive": {
|
|
40532
40641
|
"description": "是否支持交互。@default false",
|
|
40533
40642
|
"type": "boolean"
|
|
@@ -41467,11 +41576,6 @@
|
|
|
41467
41576
|
"$ref": "#/definitions/ILayoutNumber",
|
|
41468
41577
|
"description": "模块的布局大小:高度"
|
|
41469
41578
|
},
|
|
41470
|
-
"indent": {
|
|
41471
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
41472
|
-
"description": "模块的布局锁进",
|
|
41473
|
-
"since": "1.8.6"
|
|
41474
|
-
},
|
|
41475
41579
|
"layoutLevel": {
|
|
41476
41580
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
41477
41581
|
"type": "number"
|
|
@@ -45896,11 +46000,6 @@
|
|
|
45896
46000
|
"id": {
|
|
45897
46001
|
"$ref": "#/definitions/StringOrNumber"
|
|
45898
46002
|
},
|
|
45899
|
-
"indent": {
|
|
45900
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
45901
|
-
"description": "模块的布局锁进",
|
|
45902
|
-
"since": "1.8.6"
|
|
45903
|
-
},
|
|
45904
46003
|
"interactive": {
|
|
45905
46004
|
"default": false,
|
|
45906
46005
|
"description": "marker组件是否可交互",
|
|
@@ -48482,11 +48581,6 @@
|
|
|
48482
48581
|
"description": "组件高度",
|
|
48483
48582
|
"type": "number"
|
|
48484
48583
|
},
|
|
48485
|
-
"indent": {
|
|
48486
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
48487
|
-
"description": "模块的布局锁进",
|
|
48488
|
-
"since": "1.8.6"
|
|
48489
|
-
},
|
|
48490
48584
|
"interval": {
|
|
48491
48585
|
"default": 1000,
|
|
48492
48586
|
"description": "该配置与totalDuration互斥, 若配置播放间隔, 则会重新计算总时长.",
|
|
@@ -48697,11 +48791,6 @@
|
|
|
48697
48791
|
"description": "组件高度",
|
|
48698
48792
|
"type": "number"
|
|
48699
48793
|
},
|
|
48700
|
-
"indent": {
|
|
48701
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
48702
|
-
"description": "模块的布局锁进",
|
|
48703
|
-
"since": "1.8.6"
|
|
48704
|
-
},
|
|
48705
48794
|
"layoutLevel": {
|
|
48706
48795
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
48707
48796
|
"type": "number"
|
|
@@ -49002,11 +49091,6 @@
|
|
|
49002
49091
|
"id": {
|
|
49003
49092
|
"$ref": "#/definitions/StringOrNumber"
|
|
49004
49093
|
},
|
|
49005
|
-
"indent": {
|
|
49006
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
49007
|
-
"description": "模块的布局锁进",
|
|
49008
|
-
"since": "1.8.6"
|
|
49009
|
-
},
|
|
49010
49094
|
"labelZIndex": {
|
|
49011
49095
|
"description": "crosshair 文本的显示层级",
|
|
49012
49096
|
"type": "number"
|
|
@@ -55660,11 +55744,6 @@
|
|
|
55660
55744
|
"id": {
|
|
55661
55745
|
"$ref": "#/definitions/StringOrNumber"
|
|
55662
55746
|
},
|
|
55663
|
-
"indent": {
|
|
55664
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
55665
|
-
"description": "模块的布局锁进",
|
|
55666
|
-
"since": "1.8.6"
|
|
55667
|
-
},
|
|
55668
55747
|
"layoutLevel": {
|
|
55669
55748
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
55670
55749
|
"type": "number"
|
|
@@ -59100,11 +59179,6 @@
|
|
|
59100
59179
|
"id": {
|
|
59101
59180
|
"$ref": "#/definitions/StringOrNumber"
|
|
59102
59181
|
},
|
|
59103
|
-
"indent": {
|
|
59104
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
59105
|
-
"description": "模块的布局锁进",
|
|
59106
|
-
"since": "1.8.6"
|
|
59107
|
-
},
|
|
59108
59182
|
"innerPadding": {
|
|
59109
59183
|
"anyOf": [
|
|
59110
59184
|
{
|
|
@@ -63169,11 +63243,6 @@
|
|
|
63169
63243
|
"id": {
|
|
63170
63244
|
"$ref": "#/definitions/StringOrNumber"
|
|
63171
63245
|
},
|
|
63172
|
-
"indent": {
|
|
63173
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
63174
|
-
"description": "模块的布局锁进",
|
|
63175
|
-
"since": "1.8.6"
|
|
63176
|
-
},
|
|
63177
63246
|
"innerPadding": {
|
|
63178
63247
|
"anyOf": [
|
|
63179
63248
|
{
|
|
@@ -63492,11 +63561,6 @@
|
|
|
63492
63561
|
"$ref": "#/definitions/ILayoutNumber",
|
|
63493
63562
|
"description": "模块的布局大小:高度"
|
|
63494
63563
|
},
|
|
63495
|
-
"indent": {
|
|
63496
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
63497
|
-
"description": "模块的布局锁进",
|
|
63498
|
-
"since": "1.8.6"
|
|
63499
|
-
},
|
|
63500
63564
|
"layoutLevel": {
|
|
63501
63565
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
63502
63566
|
"type": "number"
|
|
@@ -70114,7 +70178,7 @@
|
|
|
70114
70178
|
},
|
|
70115
70179
|
"Map<Function,(...args:any[])=>void>": {
|
|
70116
70180
|
"properties": {
|
|
70117
|
-
"__@toStringTag@
|
|
70181
|
+
"__@toStringTag@12626": {
|
|
70118
70182
|
"type": "string"
|
|
70119
70183
|
},
|
|
70120
70184
|
"size": {
|
|
@@ -70122,14 +70186,14 @@
|
|
|
70122
70186
|
}
|
|
70123
70187
|
},
|
|
70124
70188
|
"required": [
|
|
70125
|
-
"__@toStringTag@
|
|
70189
|
+
"__@toStringTag@12626",
|
|
70126
70190
|
"size"
|
|
70127
70191
|
],
|
|
70128
70192
|
"type": "object"
|
|
70129
70193
|
},
|
|
70130
70194
|
"Map<number,IGraphicPicker>": {
|
|
70131
70195
|
"properties": {
|
|
70132
|
-
"__@toStringTag@
|
|
70196
|
+
"__@toStringTag@12626": {
|
|
70133
70197
|
"type": "string"
|
|
70134
70198
|
},
|
|
70135
70199
|
"size": {
|
|
@@ -70137,14 +70201,14 @@
|
|
|
70137
70201
|
}
|
|
70138
70202
|
},
|
|
70139
70203
|
"required": [
|
|
70140
|
-
"__@toStringTag@
|
|
70204
|
+
"__@toStringTag@12626",
|
|
70141
70205
|
"size"
|
|
70142
70206
|
],
|
|
70143
70207
|
"type": "object"
|
|
70144
70208
|
},
|
|
70145
70209
|
"Map<number,IGraphicRender>": {
|
|
70146
70210
|
"properties": {
|
|
70147
|
-
"__@toStringTag@
|
|
70211
|
+
"__@toStringTag@12626": {
|
|
70148
70212
|
"type": "string"
|
|
70149
70213
|
},
|
|
70150
70214
|
"size": {
|
|
@@ -70152,14 +70216,14 @@
|
|
|
70152
70216
|
}
|
|
70153
70217
|
},
|
|
70154
70218
|
"required": [
|
|
70155
|
-
"__@toStringTag@
|
|
70219
|
+
"__@toStringTag@12626",
|
|
70156
70220
|
"size"
|
|
70157
70221
|
],
|
|
70158
70222
|
"type": "object"
|
|
70159
70223
|
},
|
|
70160
70224
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
70161
70225
|
"properties": {
|
|
70162
|
-
"__@toStringTag@
|
|
70226
|
+
"__@toStringTag@12626": {
|
|
70163
70227
|
"type": "string"
|
|
70164
70228
|
},
|
|
70165
70229
|
"size": {
|
|
@@ -70167,14 +70231,14 @@
|
|
|
70167
70231
|
}
|
|
70168
70232
|
},
|
|
70169
70233
|
"required": [
|
|
70170
|
-
"__@toStringTag@
|
|
70234
|
+
"__@toStringTag@12626",
|
|
70171
70235
|
"size"
|
|
70172
70236
|
],
|
|
70173
70237
|
"type": "object"
|
|
70174
70238
|
},
|
|
70175
70239
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
70176
70240
|
"properties": {
|
|
70177
|
-
"__@toStringTag@
|
|
70241
|
+
"__@toStringTag@12626": {
|
|
70178
70242
|
"type": "string"
|
|
70179
70243
|
},
|
|
70180
70244
|
"size": {
|
|
@@ -70182,14 +70246,14 @@
|
|
|
70182
70246
|
}
|
|
70183
70247
|
},
|
|
70184
70248
|
"required": [
|
|
70185
|
-
"__@toStringTag@
|
|
70249
|
+
"__@toStringTag@12626",
|
|
70186
70250
|
"size"
|
|
70187
70251
|
],
|
|
70188
70252
|
"type": "object"
|
|
70189
70253
|
},
|
|
70190
70254
|
"Map<string,any>": {
|
|
70191
70255
|
"properties": {
|
|
70192
|
-
"__@toStringTag@
|
|
70256
|
+
"__@toStringTag@12626": {
|
|
70193
70257
|
"type": "string"
|
|
70194
70258
|
},
|
|
70195
70259
|
"size": {
|
|
@@ -70197,14 +70261,14 @@
|
|
|
70197
70261
|
}
|
|
70198
70262
|
},
|
|
70199
70263
|
"required": [
|
|
70200
|
-
"__@toStringTag@
|
|
70264
|
+
"__@toStringTag@12626",
|
|
70201
70265
|
"size"
|
|
70202
70266
|
],
|
|
70203
70267
|
"type": "object"
|
|
70204
70268
|
},
|
|
70205
70269
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
70206
70270
|
"properties": {
|
|
70207
|
-
"__@toStringTag@
|
|
70271
|
+
"__@toStringTag@12626": {
|
|
70208
70272
|
"type": "string"
|
|
70209
70273
|
},
|
|
70210
70274
|
"size": {
|
|
@@ -70212,14 +70276,14 @@
|
|
|
70212
70276
|
}
|
|
70213
70277
|
},
|
|
70214
70278
|
"required": [
|
|
70215
|
-
"__@toStringTag@
|
|
70279
|
+
"__@toStringTag@12626",
|
|
70216
70280
|
"size"
|
|
70217
70281
|
],
|
|
70218
70282
|
"type": "object"
|
|
70219
70283
|
},
|
|
70220
70284
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
70221
70285
|
"properties": {
|
|
70222
|
-
"__@toStringTag@
|
|
70286
|
+
"__@toStringTag@12626": {
|
|
70223
70287
|
"type": "string"
|
|
70224
70288
|
},
|
|
70225
70289
|
"size": {
|
|
@@ -70227,14 +70291,14 @@
|
|
|
70227
70291
|
}
|
|
70228
70292
|
},
|
|
70229
70293
|
"required": [
|
|
70230
|
-
"__@toStringTag@
|
|
70294
|
+
"__@toStringTag@12626",
|
|
70231
70295
|
"size"
|
|
70232
70296
|
],
|
|
70233
70297
|
"type": "object"
|
|
70234
70298
|
},
|
|
70235
70299
|
"Map<string|number,IAnimate>": {
|
|
70236
70300
|
"properties": {
|
|
70237
|
-
"__@toStringTag@
|
|
70301
|
+
"__@toStringTag@12626": {
|
|
70238
70302
|
"type": "string"
|
|
70239
70303
|
},
|
|
70240
70304
|
"size": {
|
|
@@ -70242,7 +70306,7 @@
|
|
|
70242
70306
|
}
|
|
70243
70307
|
},
|
|
70244
70308
|
"required": [
|
|
70245
|
-
"__@toStringTag@
|
|
70309
|
+
"__@toStringTag@12626",
|
|
70246
70310
|
"size"
|
|
70247
70311
|
],
|
|
70248
70312
|
"type": "object"
|
|
@@ -71650,11 +71714,6 @@
|
|
|
71650
71714
|
"id": {
|
|
71651
71715
|
"$ref": "#/definitions/StringOrNumber"
|
|
71652
71716
|
},
|
|
71653
|
-
"indent": {
|
|
71654
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
71655
|
-
"description": "模块的布局锁进",
|
|
71656
|
-
"since": "1.8.6"
|
|
71657
|
-
},
|
|
71658
71717
|
"label": {
|
|
71659
71718
|
"$ref": "#/definitions/ICartesianLabel",
|
|
71660
71719
|
"description": "轴标签配置"
|
|
@@ -71708,8 +71767,14 @@
|
|
|
71708
71767
|
"description": "模块的布局位置偏移:Y"
|
|
71709
71768
|
},
|
|
71710
71769
|
"orient": {
|
|
71711
|
-
"
|
|
71712
|
-
|
|
71770
|
+
"enum": [
|
|
71771
|
+
"bottom",
|
|
71772
|
+
"left",
|
|
71773
|
+
"right",
|
|
71774
|
+
"top",
|
|
71775
|
+
"z"
|
|
71776
|
+
],
|
|
71777
|
+
"type": "string"
|
|
71713
71778
|
},
|
|
71714
71779
|
"padding": {
|
|
71715
71780
|
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
@@ -72280,11 +72345,6 @@
|
|
|
72280
72345
|
"id": {
|
|
72281
72346
|
"$ref": "#/definitions/StringOrNumber"
|
|
72282
72347
|
},
|
|
72283
|
-
"indent": {
|
|
72284
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
72285
|
-
"description": "模块的布局锁进",
|
|
72286
|
-
"since": "1.8.6"
|
|
72287
|
-
},
|
|
72288
72348
|
"inverse": {
|
|
72289
72349
|
"default": false,
|
|
72290
72350
|
"description": "是否开启反向坐标轴。",
|
|
@@ -72465,11 +72525,6 @@
|
|
|
72465
72525
|
"id": {
|
|
72466
72526
|
"$ref": "#/definitions/StringOrNumber"
|
|
72467
72527
|
},
|
|
72468
|
-
"indent": {
|
|
72469
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
72470
|
-
"description": "模块的布局锁进",
|
|
72471
|
-
"since": "1.8.6"
|
|
72472
|
-
},
|
|
72473
72528
|
"layoutLevel": {
|
|
72474
72529
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
72475
72530
|
"type": "number"
|
|
@@ -73769,11 +73824,6 @@
|
|
|
73769
73824
|
"id": {
|
|
73770
73825
|
"$ref": "#/definitions/StringOrNumber"
|
|
73771
73826
|
},
|
|
73772
|
-
"indent": {
|
|
73773
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
73774
|
-
"description": "模块的布局锁进",
|
|
73775
|
-
"since": "1.8.6"
|
|
73776
|
-
},
|
|
73777
73827
|
"interactive": {
|
|
73778
73828
|
"description": "是否支持交互。@default false",
|
|
73779
73829
|
"type": "boolean"
|
|
@@ -78919,11 +78969,6 @@
|
|
|
78919
78969
|
"id": {
|
|
78920
78970
|
"$ref": "#/definitions/StringOrNumber"
|
|
78921
78971
|
},
|
|
78922
|
-
"indent": {
|
|
78923
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
78924
|
-
"description": "模块的布局锁进",
|
|
78925
|
-
"since": "1.8.6"
|
|
78926
|
-
},
|
|
78927
78972
|
"interactive": {
|
|
78928
78973
|
"description": "是否支持交互。@default false",
|
|
78929
78974
|
"type": "boolean"
|
|
@@ -79588,11 +79633,6 @@
|
|
|
79588
79633
|
"id": {
|
|
79589
79634
|
"$ref": "#/definitions/StringOrNumber"
|
|
79590
79635
|
},
|
|
79591
|
-
"indent": {
|
|
79592
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
79593
|
-
"description": "模块的布局锁进",
|
|
79594
|
-
"since": "1.8.6"
|
|
79595
|
-
},
|
|
79596
79636
|
"interactive": {
|
|
79597
79637
|
"description": "是否支持交互。@default false",
|
|
79598
79638
|
"type": "boolean"
|
|
@@ -86717,34 +86757,34 @@
|
|
|
86717
86757
|
},
|
|
86718
86758
|
"Promise<FontFaceSet>": {
|
|
86719
86759
|
"properties": {
|
|
86720
|
-
"__@toStringTag@
|
|
86760
|
+
"__@toStringTag@12626": {
|
|
86721
86761
|
"type": "string"
|
|
86722
86762
|
}
|
|
86723
86763
|
},
|
|
86724
86764
|
"required": [
|
|
86725
|
-
"__@toStringTag@
|
|
86765
|
+
"__@toStringTag@12626"
|
|
86726
86766
|
],
|
|
86727
86767
|
"type": "object"
|
|
86728
86768
|
},
|
|
86729
86769
|
"Promise<ServiceWorkerRegistration>": {
|
|
86730
86770
|
"properties": {
|
|
86731
|
-
"__@toStringTag@
|
|
86771
|
+
"__@toStringTag@12626": {
|
|
86732
86772
|
"type": "string"
|
|
86733
86773
|
}
|
|
86734
86774
|
},
|
|
86735
86775
|
"required": [
|
|
86736
|
-
"__@toStringTag@
|
|
86776
|
+
"__@toStringTag@12626"
|
|
86737
86777
|
],
|
|
86738
86778
|
"type": "object"
|
|
86739
86779
|
},
|
|
86740
86780
|
"Promise<any>": {
|
|
86741
86781
|
"properties": {
|
|
86742
|
-
"__@toStringTag@
|
|
86782
|
+
"__@toStringTag@12626": {
|
|
86743
86783
|
"type": "string"
|
|
86744
86784
|
}
|
|
86745
86785
|
},
|
|
86746
86786
|
"required": [
|
|
86747
|
-
"__@toStringTag@
|
|
86787
|
+
"__@toStringTag@12626"
|
|
86748
86788
|
],
|
|
86749
86789
|
"type": "object"
|
|
86750
86790
|
},
|