@visactor/vchart-schema 1.8.9 → 1.8.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +265 -225
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -18169,11 +18169,6 @@
18169
18169
  "id": {
18170
18170
  "$ref": "#/definitions/StringOrNumber"
18171
18171
  },
18172
- "indent": {
18173
- "$ref": "#/definitions/ILayoutPaddingSpec",
18174
- "description": "模块的布局锁进",
18175
- "since": "1.8.6"
18176
- },
18177
18172
  "interactive": {
18178
18173
  "description": "是否支持交互。@default false",
18179
18174
  "type": "boolean"
@@ -24280,38 +24275,256 @@
24280
24275
  "ICartesianAxisSpec": {
24281
24276
  "anyOf": [
24282
24277
  {
24283
- "$ref": "#/definitions/ICartesianLinearAxisSpec"
24278
+ "allOf": [
24279
+ {
24280
+ "$ref": "#/definitions/ICommonAxisSpec"
24281
+ },
24282
+ {
24283
+ "typeof": "function"
24284
+ },
24285
+ {
24286
+ "typeof": "function"
24287
+ },
24288
+ {
24289
+ "$ref": "#/definitions/ILinearAxisSpec"
24290
+ },
24291
+ {
24292
+ "typeof": "function"
24293
+ }
24294
+ ]
24295
+ },
24296
+ {
24297
+ "allOf": [
24298
+ {
24299
+ "$ref": "#/definitions/ICommonAxisSpec"
24300
+ },
24301
+ {
24302
+ "typeof": "function"
24303
+ },
24304
+ {
24305
+ "typeof": "function"
24306
+ },
24307
+ {
24308
+ "$ref": "#/definitions/ILinearAxisSpec"
24309
+ },
24310
+ {
24311
+ "typeof": "function"
24312
+ }
24313
+ ]
24314
+ },
24315
+ {
24316
+ "allOf": [
24317
+ {
24318
+ "$ref": "#/definitions/ICommonAxisSpec"
24319
+ },
24320
+ {
24321
+ "typeof": "function"
24322
+ },
24323
+ {
24324
+ "typeof": "function"
24325
+ },
24326
+ {
24327
+ "$ref": "#/definitions/ILinearAxisSpec"
24328
+ },
24329
+ {
24330
+ "typeof": "function"
24331
+ }
24332
+ ]
24284
24333
  },
24285
24334
  {
24286
- "$ref": "#/definitions/ICartesianBandAxisSpec"
24335
+ "allOf": [
24336
+ {
24337
+ "$ref": "#/definitions/ICommonAxisSpec"
24338
+ },
24339
+ {
24340
+ "typeof": "function"
24341
+ },
24342
+ {
24343
+ "typeof": "function"
24344
+ },
24345
+ {
24346
+ "$ref": "#/definitions/IBandAxisSpec"
24347
+ },
24348
+ {
24349
+ "typeof": "function"
24350
+ }
24351
+ ]
24352
+ },
24353
+ {
24354
+ "allOf": [
24355
+ {
24356
+ "$ref": "#/definitions/ICommonAxisSpec"
24357
+ },
24358
+ {
24359
+ "typeof": "function"
24360
+ },
24361
+ {
24362
+ "typeof": "function"
24363
+ },
24364
+ {
24365
+ "$ref": "#/definitions/IBandAxisSpec"
24366
+ },
24367
+ {
24368
+ "typeof": "function"
24369
+ }
24370
+ ]
24371
+ },
24372
+ {
24373
+ "allOf": [
24374
+ {
24375
+ "$ref": "#/definitions/ICommonAxisSpec"
24376
+ },
24377
+ {
24378
+ "typeof": "function"
24379
+ },
24380
+ {
24381
+ "typeof": "function"
24382
+ },
24383
+ {
24384
+ "$ref": "#/definitions/IBandAxisSpec"
24385
+ },
24386
+ {
24387
+ "typeof": "function"
24388
+ }
24389
+ ]
24287
24390
  },
24288
24391
  {
24289
24392
  "$ref": "#/definitions/ICartesianTimeAxisSpec"
24290
24393
  },
24291
24394
  {
24292
- "$ref": "#/definitions/ICartesianLogAxisSpec"
24395
+ "allOf": [
24396
+ {
24397
+ "$ref": "#/definitions/ICommonAxisSpec"
24398
+ },
24399
+ {
24400
+ "typeof": "function"
24401
+ },
24402
+ {
24403
+ "typeof": "function"
24404
+ },
24405
+ {
24406
+ "$ref": "#/definitions/ILinearAxisSpec"
24407
+ },
24408
+ {
24409
+ "typeof": "function"
24410
+ },
24411
+ {
24412
+ "typeof": "function"
24413
+ }
24414
+ ]
24293
24415
  },
24294
24416
  {
24295
- "$ref": "#/definitions/ICartesianSymlogAxisSpec"
24296
- }
24297
- ],
24298
- "description": "spec"
24299
- },
24300
- "ICartesianBandAxisSpec": {
24301
- "allOf": [
24417
+ "allOf": [
24418
+ {
24419
+ "$ref": "#/definitions/ICommonAxisSpec"
24420
+ },
24421
+ {
24422
+ "typeof": "function"
24423
+ },
24424
+ {
24425
+ "typeof": "function"
24426
+ },
24427
+ {
24428
+ "$ref": "#/definitions/ILinearAxisSpec"
24429
+ },
24430
+ {
24431
+ "typeof": "function"
24432
+ },
24433
+ {
24434
+ "typeof": "function"
24435
+ }
24436
+ ]
24437
+ },
24302
24438
  {
24303
- "$ref": "#/definitions/ICommonAxisSpec"
24439
+ "allOf": [
24440
+ {
24441
+ "$ref": "#/definitions/ICommonAxisSpec"
24442
+ },
24443
+ {
24444
+ "typeof": "function"
24445
+ },
24446
+ {
24447
+ "typeof": "function"
24448
+ },
24449
+ {
24450
+ "$ref": "#/definitions/ILinearAxisSpec"
24451
+ },
24452
+ {
24453
+ "typeof": "function"
24454
+ },
24455
+ {
24456
+ "typeof": "function"
24457
+ }
24458
+ ]
24304
24459
  },
24305
24460
  {
24306
- "typeof": "function"
24461
+ "allOf": [
24462
+ {
24463
+ "$ref": "#/definitions/ICommonAxisSpec"
24464
+ },
24465
+ {
24466
+ "typeof": "function"
24467
+ },
24468
+ {
24469
+ "typeof": "function"
24470
+ },
24471
+ {
24472
+ "$ref": "#/definitions/ILinearAxisSpec"
24473
+ },
24474
+ {
24475
+ "typeof": "function"
24476
+ },
24477
+ {
24478
+ "typeof": "function"
24479
+ }
24480
+ ]
24307
24481
  },
24308
24482
  {
24309
- "$ref": "#/definitions/IBandAxisSpec"
24483
+ "allOf": [
24484
+ {
24485
+ "$ref": "#/definitions/ICommonAxisSpec"
24486
+ },
24487
+ {
24488
+ "typeof": "function"
24489
+ },
24490
+ {
24491
+ "typeof": "function"
24492
+ },
24493
+ {
24494
+ "$ref": "#/definitions/ILinearAxisSpec"
24495
+ },
24496
+ {
24497
+ "typeof": "function"
24498
+ },
24499
+ {
24500
+ "typeof": "function"
24501
+ }
24502
+ ]
24310
24503
  },
24311
24504
  {
24312
- "typeof": "function"
24505
+ "allOf": [
24506
+ {
24507
+ "$ref": "#/definitions/ICommonAxisSpec"
24508
+ },
24509
+ {
24510
+ "typeof": "function"
24511
+ },
24512
+ {
24513
+ "typeof": "function"
24514
+ },
24515
+ {
24516
+ "$ref": "#/definitions/ILinearAxisSpec"
24517
+ },
24518
+ {
24519
+ "typeof": "function"
24520
+ },
24521
+ {
24522
+ "typeof": "function"
24523
+ }
24524
+ ]
24313
24525
  }
24314
- ]
24526
+ ],
24527
+ "description": "spec"
24315
24528
  },
24316
24529
  "ICartesianCrosshairSpec": {
24317
24530
  "properties": {
@@ -24347,11 +24560,6 @@
24347
24560
  "id": {
24348
24561
  "$ref": "#/definitions/StringOrNumber"
24349
24562
  },
24350
- "indent": {
24351
- "$ref": "#/definitions/ILayoutPaddingSpec",
24352
- "description": "模块的布局锁进",
24353
- "since": "1.8.6"
24354
- },
24355
24563
  "labelZIndex": {
24356
24564
  "description": "crosshair 文本的显示层级",
24357
24565
  "type": "number"
@@ -24550,41 +24758,6 @@
24550
24758
  }
24551
24759
  ]
24552
24760
  },
24553
- "ICartesianLinearAxisSpec": {
24554
- "allOf": [
24555
- {
24556
- "$ref": "#/definitions/ICommonAxisSpec"
24557
- },
24558
- {
24559
- "typeof": "function"
24560
- },
24561
- {
24562
- "$ref": "#/definitions/ILinearAxisSpec"
24563
- },
24564
- {
24565
- "typeof": "function"
24566
- }
24567
- ]
24568
- },
24569
- "ICartesianLogAxisSpec": {
24570
- "allOf": [
24571
- {
24572
- "$ref": "#/definitions/ICommonAxisSpec"
24573
- },
24574
- {
24575
- "typeof": "function"
24576
- },
24577
- {
24578
- "$ref": "#/definitions/ILinearAxisSpec"
24579
- },
24580
- {
24581
- "typeof": "function"
24582
- },
24583
- {
24584
- "typeof": "function"
24585
- }
24586
- ]
24587
- },
24588
24761
  "ICartesianSeriesSpec": {
24589
24762
  "properties": {
24590
24763
  "animation": {
@@ -24784,25 +24957,6 @@
24784
24957
  ],
24785
24958
  "type": "object"
24786
24959
  },
24787
- "ICartesianSymlogAxisSpec": {
24788
- "allOf": [
24789
- {
24790
- "$ref": "#/definitions/ICommonAxisSpec"
24791
- },
24792
- {
24793
- "typeof": "function"
24794
- },
24795
- {
24796
- "$ref": "#/definitions/ILinearAxisSpec"
24797
- },
24798
- {
24799
- "typeof": "function"
24800
- },
24801
- {
24802
- "typeof": "function"
24803
- }
24804
- ]
24805
- },
24806
24960
  "ICartesianTimeAxisSpec": {
24807
24961
  "allOf": [
24808
24962
  {
@@ -26900,11 +27054,6 @@
26900
27054
  "id": {
26901
27055
  "$ref": "#/definitions/StringOrNumber"
26902
27056
  },
26903
- "indent": {
26904
- "$ref": "#/definitions/ILayoutPaddingSpec",
26905
- "description": "模块的布局锁进",
26906
- "since": "1.8.6"
26907
- },
26908
27057
  "inverse": {
26909
27058
  "default": false,
26910
27059
  "description": "是否开启反向坐标轴。",
@@ -27577,11 +27726,6 @@
27577
27726
  "id": {
27578
27727
  "$ref": "#/definitions/StringOrNumber"
27579
27728
  },
27580
- "indent": {
27581
- "$ref": "#/definitions/ILayoutPaddingSpec",
27582
- "description": "模块的布局锁进",
27583
- "since": "1.8.6"
27584
- },
27585
27729
  "layoutLevel": {
27586
27730
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
27587
27731
  "type": "number"
@@ -28284,11 +28428,6 @@
28284
28428
  "$ref": "#/definitions/ILayoutNumber",
28285
28429
  "description": "模块的布局大小:高度"
28286
28430
  },
28287
- "indent": {
28288
- "$ref": "#/definitions/ILayoutPaddingSpec",
28289
- "description": "模块的布局锁进",
28290
- "since": "1.8.6"
28291
- },
28292
28431
  "interactive": {
28293
28432
  "default": true,
28294
28433
  "description": "是否允许交互",
@@ -29492,11 +29631,6 @@
29492
29631
  "id": {
29493
29632
  "$ref": "#/definitions/StringOrNumber"
29494
29633
  },
29495
- "indent": {
29496
- "$ref": "#/definitions/ILayoutPaddingSpec",
29497
- "description": "模块的布局锁进",
29498
- "since": "1.8.6"
29499
- },
29500
29634
  "labelZIndex": {
29501
29635
  "description": "crosshair 文本的显示层级",
29502
29636
  "type": "number"
@@ -30286,11 +30420,6 @@
30286
30420
  "since": "1.7.0",
30287
30421
  "type": "boolean"
30288
30422
  },
30289
- "indent": {
30290
- "$ref": "#/definitions/ILayoutPaddingSpec",
30291
- "description": "模块的布局锁进",
30292
- "since": "1.8.6"
30293
- },
30294
30423
  "layoutLevel": {
30295
30424
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
30296
30425
  "type": "number"
@@ -31046,11 +31175,6 @@
31046
31175
  "html": {
31047
31176
  "typeof": "function"
31048
31177
  },
31049
- "indent": {
31050
- "$ref": "#/definitions/ILayoutPaddingSpec",
31051
- "description": "模块的布局锁进",
31052
- "since": "1.8.6"
31053
- },
31054
31178
  "innerBorder": {
31055
31179
  "$ref": "#/definitions/Partial<IBorderStyle>"
31056
31180
  },
@@ -40004,11 +40128,6 @@
40004
40128
  "id": {
40005
40129
  "$ref": "#/definitions/StringOrNumber"
40006
40130
  },
40007
- "indent": {
40008
- "$ref": "#/definitions/ILayoutPaddingSpec",
40009
- "description": "模块的布局锁进",
40010
- "since": "1.8.6"
40011
- },
40012
40131
  "layoutLevel": {
40013
40132
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
40014
40133
  "type": "number"
@@ -40228,11 +40347,6 @@
40228
40347
  "id": {
40229
40348
  "$ref": "#/definitions/StringOrNumber"
40230
40349
  },
40231
- "indent": {
40232
- "$ref": "#/definitions/ILayoutPaddingSpec",
40233
- "description": "模块的布局锁进",
40234
- "since": "1.8.6"
40235
- },
40236
40350
  "layoutLevel": {
40237
40351
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
40238
40352
  "type": "number"
@@ -40622,11 +40736,6 @@
40622
40736
  "id": {
40623
40737
  "$ref": "#/definitions/StringOrNumber"
40624
40738
  },
40625
- "indent": {
40626
- "$ref": "#/definitions/ILayoutPaddingSpec",
40627
- "description": "模块的布局锁进",
40628
- "since": "1.8.6"
40629
- },
40630
40739
  "interactive": {
40631
40740
  "description": "是否支持交互。@default false",
40632
40741
  "type": "boolean"
@@ -41575,11 +41684,6 @@
41575
41684
  "$ref": "#/definitions/ILayoutNumber",
41576
41685
  "description": "模块的布局大小:高度"
41577
41686
  },
41578
- "indent": {
41579
- "$ref": "#/definitions/ILayoutPaddingSpec",
41580
- "description": "模块的布局锁进",
41581
- "since": "1.8.6"
41582
- },
41583
41687
  "layoutLevel": {
41584
41688
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
41585
41689
  "type": "number"
@@ -46013,11 +46117,6 @@
46013
46117
  "id": {
46014
46118
  "$ref": "#/definitions/StringOrNumber"
46015
46119
  },
46016
- "indent": {
46017
- "$ref": "#/definitions/ILayoutPaddingSpec",
46018
- "description": "模块的布局锁进",
46019
- "since": "1.8.6"
46020
- },
46021
46120
  "interactive": {
46022
46121
  "default": false,
46023
46122
  "description": "marker组件是否可交互",
@@ -48608,11 +48707,6 @@
48608
48707
  "description": "组件高度",
48609
48708
  "type": "number"
48610
48709
  },
48611
- "indent": {
48612
- "$ref": "#/definitions/ILayoutPaddingSpec",
48613
- "description": "模块的布局锁进",
48614
- "since": "1.8.6"
48615
- },
48616
48710
  "interval": {
48617
48711
  "default": 1000,
48618
48712
  "description": "该配置与totalDuration互斥, 若配置播放间隔, 则会重新计算总时长.",
@@ -48832,11 +48926,6 @@
48832
48926
  "description": "组件高度",
48833
48927
  "type": "number"
48834
48928
  },
48835
- "indent": {
48836
- "$ref": "#/definitions/ILayoutPaddingSpec",
48837
- "description": "模块的布局锁进",
48838
- "since": "1.8.6"
48839
- },
48840
48929
  "layoutLevel": {
48841
48930
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
48842
48931
  "type": "number"
@@ -49146,11 +49235,6 @@
49146
49235
  "id": {
49147
49236
  "$ref": "#/definitions/StringOrNumber"
49148
49237
  },
49149
- "indent": {
49150
- "$ref": "#/definitions/ILayoutPaddingSpec",
49151
- "description": "模块的布局锁进",
49152
- "since": "1.8.6"
49153
- },
49154
49238
  "labelZIndex": {
49155
49239
  "description": "crosshair 文本的显示层级",
49156
49240
  "type": "number"
@@ -55813,11 +55897,6 @@
55813
55897
  "id": {
55814
55898
  "$ref": "#/definitions/StringOrNumber"
55815
55899
  },
55816
- "indent": {
55817
- "$ref": "#/definitions/ILayoutPaddingSpec",
55818
- "description": "模块的布局锁进",
55819
- "since": "1.8.6"
55820
- },
55821
55900
  "layoutLevel": {
55822
55901
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
55823
55902
  "type": "number"
@@ -59262,11 +59341,6 @@
59262
59341
  "id": {
59263
59342
  "$ref": "#/definitions/StringOrNumber"
59264
59343
  },
59265
- "indent": {
59266
- "$ref": "#/definitions/ILayoutPaddingSpec",
59267
- "description": "模块的布局锁进",
59268
- "since": "1.8.6"
59269
- },
59270
59344
  "innerPadding": {
59271
59345
  "anyOf": [
59272
59346
  {
@@ -63340,11 +63414,6 @@
63340
63414
  "id": {
63341
63415
  "$ref": "#/definitions/StringOrNumber"
63342
63416
  },
63343
- "indent": {
63344
- "$ref": "#/definitions/ILayoutPaddingSpec",
63345
- "description": "模块的布局锁进",
63346
- "since": "1.8.6"
63347
- },
63348
63417
  "innerPadding": {
63349
63418
  "anyOf": [
63350
63419
  {
@@ -63672,11 +63741,6 @@
63672
63741
  "$ref": "#/definitions/ILayoutNumber",
63673
63742
  "description": "模块的布局大小:高度"
63674
63743
  },
63675
- "indent": {
63676
- "$ref": "#/definitions/ILayoutPaddingSpec",
63677
- "description": "模块的布局锁进",
63678
- "since": "1.8.6"
63679
- },
63680
63744
  "layoutLevel": {
63681
63745
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
63682
63746
  "type": "number"
@@ -70294,7 +70358,7 @@
70294
70358
  },
70295
70359
  "Map<Function,(...args:any[])=>void>": {
70296
70360
  "properties": {
70297
- "__@toStringTag@12621": {
70361
+ "__@toStringTag@12611": {
70298
70362
  "type": "string"
70299
70363
  },
70300
70364
  "size": {
@@ -70302,14 +70366,14 @@
70302
70366
  }
70303
70367
  },
70304
70368
  "required": [
70305
- "__@toStringTag@12621",
70369
+ "__@toStringTag@12611",
70306
70370
  "size"
70307
70371
  ],
70308
70372
  "type": "object"
70309
70373
  },
70310
70374
  "Map<number,IGraphicPicker>": {
70311
70375
  "properties": {
70312
- "__@toStringTag@12621": {
70376
+ "__@toStringTag@12611": {
70313
70377
  "type": "string"
70314
70378
  },
70315
70379
  "size": {
@@ -70317,14 +70381,14 @@
70317
70381
  }
70318
70382
  },
70319
70383
  "required": [
70320
- "__@toStringTag@12621",
70384
+ "__@toStringTag@12611",
70321
70385
  "size"
70322
70386
  ],
70323
70387
  "type": "object"
70324
70388
  },
70325
70389
  "Map<number,IGraphicRender>": {
70326
70390
  "properties": {
70327
- "__@toStringTag@12621": {
70391
+ "__@toStringTag@12611": {
70328
70392
  "type": "string"
70329
70393
  },
70330
70394
  "size": {
@@ -70332,14 +70396,14 @@
70332
70396
  }
70333
70397
  },
70334
70398
  "required": [
70335
- "__@toStringTag@12621",
70399
+ "__@toStringTag@12611",
70336
70400
  "size"
70337
70401
  ],
70338
70402
  "type": "object"
70339
70403
  },
70340
70404
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
70341
70405
  "properties": {
70342
- "__@toStringTag@12621": {
70406
+ "__@toStringTag@12611": {
70343
70407
  "type": "string"
70344
70408
  },
70345
70409
  "size": {
@@ -70347,14 +70411,14 @@
70347
70411
  }
70348
70412
  },
70349
70413
  "required": [
70350
- "__@toStringTag@12621",
70414
+ "__@toStringTag@12611",
70351
70415
  "size"
70352
70416
  ],
70353
70417
  "type": "object"
70354
70418
  },
70355
70419
  "Map<string,Map<number,IGraphicRender>>": {
70356
70420
  "properties": {
70357
- "__@toStringTag@12621": {
70421
+ "__@toStringTag@12611": {
70358
70422
  "type": "string"
70359
70423
  },
70360
70424
  "size": {
@@ -70362,14 +70426,14 @@
70362
70426
  }
70363
70427
  },
70364
70428
  "required": [
70365
- "__@toStringTag@12621",
70429
+ "__@toStringTag@12611",
70366
70430
  "size"
70367
70431
  ],
70368
70432
  "type": "object"
70369
70433
  },
70370
70434
  "Map<string,any>": {
70371
70435
  "properties": {
70372
- "__@toStringTag@12621": {
70436
+ "__@toStringTag@12611": {
70373
70437
  "type": "string"
70374
70438
  },
70375
70439
  "size": {
@@ -70377,14 +70441,14 @@
70377
70441
  }
70378
70442
  },
70379
70443
  "required": [
70380
- "__@toStringTag@12621",
70444
+ "__@toStringTag@12611",
70381
70445
  "size"
70382
70446
  ],
70383
70447
  "type": "object"
70384
70448
  },
70385
70449
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
70386
70450
  "properties": {
70387
- "__@toStringTag@12621": {
70451
+ "__@toStringTag@12611": {
70388
70452
  "type": "string"
70389
70453
  },
70390
70454
  "size": {
@@ -70392,14 +70456,14 @@
70392
70456
  }
70393
70457
  },
70394
70458
  "required": [
70395
- "__@toStringTag@12621",
70459
+ "__@toStringTag@12611",
70396
70460
  "size"
70397
70461
  ],
70398
70462
  "type": "object"
70399
70463
  },
70400
70464
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
70401
70465
  "properties": {
70402
- "__@toStringTag@12621": {
70466
+ "__@toStringTag@12611": {
70403
70467
  "type": "string"
70404
70468
  },
70405
70469
  "size": {
@@ -70407,14 +70471,14 @@
70407
70471
  }
70408
70472
  },
70409
70473
  "required": [
70410
- "__@toStringTag@12621",
70474
+ "__@toStringTag@12611",
70411
70475
  "size"
70412
70476
  ],
70413
70477
  "type": "object"
70414
70478
  },
70415
70479
  "Map<string|number,IAnimate>": {
70416
70480
  "properties": {
70417
- "__@toStringTag@12621": {
70481
+ "__@toStringTag@12611": {
70418
70482
  "type": "string"
70419
70483
  },
70420
70484
  "size": {
@@ -70422,7 +70486,7 @@
70422
70486
  }
70423
70487
  },
70424
70488
  "required": [
70425
- "__@toStringTag@12621",
70489
+ "__@toStringTag@12611",
70426
70490
  "size"
70427
70491
  ],
70428
70492
  "type": "object"
@@ -71839,11 +71903,6 @@
71839
71903
  "id": {
71840
71904
  "$ref": "#/definitions/StringOrNumber"
71841
71905
  },
71842
- "indent": {
71843
- "$ref": "#/definitions/ILayoutPaddingSpec",
71844
- "description": "模块的布局锁进",
71845
- "since": "1.8.6"
71846
- },
71847
71906
  "label": {
71848
71907
  "$ref": "#/definitions/ICartesianLabel",
71849
71908
  "description": "轴标签配置"
@@ -71897,8 +71956,14 @@
71897
71956
  "description": "模块的布局位置偏移:Y"
71898
71957
  },
71899
71958
  "orient": {
71900
- "$ref": "#/definitions/IOrientType",
71901
- "description": "轴位置"
71959
+ "enum": [
71960
+ "bottom",
71961
+ "left",
71962
+ "right",
71963
+ "top",
71964
+ "z"
71965
+ ],
71966
+ "type": "string"
71902
71967
  },
71903
71968
  "padding": {
71904
71969
  "$ref": "#/definitions/ILayoutPaddingSpec",
@@ -72478,11 +72543,6 @@
72478
72543
  "id": {
72479
72544
  "$ref": "#/definitions/StringOrNumber"
72480
72545
  },
72481
- "indent": {
72482
- "$ref": "#/definitions/ILayoutPaddingSpec",
72483
- "description": "模块的布局锁进",
72484
- "since": "1.8.6"
72485
- },
72486
72546
  "inverse": {
72487
72547
  "default": false,
72488
72548
  "description": "是否开启反向坐标轴。",
@@ -72672,11 +72732,6 @@
72672
72732
  "id": {
72673
72733
  "$ref": "#/definitions/StringOrNumber"
72674
72734
  },
72675
- "indent": {
72676
- "$ref": "#/definitions/ILayoutPaddingSpec",
72677
- "description": "模块的布局锁进",
72678
- "since": "1.8.6"
72679
- },
72680
72735
  "layoutLevel": {
72681
72736
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
72682
72737
  "type": "number"
@@ -73985,11 +74040,6 @@
73985
74040
  "id": {
73986
74041
  "$ref": "#/definitions/StringOrNumber"
73987
74042
  },
73988
- "indent": {
73989
- "$ref": "#/definitions/ILayoutPaddingSpec",
73990
- "description": "模块的布局锁进",
73991
- "since": "1.8.6"
73992
- },
73993
74043
  "interactive": {
73994
74044
  "description": "是否支持交互。@default false",
73995
74045
  "type": "boolean"
@@ -79144,11 +79194,6 @@
79144
79194
  "id": {
79145
79195
  "$ref": "#/definitions/StringOrNumber"
79146
79196
  },
79147
- "indent": {
79148
- "$ref": "#/definitions/ILayoutPaddingSpec",
79149
- "description": "模块的布局锁进",
79150
- "since": "1.8.6"
79151
- },
79152
79197
  "interactive": {
79153
79198
  "description": "是否支持交互。@default false",
79154
79199
  "type": "boolean"
@@ -79822,11 +79867,6 @@
79822
79867
  "id": {
79823
79868
  "$ref": "#/definitions/StringOrNumber"
79824
79869
  },
79825
- "indent": {
79826
- "$ref": "#/definitions/ILayoutPaddingSpec",
79827
- "description": "模块的布局锁进",
79828
- "since": "1.8.6"
79829
- },
79830
79870
  "interactive": {
79831
79871
  "description": "是否支持交互。@default false",
79832
79872
  "type": "boolean"
@@ -86951,34 +86991,34 @@
86951
86991
  },
86952
86992
  "Promise<FontFaceSet>": {
86953
86993
  "properties": {
86954
- "__@toStringTag@12621": {
86994
+ "__@toStringTag@12611": {
86955
86995
  "type": "string"
86956
86996
  }
86957
86997
  },
86958
86998
  "required": [
86959
- "__@toStringTag@12621"
86999
+ "__@toStringTag@12611"
86960
87000
  ],
86961
87001
  "type": "object"
86962
87002
  },
86963
87003
  "Promise<ServiceWorkerRegistration>": {
86964
87004
  "properties": {
86965
- "__@toStringTag@12621": {
87005
+ "__@toStringTag@12611": {
86966
87006
  "type": "string"
86967
87007
  }
86968
87008
  },
86969
87009
  "required": [
86970
- "__@toStringTag@12621"
87010
+ "__@toStringTag@12611"
86971
87011
  ],
86972
87012
  "type": "object"
86973
87013
  },
86974
87014
  "Promise<any>": {
86975
87015
  "properties": {
86976
- "__@toStringTag@12621": {
87016
+ "__@toStringTag@12611": {
86977
87017
  "type": "string"
86978
87018
  }
86979
87019
  },
86980
87020
  "required": [
86981
- "__@toStringTag@12621"
87021
+ "__@toStringTag@12611"
86982
87022
  ],
86983
87023
  "type": "object"
86984
87024
  },