@visactor/vchart-schema 1.2.1 → 1.2.2-hotfix.1
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 +98 -25
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -17767,6 +17767,12 @@
|
|
|
17767
17767
|
},
|
|
17768
17768
|
"IAreaChartSpec": {
|
|
17769
17769
|
"properties": {
|
|
17770
|
+
"activePoint": {
|
|
17771
|
+
"default": false,
|
|
17772
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
17773
|
+
"since": "1.3.0",
|
|
17774
|
+
"type": "boolean"
|
|
17775
|
+
},
|
|
17770
17776
|
"animation": {
|
|
17771
17777
|
"description": "是否开启系列动画",
|
|
17772
17778
|
"type": "boolean"
|
|
@@ -18475,6 +18481,12 @@
|
|
|
18475
18481
|
},
|
|
18476
18482
|
"IAreaSeriesSpec": {
|
|
18477
18483
|
"properties": {
|
|
18484
|
+
"activePoint": {
|
|
18485
|
+
"default": false,
|
|
18486
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
18487
|
+
"since": "1.3.0",
|
|
18488
|
+
"type": "boolean"
|
|
18489
|
+
},
|
|
18478
18490
|
"animation": {
|
|
18479
18491
|
"description": "是否开启系列动画",
|
|
18480
18492
|
"type": "boolean"
|
|
@@ -18784,7 +18796,14 @@
|
|
|
18784
18796
|
"$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
|
|
18785
18797
|
},
|
|
18786
18798
|
"point": {
|
|
18787
|
-
"
|
|
18799
|
+
"allOf": [
|
|
18800
|
+
{
|
|
18801
|
+
"$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
|
|
18802
|
+
},
|
|
18803
|
+
{
|
|
18804
|
+
"typeof": "function"
|
|
18805
|
+
}
|
|
18806
|
+
]
|
|
18788
18807
|
}
|
|
18789
18808
|
},
|
|
18790
18809
|
"type": "object"
|
|
@@ -34975,6 +34994,12 @@
|
|
|
34975
34994
|
},
|
|
34976
34995
|
"ILineChartSpec": {
|
|
34977
34996
|
"properties": {
|
|
34997
|
+
"activePoint": {
|
|
34998
|
+
"default": false,
|
|
34999
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
35000
|
+
"since": "1.3.0",
|
|
35001
|
+
"type": "boolean"
|
|
35002
|
+
},
|
|
34978
35003
|
"animation": {
|
|
34979
35004
|
"description": "是否开启系列动画",
|
|
34980
35005
|
"type": "boolean"
|
|
@@ -35642,6 +35667,12 @@
|
|
|
35642
35667
|
},
|
|
35643
35668
|
"ILineSeriesSpec": {
|
|
35644
35669
|
"properties": {
|
|
35670
|
+
"activePoint": {
|
|
35671
|
+
"default": false,
|
|
35672
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
35673
|
+
"since": "1.3.0",
|
|
35674
|
+
"type": "boolean"
|
|
35675
|
+
},
|
|
35645
35676
|
"animation": {
|
|
35646
35677
|
"description": "是否开启系列动画",
|
|
35647
35678
|
"type": "boolean"
|
|
@@ -35953,7 +35984,14 @@
|
|
|
35953
35984
|
"$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
|
|
35954
35985
|
},
|
|
35955
35986
|
"point": {
|
|
35956
|
-
"
|
|
35987
|
+
"allOf": [
|
|
35988
|
+
{
|
|
35989
|
+
"$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
|
|
35990
|
+
},
|
|
35991
|
+
{
|
|
35992
|
+
"typeof": "function"
|
|
35993
|
+
}
|
|
35994
|
+
]
|
|
35957
35995
|
}
|
|
35958
35996
|
},
|
|
35959
35997
|
"type": "object"
|
|
@@ -41774,6 +41812,12 @@
|
|
|
41774
41812
|
},
|
|
41775
41813
|
"IRadarChartSpec": {
|
|
41776
41814
|
"properties": {
|
|
41815
|
+
"activePoint": {
|
|
41816
|
+
"default": false,
|
|
41817
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
41818
|
+
"since": "1.3.0",
|
|
41819
|
+
"type": "boolean"
|
|
41820
|
+
},
|
|
41777
41821
|
"angleField": {
|
|
41778
41822
|
"anyOf": [
|
|
41779
41823
|
{
|
|
@@ -42242,6 +42286,12 @@
|
|
|
42242
42286
|
},
|
|
42243
42287
|
"IRadarSeriesSpec": {
|
|
42244
42288
|
"properties": {
|
|
42289
|
+
"activePoint": {
|
|
42290
|
+
"default": false,
|
|
42291
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
42292
|
+
"since": "1.3.0",
|
|
42293
|
+
"type": "boolean"
|
|
42294
|
+
},
|
|
42245
42295
|
"angleField": {
|
|
42246
42296
|
"anyOf": [
|
|
42247
42297
|
{
|
|
@@ -42593,7 +42643,14 @@
|
|
|
42593
42643
|
"type": "number"
|
|
42594
42644
|
},
|
|
42595
42645
|
"point": {
|
|
42596
|
-
"
|
|
42646
|
+
"allOf": [
|
|
42647
|
+
{
|
|
42648
|
+
"$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
|
|
42649
|
+
},
|
|
42650
|
+
{
|
|
42651
|
+
"typeof": "function"
|
|
42652
|
+
}
|
|
42653
|
+
]
|
|
42597
42654
|
},
|
|
42598
42655
|
"radius": {
|
|
42599
42656
|
"type": "number"
|
|
@@ -42643,6 +42700,12 @@
|
|
|
42643
42700
|
},
|
|
42644
42701
|
"IRangeAreaChartSpec": {
|
|
42645
42702
|
"properties": {
|
|
42703
|
+
"activePoint": {
|
|
42704
|
+
"default": false,
|
|
42705
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
42706
|
+
"since": "1.3.0",
|
|
42707
|
+
"type": "boolean"
|
|
42708
|
+
},
|
|
42646
42709
|
"animation": {
|
|
42647
42710
|
"description": "是否开启系列动画",
|
|
42648
42711
|
"type": "boolean"
|
|
@@ -43098,6 +43161,12 @@
|
|
|
43098
43161
|
},
|
|
43099
43162
|
"IRangeAreaSeriesSpec": {
|
|
43100
43163
|
"properties": {
|
|
43164
|
+
"activePoint": {
|
|
43165
|
+
"default": false,
|
|
43166
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
43167
|
+
"since": "1.3.0",
|
|
43168
|
+
"type": "boolean"
|
|
43169
|
+
},
|
|
43101
43170
|
"animation": {
|
|
43102
43171
|
"description": "是否开启系列动画",
|
|
43103
43172
|
"type": "boolean"
|
|
@@ -52285,6 +52354,10 @@
|
|
|
52285
52354
|
"position": {
|
|
52286
52355
|
"$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>"
|
|
52287
52356
|
},
|
|
52357
|
+
"seriesId": {
|
|
52358
|
+
"description": "该 pattern 属于哪个系列id(用户不需要设置)",
|
|
52359
|
+
"type": "number"
|
|
52360
|
+
},
|
|
52288
52361
|
"shapeColor": {
|
|
52289
52362
|
"$ref": "#/definitions/TooltipContentProperty<string>"
|
|
52290
52363
|
},
|
|
@@ -57754,7 +57827,7 @@
|
|
|
57754
57827
|
},
|
|
57755
57828
|
"Map<Function,(...args:any[])=>void>": {
|
|
57756
57829
|
"properties": {
|
|
57757
|
-
"__@toStringTag@
|
|
57830
|
+
"__@toStringTag@11366": {
|
|
57758
57831
|
"type": "string"
|
|
57759
57832
|
},
|
|
57760
57833
|
"size": {
|
|
@@ -57762,14 +57835,14 @@
|
|
|
57762
57835
|
}
|
|
57763
57836
|
},
|
|
57764
57837
|
"required": [
|
|
57765
|
-
"__@toStringTag@
|
|
57838
|
+
"__@toStringTag@11366",
|
|
57766
57839
|
"size"
|
|
57767
57840
|
],
|
|
57768
57841
|
"type": "object"
|
|
57769
57842
|
},
|
|
57770
57843
|
"Map<number,IGraphicPicker>": {
|
|
57771
57844
|
"properties": {
|
|
57772
|
-
"__@toStringTag@
|
|
57845
|
+
"__@toStringTag@11366": {
|
|
57773
57846
|
"type": "string"
|
|
57774
57847
|
},
|
|
57775
57848
|
"size": {
|
|
@@ -57777,14 +57850,14 @@
|
|
|
57777
57850
|
}
|
|
57778
57851
|
},
|
|
57779
57852
|
"required": [
|
|
57780
|
-
"__@toStringTag@
|
|
57853
|
+
"__@toStringTag@11366",
|
|
57781
57854
|
"size"
|
|
57782
57855
|
],
|
|
57783
57856
|
"type": "object"
|
|
57784
57857
|
},
|
|
57785
57858
|
"Map<number,IGraphicRender>": {
|
|
57786
57859
|
"properties": {
|
|
57787
|
-
"__@toStringTag@
|
|
57860
|
+
"__@toStringTag@11366": {
|
|
57788
57861
|
"type": "string"
|
|
57789
57862
|
},
|
|
57790
57863
|
"size": {
|
|
@@ -57792,14 +57865,14 @@
|
|
|
57792
57865
|
}
|
|
57793
57866
|
},
|
|
57794
57867
|
"required": [
|
|
57795
|
-
"__@toStringTag@
|
|
57868
|
+
"__@toStringTag@11366",
|
|
57796
57869
|
"size"
|
|
57797
57870
|
],
|
|
57798
57871
|
"type": "object"
|
|
57799
57872
|
},
|
|
57800
57873
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
57801
57874
|
"properties": {
|
|
57802
|
-
"__@toStringTag@
|
|
57875
|
+
"__@toStringTag@11366": {
|
|
57803
57876
|
"type": "string"
|
|
57804
57877
|
},
|
|
57805
57878
|
"size": {
|
|
@@ -57807,14 +57880,14 @@
|
|
|
57807
57880
|
}
|
|
57808
57881
|
},
|
|
57809
57882
|
"required": [
|
|
57810
|
-
"__@toStringTag@
|
|
57883
|
+
"__@toStringTag@11366",
|
|
57811
57884
|
"size"
|
|
57812
57885
|
],
|
|
57813
57886
|
"type": "object"
|
|
57814
57887
|
},
|
|
57815
57888
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
57816
57889
|
"properties": {
|
|
57817
|
-
"__@toStringTag@
|
|
57890
|
+
"__@toStringTag@11366": {
|
|
57818
57891
|
"type": "string"
|
|
57819
57892
|
},
|
|
57820
57893
|
"size": {
|
|
@@ -57822,14 +57895,14 @@
|
|
|
57822
57895
|
}
|
|
57823
57896
|
},
|
|
57824
57897
|
"required": [
|
|
57825
|
-
"__@toStringTag@
|
|
57898
|
+
"__@toStringTag@11366",
|
|
57826
57899
|
"size"
|
|
57827
57900
|
],
|
|
57828
57901
|
"type": "object"
|
|
57829
57902
|
},
|
|
57830
57903
|
"Map<string,any>": {
|
|
57831
57904
|
"properties": {
|
|
57832
|
-
"__@toStringTag@
|
|
57905
|
+
"__@toStringTag@11366": {
|
|
57833
57906
|
"type": "string"
|
|
57834
57907
|
},
|
|
57835
57908
|
"size": {
|
|
@@ -57837,14 +57910,14 @@
|
|
|
57837
57910
|
}
|
|
57838
57911
|
},
|
|
57839
57912
|
"required": [
|
|
57840
|
-
"__@toStringTag@
|
|
57913
|
+
"__@toStringTag@11366",
|
|
57841
57914
|
"size"
|
|
57842
57915
|
],
|
|
57843
57916
|
"type": "object"
|
|
57844
57917
|
},
|
|
57845
57918
|
"Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
57846
57919
|
"properties": {
|
|
57847
|
-
"__@toStringTag@
|
|
57920
|
+
"__@toStringTag@11366": {
|
|
57848
57921
|
"type": "string"
|
|
57849
57922
|
},
|
|
57850
57923
|
"size": {
|
|
@@ -57852,14 +57925,14 @@
|
|
|
57852
57925
|
}
|
|
57853
57926
|
},
|
|
57854
57927
|
"required": [
|
|
57855
|
-
"__@toStringTag@
|
|
57928
|
+
"__@toStringTag@11366",
|
|
57856
57929
|
"size"
|
|
57857
57930
|
],
|
|
57858
57931
|
"type": "object"
|
|
57859
57932
|
},
|
|
57860
57933
|
"Map<string|number,IAnimate>": {
|
|
57861
57934
|
"properties": {
|
|
57862
|
-
"__@toStringTag@
|
|
57935
|
+
"__@toStringTag@11366": {
|
|
57863
57936
|
"type": "string"
|
|
57864
57937
|
},
|
|
57865
57938
|
"size": {
|
|
@@ -57867,7 +57940,7 @@
|
|
|
57867
57940
|
}
|
|
57868
57941
|
},
|
|
57869
57942
|
"required": [
|
|
57870
|
-
"__@toStringTag@
|
|
57943
|
+
"__@toStringTag@11366",
|
|
57871
57944
|
"size"
|
|
57872
57945
|
],
|
|
57873
57946
|
"type": "object"
|
|
@@ -69314,34 +69387,34 @@
|
|
|
69314
69387
|
},
|
|
69315
69388
|
"Promise<FontFaceSet>": {
|
|
69316
69389
|
"properties": {
|
|
69317
|
-
"__@toStringTag@
|
|
69390
|
+
"__@toStringTag@11366": {
|
|
69318
69391
|
"type": "string"
|
|
69319
69392
|
}
|
|
69320
69393
|
},
|
|
69321
69394
|
"required": [
|
|
69322
|
-
"__@toStringTag@
|
|
69395
|
+
"__@toStringTag@11366"
|
|
69323
69396
|
],
|
|
69324
69397
|
"type": "object"
|
|
69325
69398
|
},
|
|
69326
69399
|
"Promise<ServiceWorkerRegistration>": {
|
|
69327
69400
|
"properties": {
|
|
69328
|
-
"__@toStringTag@
|
|
69401
|
+
"__@toStringTag@11366": {
|
|
69329
69402
|
"type": "string"
|
|
69330
69403
|
}
|
|
69331
69404
|
},
|
|
69332
69405
|
"required": [
|
|
69333
|
-
"__@toStringTag@
|
|
69406
|
+
"__@toStringTag@11366"
|
|
69334
69407
|
],
|
|
69335
69408
|
"type": "object"
|
|
69336
69409
|
},
|
|
69337
69410
|
"Promise<any>": {
|
|
69338
69411
|
"properties": {
|
|
69339
|
-
"__@toStringTag@
|
|
69412
|
+
"__@toStringTag@11366": {
|
|
69340
69413
|
"type": "string"
|
|
69341
69414
|
}
|
|
69342
69415
|
},
|
|
69343
69416
|
"required": [
|
|
69344
|
-
"__@toStringTag@
|
|
69417
|
+
"__@toStringTag@11366"
|
|
69345
69418
|
],
|
|
69346
69419
|
"type": "object"
|
|
69347
69420
|
},
|