@visactor/vchart-schema 1.10.2-alpha.4 → 1.10.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +223 -138
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.10.2-alpha.4",
3
+ "version": "1.10.2",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -18453,7 +18453,7 @@
18453
18453
  "hover": {
18454
18454
  "anyOf": [
18455
18455
  {
18456
- "typeof": "function"
18456
+ "$ref": "#/definitions/IHoverSpec"
18457
18457
  },
18458
18458
  {
18459
18459
  "type": "boolean"
@@ -18881,7 +18881,7 @@
18881
18881
  "select": {
18882
18882
  "anyOf": [
18883
18883
  {
18884
- "typeof": "function"
18884
+ "$ref": "#/definitions/ISelectSpec"
18885
18885
  },
18886
18886
  {
18887
18887
  "type": "boolean"
@@ -19496,7 +19496,7 @@
19496
19496
  "hover": {
19497
19497
  "anyOf": [
19498
19498
  {
19499
- "typeof": "function"
19499
+ "$ref": "#/definitions/IHoverSpec"
19500
19500
  },
19501
19501
  {
19502
19502
  "type": "boolean"
@@ -19598,7 +19598,7 @@
19598
19598
  "select": {
19599
19599
  "anyOf": [
19600
19600
  {
19601
- "typeof": "function"
19601
+ "$ref": "#/definitions/ISelectSpec"
19602
19602
  },
19603
19603
  {
19604
19604
  "type": "boolean"
@@ -20243,7 +20243,7 @@
20243
20243
  "hover": {
20244
20244
  "anyOf": [
20245
20245
  {
20246
- "typeof": "function"
20246
+ "$ref": "#/definitions/IHoverSpec"
20247
20247
  },
20248
20248
  {
20249
20249
  "type": "boolean"
@@ -20646,7 +20646,7 @@
20646
20646
  "select": {
20647
20647
  "anyOf": [
20648
20648
  {
20649
- "typeof": "function"
20649
+ "$ref": "#/definitions/ISelectSpec"
20650
20650
  },
20651
20651
  {
20652
20652
  "type": "boolean"
@@ -21116,7 +21116,7 @@
21116
21116
  "hover": {
21117
21117
  "anyOf": [
21118
21118
  {
21119
- "typeof": "function"
21119
+ "$ref": "#/definitions/IHoverSpec"
21120
21120
  },
21121
21121
  {
21122
21122
  "type": "boolean"
@@ -21519,7 +21519,7 @@
21519
21519
  "select": {
21520
21520
  "anyOf": [
21521
21521
  {
21522
- "typeof": "function"
21522
+ "$ref": "#/definitions/ISelectSpec"
21523
21523
  },
21524
21524
  {
21525
21525
  "type": "boolean"
@@ -21868,7 +21868,7 @@
21868
21868
  "hover": {
21869
21869
  "anyOf": [
21870
21870
  {
21871
- "typeof": "function"
21871
+ "$ref": "#/definitions/IHoverSpec"
21872
21872
  },
21873
21873
  {
21874
21874
  "type": "boolean"
@@ -21945,7 +21945,7 @@
21945
21945
  "select": {
21946
21946
  "anyOf": [
21947
21947
  {
21948
- "typeof": "function"
21948
+ "$ref": "#/definitions/ISelectSpec"
21949
21949
  },
21950
21950
  {
21951
21951
  "type": "boolean"
@@ -22526,7 +22526,7 @@
22526
22526
  "hover": {
22527
22527
  "anyOf": [
22528
22528
  {
22529
- "typeof": "function"
22529
+ "$ref": "#/definitions/IHoverSpec"
22530
22530
  },
22531
22531
  {
22532
22532
  "type": "boolean"
@@ -22942,7 +22942,7 @@
22942
22942
  "select": {
22943
22943
  "anyOf": [
22944
22944
  {
22945
- "typeof": "function"
22945
+ "$ref": "#/definitions/ISelectSpec"
22946
22946
  },
22947
22947
  {
22948
22948
  "type": "boolean"
@@ -23428,7 +23428,7 @@
23428
23428
  "hover": {
23429
23429
  "anyOf": [
23430
23430
  {
23431
- "typeof": "function"
23431
+ "$ref": "#/definitions/IHoverSpec"
23432
23432
  },
23433
23433
  {
23434
23434
  "type": "boolean"
@@ -23518,7 +23518,7 @@
23518
23518
  "select": {
23519
23519
  "anyOf": [
23520
23520
  {
23521
- "typeof": "function"
23521
+ "$ref": "#/definitions/ISelectSpec"
23522
23522
  },
23523
23523
  {
23524
23524
  "type": "boolean"
@@ -24643,7 +24643,7 @@
24643
24643
  "hover": {
24644
24644
  "anyOf": [
24645
24645
  {
24646
- "typeof": "function"
24646
+ "$ref": "#/definitions/IHoverSpec"
24647
24647
  },
24648
24648
  {
24649
24649
  "type": "boolean"
@@ -24689,7 +24689,7 @@
24689
24689
  "select": {
24690
24690
  "anyOf": [
24691
24691
  {
24692
- "typeof": "function"
24692
+ "$ref": "#/definitions/ISelectSpec"
24693
24693
  },
24694
24694
  {
24695
24695
  "type": "boolean"
@@ -24909,7 +24909,7 @@
24909
24909
  "hover": {
24910
24910
  "anyOf": [
24911
24911
  {
24912
- "typeof": "function"
24912
+ "$ref": "#/definitions/IHoverSpec"
24913
24913
  },
24914
24914
  {
24915
24915
  "type": "boolean"
@@ -24989,7 +24989,7 @@
24989
24989
  "select": {
24990
24990
  "anyOf": [
24991
24991
  {
24992
- "typeof": "function"
24992
+ "$ref": "#/definitions/ISelectSpec"
24993
24993
  },
24994
24994
  {
24995
24995
  "type": "boolean"
@@ -25262,7 +25262,7 @@
25262
25262
  "hover": {
25263
25263
  "anyOf": [
25264
25264
  {
25265
- "typeof": "function"
25265
+ "$ref": "#/definitions/IHoverSpec"
25266
25266
  },
25267
25267
  {
25268
25268
  "type": "boolean"
@@ -25393,7 +25393,7 @@
25393
25393
  "select": {
25394
25394
  "anyOf": [
25395
25395
  {
25396
- "typeof": "function"
25396
+ "$ref": "#/definitions/ISelectSpec"
25397
25397
  },
25398
25398
  {
25399
25399
  "type": "boolean"
@@ -25619,7 +25619,7 @@
25619
25619
  "hover": {
25620
25620
  "anyOf": [
25621
25621
  {
25622
- "typeof": "function"
25622
+ "$ref": "#/definitions/IHoverSpec"
25623
25623
  },
25624
25624
  {
25625
25625
  "type": "boolean"
@@ -25684,7 +25684,7 @@
25684
25684
  "select": {
25685
25685
  "anyOf": [
25686
25686
  {
25687
- "typeof": "function"
25687
+ "$ref": "#/definitions/ISelectSpec"
25688
25688
  },
25689
25689
  {
25690
25690
  "type": "boolean"
@@ -26032,7 +26032,7 @@
26032
26032
  "hover": {
26033
26033
  "anyOf": [
26034
26034
  {
26035
- "typeof": "function"
26035
+ "$ref": "#/definitions/IHoverSpec"
26036
26036
  },
26037
26037
  {
26038
26038
  "type": "boolean"
@@ -26190,7 +26190,7 @@
26190
26190
  "select": {
26191
26191
  "anyOf": [
26192
26192
  {
26193
- "typeof": "function"
26193
+ "$ref": "#/definitions/ISelectSpec"
26194
26194
  },
26195
26195
  {
26196
26196
  "type": "boolean"
@@ -26476,7 +26476,7 @@
26476
26476
  "hover": {
26477
26477
  "anyOf": [
26478
26478
  {
26479
- "typeof": "function"
26479
+ "$ref": "#/definitions/IHoverSpec"
26480
26480
  },
26481
26481
  {
26482
26482
  "type": "boolean"
@@ -26568,7 +26568,7 @@
26568
26568
  "select": {
26569
26569
  "anyOf": [
26570
26570
  {
26571
- "typeof": "function"
26571
+ "$ref": "#/definitions/ISelectSpec"
26572
26572
  },
26573
26573
  {
26574
26574
  "type": "boolean"
@@ -27188,7 +27188,7 @@
27188
27188
  "hover": {
27189
27189
  "anyOf": [
27190
27190
  {
27191
- "typeof": "function"
27191
+ "$ref": "#/definitions/IHoverSpec"
27192
27192
  },
27193
27193
  {
27194
27194
  "type": "boolean"
@@ -27410,7 +27410,7 @@
27410
27410
  "select": {
27411
27411
  "anyOf": [
27412
27412
  {
27413
- "typeof": "function"
27413
+ "$ref": "#/definitions/ISelectSpec"
27414
27414
  },
27415
27415
  {
27416
27416
  "type": "boolean"
@@ -28653,7 +28653,7 @@
28653
28653
  "hover": {
28654
28654
  "anyOf": [
28655
28655
  {
28656
- "typeof": "function"
28656
+ "$ref": "#/definitions/IHoverSpec"
28657
28657
  },
28658
28658
  {
28659
28659
  "type": "boolean"
@@ -28805,7 +28805,7 @@
28805
28805
  "select": {
28806
28806
  "anyOf": [
28807
28807
  {
28808
- "typeof": "function"
28808
+ "$ref": "#/definitions/ISelectSpec"
28809
28809
  },
28810
28810
  {
28811
28811
  "type": "boolean"
@@ -29078,7 +29078,7 @@
29078
29078
  "hover": {
29079
29079
  "anyOf": [
29080
29080
  {
29081
- "typeof": "function"
29081
+ "$ref": "#/definitions/IHoverSpec"
29082
29082
  },
29083
29083
  {
29084
29084
  "type": "boolean"
@@ -29168,7 +29168,7 @@
29168
29168
  "select": {
29169
29169
  "anyOf": [
29170
29170
  {
29171
- "typeof": "function"
29171
+ "$ref": "#/definitions/ISelectSpec"
29172
29172
  },
29173
29173
  {
29174
29174
  "type": "boolean"
@@ -31807,7 +31807,7 @@
31807
31807
  "hover": {
31808
31808
  "anyOf": [
31809
31809
  {
31810
- "typeof": "function"
31810
+ "$ref": "#/definitions/IHoverSpec"
31811
31811
  },
31812
31812
  {
31813
31813
  "type": "boolean"
@@ -31857,7 +31857,7 @@
31857
31857
  "select": {
31858
31858
  "anyOf": [
31859
31859
  {
31860
- "typeof": "function"
31860
+ "$ref": "#/definitions/ISelectSpec"
31861
31861
  },
31862
31862
  {
31863
31863
  "type": "boolean"
@@ -32693,7 +32693,7 @@
32693
32693
  "hover": {
32694
32694
  "anyOf": [
32695
32695
  {
32696
- "typeof": "function"
32696
+ "$ref": "#/definitions/IHoverSpec"
32697
32697
  },
32698
32698
  {
32699
32699
  "type": "boolean"
@@ -32856,7 +32856,7 @@
32856
32856
  "select": {
32857
32857
  "anyOf": [
32858
32858
  {
32859
- "typeof": "function"
32859
+ "$ref": "#/definitions/ISelectSpec"
32860
32860
  },
32861
32861
  {
32862
32862
  "type": "boolean"
@@ -33227,7 +33227,7 @@
33227
33227
  "hover": {
33228
33228
  "anyOf": [
33229
33229
  {
33230
- "typeof": "function"
33230
+ "$ref": "#/definitions/IHoverSpec"
33231
33231
  },
33232
33232
  {
33233
33233
  "type": "boolean"
@@ -33390,7 +33390,7 @@
33390
33390
  "select": {
33391
33391
  "anyOf": [
33392
33392
  {
33393
- "typeof": "function"
33393
+ "$ref": "#/definitions/ISelectSpec"
33394
33394
  },
33395
33395
  {
33396
33396
  "type": "boolean"
@@ -34006,7 +34006,7 @@
34006
34006
  "hover": {
34007
34007
  "anyOf": [
34008
34008
  {
34009
- "typeof": "function"
34009
+ "$ref": "#/definitions/IHoverSpec"
34010
34010
  },
34011
34011
  {
34012
34012
  "type": "boolean"
@@ -34103,7 +34103,7 @@
34103
34103
  "select": {
34104
34104
  "anyOf": [
34105
34105
  {
34106
- "typeof": "function"
34106
+ "$ref": "#/definitions/ISelectSpec"
34107
34107
  },
34108
34108
  {
34109
34109
  "type": "boolean"
@@ -34463,7 +34463,7 @@
34463
34463
  "hover": {
34464
34464
  "anyOf": [
34465
34465
  {
34466
- "typeof": "function"
34466
+ "$ref": "#/definitions/IHoverSpec"
34467
34467
  },
34468
34468
  {
34469
34469
  "type": "boolean"
@@ -34656,7 +34656,7 @@
34656
34656
  "select": {
34657
34657
  "anyOf": [
34658
34658
  {
34659
- "typeof": "function"
34659
+ "$ref": "#/definitions/ISelectSpec"
34660
34660
  },
34661
34661
  {
34662
34662
  "type": "boolean"
@@ -34944,7 +34944,7 @@
34944
34944
  "hover": {
34945
34945
  "anyOf": [
34946
34946
  {
34947
- "typeof": "function"
34947
+ "$ref": "#/definitions/IHoverSpec"
34948
34948
  },
34949
34949
  {
34950
34950
  "type": "boolean"
@@ -35071,7 +35071,7 @@
35071
35071
  "select": {
35072
35072
  "anyOf": [
35073
35073
  {
35074
- "typeof": "function"
35074
+ "$ref": "#/definitions/ISelectSpec"
35075
35075
  },
35076
35076
  {
35077
35077
  "type": "boolean"
@@ -35395,7 +35395,7 @@
35395
35395
  "hover": {
35396
35396
  "anyOf": [
35397
35397
  {
35398
- "typeof": "function"
35398
+ "$ref": "#/definitions/IHoverSpec"
35399
35399
  },
35400
35400
  {
35401
35401
  "type": "boolean"
@@ -35501,7 +35501,7 @@
35501
35501
  "select": {
35502
35502
  "anyOf": [
35503
35503
  {
35504
- "typeof": "function"
35504
+ "$ref": "#/definitions/ISelectSpec"
35505
35505
  },
35506
35506
  {
35507
35507
  "type": "boolean"
@@ -38521,7 +38521,7 @@
38521
38521
  "hover": {
38522
38522
  "anyOf": [
38523
38523
  {
38524
- "typeof": "function"
38524
+ "$ref": "#/definitions/IHoverSpec"
38525
38525
  },
38526
38526
  {
38527
38527
  "type": "boolean"
@@ -38920,7 +38920,7 @@
38920
38920
  "select": {
38921
38921
  "anyOf": [
38922
38922
  {
38923
- "typeof": "function"
38923
+ "$ref": "#/definitions/ISelectSpec"
38924
38924
  },
38925
38925
  {
38926
38926
  "type": "boolean"
@@ -39194,7 +39194,7 @@
39194
39194
  "hover": {
39195
39195
  "anyOf": [
39196
39196
  {
39197
- "typeof": "function"
39197
+ "$ref": "#/definitions/IHoverSpec"
39198
39198
  },
39199
39199
  {
39200
39200
  "type": "boolean"
@@ -39267,7 +39267,7 @@
39267
39267
  "select": {
39268
39268
  "anyOf": [
39269
39269
  {
39270
- "typeof": "function"
39270
+ "$ref": "#/definitions/ISelectSpec"
39271
39271
  },
39272
39272
  {
39273
39273
  "type": "boolean"
@@ -39727,7 +39727,7 @@
39727
39727
  "hover": {
39728
39728
  "anyOf": [
39729
39729
  {
39730
- "typeof": "function"
39730
+ "$ref": "#/definitions/IHoverSpec"
39731
39731
  },
39732
39732
  {
39733
39733
  "type": "boolean"
@@ -40130,7 +40130,7 @@
40130
40130
  "select": {
40131
40131
  "anyOf": [
40132
40132
  {
40133
- "typeof": "function"
40133
+ "$ref": "#/definitions/ISelectSpec"
40134
40134
  },
40135
40135
  {
40136
40136
  "type": "boolean"
@@ -40551,7 +40551,7 @@
40551
40551
  "hover": {
40552
40552
  "anyOf": [
40553
40553
  {
40554
- "typeof": "function"
40554
+ "$ref": "#/definitions/IHoverSpec"
40555
40555
  },
40556
40556
  {
40557
40557
  "type": "boolean"
@@ -40954,7 +40954,7 @@
40954
40954
  "select": {
40955
40955
  "anyOf": [
40956
40956
  {
40957
- "typeof": "function"
40957
+ "$ref": "#/definitions/ISelectSpec"
40958
40958
  },
40959
40959
  {
40960
40960
  "type": "boolean"
@@ -41108,6 +41108,32 @@
41108
41108
  ],
41109
41109
  "type": "object"
41110
41110
  },
41111
+ "IHoverSpec": {
41112
+ "properties": {
41113
+ "enable": {
41114
+ "type": "boolean"
41115
+ },
41116
+ "markIds": {
41117
+ "items": {
41118
+ "$ref": "#/definitions/StringOrNumber"
41119
+ },
41120
+ "type": "array"
41121
+ },
41122
+ "markNames": {
41123
+ "items": {
41124
+ "$ref": "#/definitions/StringOrNumber"
41125
+ },
41126
+ "type": "array"
41127
+ },
41128
+ "trigger": {
41129
+ "$ref": "#/definitions/Trigger"
41130
+ },
41131
+ "triggerOff": {
41132
+ "$ref": "#/definitions/Trigger"
41133
+ }
41134
+ },
41135
+ "type": "object"
41136
+ },
41111
41137
  "IIndicatorItemSpec": {
41112
41138
  "properties": {
41113
41139
  "autoFit": {
@@ -43260,7 +43286,7 @@
43260
43286
  "hover": {
43261
43287
  "anyOf": [
43262
43288
  {
43263
- "typeof": "function"
43289
+ "$ref": "#/definitions/IHoverSpec"
43264
43290
  },
43265
43291
  {
43266
43292
  "type": "boolean"
@@ -43700,7 +43726,7 @@
43700
43726
  "select": {
43701
43727
  "anyOf": [
43702
43728
  {
43703
- "typeof": "function"
43729
+ "$ref": "#/definitions/ISelectSpec"
43704
43730
  },
43705
43731
  {
43706
43732
  "type": "boolean"
@@ -44260,7 +44286,7 @@
44260
44286
  "hover": {
44261
44287
  "anyOf": [
44262
44288
  {
44263
- "typeof": "function"
44289
+ "$ref": "#/definitions/IHoverSpec"
44264
44290
  },
44265
44291
  {
44266
44292
  "type": "boolean"
@@ -44374,7 +44400,7 @@
44374
44400
  "select": {
44375
44401
  "anyOf": [
44376
44402
  {
44377
- "typeof": "function"
44403
+ "$ref": "#/definitions/ISelectSpec"
44378
44404
  },
44379
44405
  {
44380
44406
  "type": "boolean"
@@ -44794,7 +44820,7 @@
44794
44820
  "hover": {
44795
44821
  "anyOf": [
44796
44822
  {
44797
- "typeof": "function"
44823
+ "$ref": "#/definitions/IHoverSpec"
44798
44824
  },
44799
44825
  {
44800
44826
  "type": "boolean"
@@ -44920,7 +44946,7 @@
44920
44946
  "select": {
44921
44947
  "anyOf": [
44922
44948
  {
44923
- "typeof": "function"
44949
+ "$ref": "#/definitions/ISelectSpec"
44924
44950
  },
44925
44951
  {
44926
44952
  "type": "boolean"
@@ -45170,7 +45196,7 @@
45170
45196
  "hover": {
45171
45197
  "anyOf": [
45172
45198
  {
45173
- "typeof": "function"
45199
+ "$ref": "#/definitions/IHoverSpec"
45174
45200
  },
45175
45201
  {
45176
45202
  "type": "boolean"
@@ -45230,7 +45256,7 @@
45230
45256
  "select": {
45231
45257
  "anyOf": [
45232
45258
  {
45233
- "typeof": "function"
45259
+ "$ref": "#/definitions/ISelectSpec"
45234
45260
  },
45235
45261
  {
45236
45262
  "type": "boolean"
@@ -45406,7 +45432,7 @@
45406
45432
  "hover": {
45407
45433
  "anyOf": [
45408
45434
  {
45409
- "typeof": "function"
45435
+ "$ref": "#/definitions/IHoverSpec"
45410
45436
  },
45411
45437
  {
45412
45438
  "type": "boolean"
@@ -45460,7 +45486,7 @@
45460
45486
  "select": {
45461
45487
  "anyOf": [
45462
45488
  {
45463
- "typeof": "function"
45489
+ "$ref": "#/definitions/ISelectSpec"
45464
45490
  },
45465
45491
  {
45466
45492
  "type": "boolean"
@@ -46077,7 +46103,7 @@
46077
46103
  "hover": {
46078
46104
  "anyOf": [
46079
46105
  {
46080
- "typeof": "function"
46106
+ "$ref": "#/definitions/IHoverSpec"
46081
46107
  },
46082
46108
  {
46083
46109
  "type": "boolean"
@@ -46209,7 +46235,7 @@
46209
46235
  "select": {
46210
46236
  "anyOf": [
46211
46237
  {
46212
- "typeof": "function"
46238
+ "$ref": "#/definitions/ISelectSpec"
46213
46239
  },
46214
46240
  {
46215
46241
  "type": "boolean"
@@ -46466,7 +46492,7 @@
46466
46492
  "hover": {
46467
46493
  "anyOf": [
46468
46494
  {
46469
- "typeof": "function"
46495
+ "$ref": "#/definitions/IHoverSpec"
46470
46496
  },
46471
46497
  {
46472
46498
  "type": "boolean"
@@ -46532,7 +46558,7 @@
46532
46558
  "select": {
46533
46559
  "anyOf": [
46534
46560
  {
46535
- "typeof": "function"
46561
+ "$ref": "#/definitions/ISelectSpec"
46536
46562
  },
46537
46563
  {
46538
46564
  "type": "boolean"
@@ -49097,7 +49123,7 @@
49097
49123
  "hover": {
49098
49124
  "anyOf": [
49099
49125
  {
49100
- "typeof": "function"
49126
+ "$ref": "#/definitions/IHoverSpec"
49101
49127
  },
49102
49128
  {
49103
49129
  "type": "boolean"
@@ -49259,7 +49285,7 @@
49259
49285
  "select": {
49260
49286
  "anyOf": [
49261
49287
  {
49262
- "typeof": "function"
49288
+ "$ref": "#/definitions/ISelectSpec"
49263
49289
  },
49264
49290
  {
49265
49291
  "type": "boolean"
@@ -49639,7 +49665,7 @@
49639
49665
  "hover": {
49640
49666
  "anyOf": [
49641
49667
  {
49642
- "typeof": "function"
49668
+ "$ref": "#/definitions/IHoverSpec"
49643
49669
  },
49644
49670
  {
49645
49671
  "type": "boolean"
@@ -49801,7 +49827,7 @@
49801
49827
  "select": {
49802
49828
  "anyOf": [
49803
49829
  {
49804
- "typeof": "function"
49830
+ "$ref": "#/definitions/ISelectSpec"
49805
49831
  },
49806
49832
  {
49807
49833
  "type": "boolean"
@@ -50059,7 +50085,7 @@
50059
50085
  "hover": {
50060
50086
  "anyOf": [
50061
50087
  {
50062
- "typeof": "function"
50088
+ "$ref": "#/definitions/IHoverSpec"
50063
50089
  },
50064
50090
  {
50065
50091
  "type": "boolean"
@@ -50151,7 +50177,7 @@
50151
50177
  "select": {
50152
50178
  "anyOf": [
50153
50179
  {
50154
- "typeof": "function"
50180
+ "$ref": "#/definitions/ISelectSpec"
50155
50181
  },
50156
50182
  {
50157
50183
  "type": "boolean"
@@ -52409,7 +52435,7 @@
52409
52435
  "hover": {
52410
52436
  "anyOf": [
52411
52437
  {
52412
- "typeof": "function"
52438
+ "$ref": "#/definitions/IHoverSpec"
52413
52439
  },
52414
52440
  {
52415
52441
  "type": "boolean"
@@ -52593,7 +52619,7 @@
52593
52619
  "select": {
52594
52620
  "anyOf": [
52595
52621
  {
52596
- "typeof": "function"
52622
+ "$ref": "#/definitions/ISelectSpec"
52597
52623
  },
52598
52624
  {
52599
52625
  "type": "boolean"
@@ -52879,7 +52905,7 @@
52879
52905
  "hover": {
52880
52906
  "anyOf": [
52881
52907
  {
52882
- "typeof": "function"
52908
+ "$ref": "#/definitions/IHoverSpec"
52883
52909
  },
52884
52910
  {
52885
52911
  "type": "boolean"
@@ -52997,7 +53023,7 @@
52997
53023
  "select": {
52998
53024
  "anyOf": [
52999
53025
  {
53000
- "typeof": "function"
53026
+ "$ref": "#/definitions/ISelectSpec"
53001
53027
  },
53002
53028
  {
53003
53029
  "type": "boolean"
@@ -53380,7 +53406,7 @@
53380
53406
  "hover": {
53381
53407
  "anyOf": [
53382
53408
  {
53383
- "typeof": "function"
53409
+ "$ref": "#/definitions/IHoverSpec"
53384
53410
  },
53385
53411
  {
53386
53412
  "type": "boolean"
@@ -53815,7 +53841,7 @@
53815
53841
  "select": {
53816
53842
  "anyOf": [
53817
53843
  {
53818
- "typeof": "function"
53844
+ "$ref": "#/definitions/ISelectSpec"
53819
53845
  },
53820
53846
  {
53821
53847
  "type": "boolean"
@@ -54110,7 +54136,7 @@
54110
54136
  "hover": {
54111
54137
  "anyOf": [
54112
54138
  {
54113
- "typeof": "function"
54139
+ "$ref": "#/definitions/IHoverSpec"
54114
54140
  },
54115
54141
  {
54116
54142
  "type": "boolean"
@@ -54219,7 +54245,7 @@
54219
54245
  "select": {
54220
54246
  "anyOf": [
54221
54247
  {
54222
- "typeof": "function"
54248
+ "$ref": "#/definitions/ISelectSpec"
54223
54249
  },
54224
54250
  {
54225
54251
  "type": "boolean"
@@ -54608,7 +54634,7 @@
54608
54634
  "hover": {
54609
54635
  "anyOf": [
54610
54636
  {
54611
- "typeof": "function"
54637
+ "$ref": "#/definitions/IHoverSpec"
54612
54638
  },
54613
54639
  {
54614
54640
  "type": "boolean"
@@ -55025,7 +55051,7 @@
55025
55051
  "select": {
55026
55052
  "anyOf": [
55027
55053
  {
55028
- "typeof": "function"
55054
+ "$ref": "#/definitions/ISelectSpec"
55029
55055
  },
55030
55056
  {
55031
55057
  "type": "boolean"
@@ -55376,7 +55402,7 @@
55376
55402
  "hover": {
55377
55403
  "anyOf": [
55378
55404
  {
55379
- "typeof": "function"
55405
+ "$ref": "#/definitions/IHoverSpec"
55380
55406
  },
55381
55407
  {
55382
55408
  "type": "boolean"
@@ -55467,7 +55493,7 @@
55467
55493
  "select": {
55468
55494
  "anyOf": [
55469
55495
  {
55470
- "typeof": "function"
55496
+ "$ref": "#/definitions/ISelectSpec"
55471
55497
  },
55472
55498
  {
55473
55499
  "type": "boolean"
@@ -55861,7 +55887,7 @@
55861
55887
  "hover": {
55862
55888
  "anyOf": [
55863
55889
  {
55864
- "typeof": "function"
55890
+ "$ref": "#/definitions/IHoverSpec"
55865
55891
  },
55866
55892
  {
55867
55893
  "type": "boolean"
@@ -56278,7 +56304,7 @@
56278
56304
  "select": {
56279
56305
  "anyOf": [
56280
56306
  {
56281
- "typeof": "function"
56307
+ "$ref": "#/definitions/ISelectSpec"
56282
56308
  },
56283
56309
  {
56284
56310
  "type": "boolean"
@@ -56629,7 +56655,7 @@
56629
56655
  "hover": {
56630
56656
  "anyOf": [
56631
56657
  {
56632
- "typeof": "function"
56658
+ "$ref": "#/definitions/IHoverSpec"
56633
56659
  },
56634
56660
  {
56635
56661
  "type": "boolean"
@@ -56720,7 +56746,7 @@
56720
56746
  "select": {
56721
56747
  "anyOf": [
56722
56748
  {
56723
- "typeof": "function"
56749
+ "$ref": "#/definitions/ISelectSpec"
56724
56750
  },
56725
56751
  {
56726
56752
  "type": "boolean"
@@ -57931,7 +57957,7 @@
57931
57957
  "hover": {
57932
57958
  "anyOf": [
57933
57959
  {
57934
- "typeof": "function"
57960
+ "$ref": "#/definitions/IHoverSpec"
57935
57961
  },
57936
57962
  {
57937
57963
  "type": "boolean"
@@ -58078,7 +58104,7 @@
58078
58104
  "select": {
58079
58105
  "anyOf": [
58080
58106
  {
58081
- "typeof": "function"
58107
+ "$ref": "#/definitions/ISelectSpec"
58082
58108
  },
58083
58109
  {
58084
58110
  "type": "boolean"
@@ -58345,7 +58371,7 @@
58345
58371
  "hover": {
58346
58372
  "anyOf": [
58347
58373
  {
58348
- "typeof": "function"
58374
+ "$ref": "#/definitions/IHoverSpec"
58349
58375
  },
58350
58376
  {
58351
58377
  "type": "boolean"
@@ -58426,7 +58452,7 @@
58426
58452
  "select": {
58427
58453
  "anyOf": [
58428
58454
  {
58429
- "typeof": "function"
58455
+ "$ref": "#/definitions/ISelectSpec"
58430
58456
  },
58431
58457
  {
58432
58458
  "type": "boolean"
@@ -59006,7 +59032,7 @@
59006
59032
  "hover": {
59007
59033
  "anyOf": [
59008
59034
  {
59009
- "typeof": "function"
59035
+ "$ref": "#/definitions/IHoverSpec"
59010
59036
  },
59011
59037
  {
59012
59038
  "type": "boolean"
@@ -59211,7 +59237,7 @@
59211
59237
  "select": {
59212
59238
  "anyOf": [
59213
59239
  {
59214
- "typeof": "function"
59240
+ "$ref": "#/definitions/ISelectSpec"
59215
59241
  },
59216
59242
  {
59217
59243
  "type": "boolean"
@@ -59438,7 +59464,7 @@
59438
59464
  "hover": {
59439
59465
  "anyOf": [
59440
59466
  {
59441
- "typeof": "function"
59467
+ "$ref": "#/definitions/IHoverSpec"
59442
59468
  },
59443
59469
  {
59444
59470
  "type": "boolean"
@@ -59581,7 +59607,7 @@
59581
59607
  "select": {
59582
59608
  "anyOf": [
59583
59609
  {
59584
- "typeof": "function"
59610
+ "$ref": "#/definitions/ISelectSpec"
59585
59611
  },
59586
59612
  {
59587
59613
  "type": "boolean"
@@ -59860,7 +59886,7 @@
59860
59886
  "hover": {
59861
59887
  "anyOf": [
59862
59888
  {
59863
- "typeof": "function"
59889
+ "$ref": "#/definitions/IHoverSpec"
59864
59890
  },
59865
59891
  {
59866
59892
  "type": "boolean"
@@ -60256,7 +60282,7 @@
60256
60282
  "select": {
60257
60283
  "anyOf": [
60258
60284
  {
60259
- "typeof": "function"
60285
+ "$ref": "#/definitions/ISelectSpec"
60260
60286
  },
60261
60287
  {
60262
60288
  "type": "boolean"
@@ -60564,7 +60590,7 @@
60564
60590
  "hover": {
60565
60591
  "anyOf": [
60566
60592
  {
60567
- "typeof": "function"
60593
+ "$ref": "#/definitions/IHoverSpec"
60568
60594
  },
60569
60595
  {
60570
60596
  "type": "boolean"
@@ -60634,7 +60660,7 @@
60634
60660
  "select": {
60635
60661
  "anyOf": [
60636
60662
  {
60637
- "typeof": "function"
60663
+ "$ref": "#/definitions/ISelectSpec"
60638
60664
  },
60639
60665
  {
60640
60666
  "type": "boolean"
@@ -61334,6 +61360,52 @@
61334
61360
  ],
61335
61361
  "type": "object"
61336
61362
  },
61363
+ "ISelectSpec": {
61364
+ "properties": {
61365
+ "enable": {
61366
+ "type": "boolean"
61367
+ },
61368
+ "markIds": {
61369
+ "items": {
61370
+ "$ref": "#/definitions/StringOrNumber"
61371
+ },
61372
+ "type": "array"
61373
+ },
61374
+ "markNames": {
61375
+ "items": {
61376
+ "$ref": "#/definitions/StringOrNumber"
61377
+ },
61378
+ "type": "array"
61379
+ },
61380
+ "mode": {
61381
+ "enum": [
61382
+ "multiple",
61383
+ "single"
61384
+ ],
61385
+ "type": "string"
61386
+ },
61387
+ "trigger": {
61388
+ "$ref": "#/definitions/Trigger"
61389
+ },
61390
+ "triggerOff": {
61391
+ "anyOf": [
61392
+ {
61393
+ "items": {
61394
+ "type": "string"
61395
+ },
61396
+ "type": "array"
61397
+ },
61398
+ {
61399
+ "type": [
61400
+ "string",
61401
+ "number"
61402
+ ]
61403
+ }
61404
+ ]
61405
+ }
61406
+ },
61407
+ "type": "object"
61408
+ },
61337
61409
  "ISequenceChartSpec": {
61338
61410
  "properties": {
61339
61411
  "animationThreshold": {
@@ -61431,7 +61503,7 @@
61431
61503
  "hover": {
61432
61504
  "anyOf": [
61433
61505
  {
61434
- "typeof": "function"
61506
+ "$ref": "#/definitions/IHoverSpec"
61435
61507
  },
61436
61508
  {
61437
61509
  "type": "boolean"
@@ -61518,7 +61590,7 @@
61518
61590
  "select": {
61519
61591
  "anyOf": [
61520
61592
  {
61521
- "typeof": "function"
61593
+ "$ref": "#/definitions/ISelectSpec"
61522
61594
  },
61523
61595
  {
61524
61596
  "type": "boolean"
@@ -61662,7 +61734,7 @@
61662
61734
  "hover": {
61663
61735
  "anyOf": [
61664
61736
  {
61665
- "typeof": "function"
61737
+ "$ref": "#/definitions/IHoverSpec"
61666
61738
  },
61667
61739
  {
61668
61740
  "type": "boolean"
@@ -61708,7 +61780,7 @@
61708
61780
  "select": {
61709
61781
  "anyOf": [
61710
61782
  {
61711
- "typeof": "function"
61783
+ "$ref": "#/definitions/ISelectSpec"
61712
61784
  },
61713
61785
  {
61714
61786
  "type": "boolean"
@@ -63375,7 +63447,7 @@
63375
63447
  "hover": {
63376
63448
  "anyOf": [
63377
63449
  {
63378
- "typeof": "function"
63450
+ "$ref": "#/definitions/IHoverSpec"
63379
63451
  },
63380
63452
  {
63381
63453
  "type": "boolean"
@@ -63548,7 +63620,7 @@
63548
63620
  "select": {
63549
63621
  "anyOf": [
63550
63622
  {
63551
- "typeof": "function"
63623
+ "$ref": "#/definitions/ISelectSpec"
63552
63624
  },
63553
63625
  {
63554
63626
  "type": "boolean"
@@ -63805,7 +63877,7 @@
63805
63877
  "hover": {
63806
63878
  "anyOf": [
63807
63879
  {
63808
- "typeof": "function"
63880
+ "$ref": "#/definitions/IHoverSpec"
63809
63881
  },
63810
63882
  {
63811
63883
  "type": "boolean"
@@ -63912,7 +63984,7 @@
63912
63984
  "select": {
63913
63985
  "anyOf": [
63914
63986
  {
63915
- "typeof": "function"
63987
+ "$ref": "#/definitions/ISelectSpec"
63916
63988
  },
63917
63989
  {
63918
63990
  "type": "boolean"
@@ -66384,7 +66456,7 @@
66384
66456
  "hover": {
66385
66457
  "anyOf": [
66386
66458
  {
66387
- "typeof": "function"
66459
+ "$ref": "#/definitions/IHoverSpec"
66388
66460
  },
66389
66461
  {
66390
66462
  "type": "boolean"
@@ -66592,7 +66664,7 @@
66592
66664
  "select": {
66593
66665
  "anyOf": [
66594
66666
  {
66595
- "typeof": "function"
66667
+ "$ref": "#/definitions/ISelectSpec"
66596
66668
  },
66597
66669
  {
66598
66670
  "type": "boolean"
@@ -66851,7 +66923,7 @@
66851
66923
  "hover": {
66852
66924
  "anyOf": [
66853
66925
  {
66854
- "typeof": "function"
66926
+ "$ref": "#/definitions/IHoverSpec"
66855
66927
  },
66856
66928
  {
66857
66929
  "type": "boolean"
@@ -66989,7 +67061,7 @@
66989
67061
  "select": {
66990
67062
  "anyOf": [
66991
67063
  {
66992
- "typeof": "function"
67064
+ "$ref": "#/definitions/ISelectSpec"
66993
67065
  },
66994
67066
  {
66995
67067
  "type": "boolean"
@@ -69208,7 +69280,7 @@
69208
69280
  "hover": {
69209
69281
  "anyOf": [
69210
69282
  {
69211
- "typeof": "function"
69283
+ "$ref": "#/definitions/IHoverSpec"
69212
69284
  },
69213
69285
  {
69214
69286
  "type": "boolean"
@@ -69622,7 +69694,7 @@
69622
69694
  "select": {
69623
69695
  "anyOf": [
69624
69696
  {
69625
- "typeof": "function"
69697
+ "$ref": "#/definitions/ISelectSpec"
69626
69698
  },
69627
69699
  {
69628
69700
  "type": "boolean"
@@ -69996,7 +70068,7 @@
69996
70068
  "hover": {
69997
70069
  "anyOf": [
69998
70070
  {
69999
- "typeof": "function"
70071
+ "$ref": "#/definitions/IHoverSpec"
70000
70072
  },
70001
70073
  {
70002
70074
  "type": "boolean"
@@ -70084,7 +70156,7 @@
70084
70156
  "select": {
70085
70157
  "anyOf": [
70086
70158
  {
70087
- "typeof": "function"
70159
+ "$ref": "#/definitions/ISelectSpec"
70088
70160
  },
70089
70161
  {
70090
70162
  "type": "boolean"
@@ -70832,7 +70904,7 @@
70832
70904
  "hover": {
70833
70905
  "anyOf": [
70834
70906
  {
70835
- "typeof": "function"
70907
+ "$ref": "#/definitions/IHoverSpec"
70836
70908
  },
70837
70909
  {
70838
70910
  "type": "boolean"
@@ -70972,7 +71044,7 @@
70972
71044
  "select": {
70973
71045
  "anyOf": [
70974
71046
  {
70975
- "typeof": "function"
71047
+ "$ref": "#/definitions/ISelectSpec"
70976
71048
  },
70977
71049
  {
70978
71050
  "type": "boolean"
@@ -71295,7 +71367,7 @@
71295
71367
  "hover": {
71296
71368
  "anyOf": [
71297
71369
  {
71298
- "typeof": "function"
71370
+ "$ref": "#/definitions/IHoverSpec"
71299
71371
  },
71300
71372
  {
71301
71373
  "type": "boolean"
@@ -71369,7 +71441,7 @@
71369
71441
  "select": {
71370
71442
  "anyOf": [
71371
71443
  {
71372
- "typeof": "function"
71444
+ "$ref": "#/definitions/ISelectSpec"
71373
71445
  },
71374
71446
  {
71375
71447
  "type": "boolean"
@@ -71767,7 +71839,7 @@
71767
71839
  "hover": {
71768
71840
  "anyOf": [
71769
71841
  {
71770
- "typeof": "function"
71842
+ "$ref": "#/definitions/IHoverSpec"
71771
71843
  },
71772
71844
  {
71773
71845
  "type": "boolean"
@@ -71903,7 +71975,7 @@
71903
71975
  "select": {
71904
71976
  "anyOf": [
71905
71977
  {
71906
- "typeof": "function"
71978
+ "$ref": "#/definitions/ISelectSpec"
71907
71979
  },
71908
71980
  {
71909
71981
  "type": "boolean"
@@ -72223,7 +72295,7 @@
72223
72295
  "hover": {
72224
72296
  "anyOf": [
72225
72297
  {
72226
- "typeof": "function"
72298
+ "$ref": "#/definitions/IHoverSpec"
72227
72299
  },
72228
72300
  {
72229
72301
  "type": "boolean"
@@ -72293,7 +72365,7 @@
72293
72365
  "select": {
72294
72366
  "anyOf": [
72295
72367
  {
72296
- "typeof": "function"
72368
+ "$ref": "#/definitions/ISelectSpec"
72297
72369
  },
72298
72370
  {
72299
72371
  "type": "boolean"
@@ -73835,7 +73907,7 @@
73835
73907
  "hover": {
73836
73908
  "anyOf": [
73837
73909
  {
73838
- "typeof": "function"
73910
+ "$ref": "#/definitions/IHoverSpec"
73839
73911
  },
73840
73912
  {
73841
73913
  "type": "boolean"
@@ -73912,7 +73984,7 @@
73912
73984
  "select": {
73913
73985
  "anyOf": [
73914
73986
  {
73915
- "typeof": "function"
73987
+ "$ref": "#/definitions/ISelectSpec"
73916
73988
  },
73917
73989
  {
73918
73990
  "type": "boolean"
@@ -74518,7 +74590,7 @@
74518
74590
  "hover": {
74519
74591
  "anyOf": [
74520
74592
  {
74521
- "typeof": "function"
74593
+ "$ref": "#/definitions/IHoverSpec"
74522
74594
  },
74523
74595
  {
74524
74596
  "type": "boolean"
@@ -74610,7 +74682,7 @@
74610
74682
  "select": {
74611
74683
  "anyOf": [
74612
74684
  {
74613
- "typeof": "function"
74685
+ "$ref": "#/definitions/ISelectSpec"
74614
74686
  },
74615
74687
  {
74616
74688
  "type": "boolean"
@@ -75303,7 +75375,7 @@
75303
75375
  "hover": {
75304
75376
  "anyOf": [
75305
75377
  {
75306
- "typeof": "function"
75378
+ "$ref": "#/definitions/IHoverSpec"
75307
75379
  },
75308
75380
  {
75309
75381
  "type": "boolean"
@@ -75400,7 +75472,7 @@
75400
75472
  "select": {
75401
75473
  "anyOf": [
75402
75474
  {
75403
- "typeof": "function"
75475
+ "$ref": "#/definitions/ISelectSpec"
75404
75476
  },
75405
75477
  {
75406
75478
  "type": "boolean"
@@ -75630,7 +75702,7 @@
75630
75702
  "hover": {
75631
75703
  "anyOf": [
75632
75704
  {
75633
- "typeof": "function"
75705
+ "$ref": "#/definitions/IHoverSpec"
75634
75706
  },
75635
75707
  {
75636
75708
  "type": "boolean"
@@ -75736,7 +75808,7 @@
75736
75808
  "select": {
75737
75809
  "anyOf": [
75738
75810
  {
75739
- "typeof": "function"
75811
+ "$ref": "#/definitions/ISelectSpec"
75740
75812
  },
75741
75813
  {
75742
75814
  "type": "boolean"
@@ -77058,7 +77130,7 @@
77058
77130
  "hover": {
77059
77131
  "anyOf": [
77060
77132
  {
77061
- "typeof": "function"
77133
+ "$ref": "#/definitions/IHoverSpec"
77062
77134
  },
77063
77135
  {
77064
77136
  "type": "boolean"
@@ -77150,7 +77222,7 @@
77150
77222
  "select": {
77151
77223
  "anyOf": [
77152
77224
  {
77153
- "typeof": "function"
77225
+ "$ref": "#/definitions/ISelectSpec"
77154
77226
  },
77155
77227
  {
77156
77228
  "type": "boolean"
@@ -87839,7 +87911,7 @@
87839
87911
  "hover": {
87840
87912
  "anyOf": [
87841
87913
  {
87842
- "typeof": "function"
87914
+ "$ref": "#/definitions/IHoverSpec"
87843
87915
  },
87844
87916
  {
87845
87917
  "type": "boolean"
@@ -87915,7 +87987,7 @@
87915
87987
  "select": {
87916
87988
  "anyOf": [
87917
87989
  {
87918
- "typeof": "function"
87990
+ "$ref": "#/definitions/ISelectSpec"
87919
87991
  },
87920
87992
  {
87921
87993
  "type": "boolean"
@@ -103524,6 +103596,19 @@
103524
103596
  }
103525
103597
  ]
103526
103598
  },
103599
+ "Trigger": {
103600
+ "anyOf": [
103601
+ {
103602
+ "items": {
103603
+ "type": "string"
103604
+ },
103605
+ "type": "array"
103606
+ },
103607
+ {
103608
+ "type": "string"
103609
+ }
103610
+ ]
103611
+ },
103527
103612
  "VisualType<\"accurate\"|\"imprecise\">": {
103528
103613
  "anyOf": [
103529
103614
  {