@visactor/vchart-schema 1.12.2-alpha.2 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +40 -88
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -271,43 +271,6 @@
|
|
|
271
271
|
],
|
|
272
272
|
"type": "object"
|
|
273
273
|
},
|
|
274
|
-
"AxisBreakProps": {
|
|
275
|
-
"properties": {
|
|
276
|
-
"breakSymbol": {
|
|
277
|
-
"$ref": "#/definitions/BreakSymbol"
|
|
278
|
-
},
|
|
279
|
-
"range": {
|
|
280
|
-
"items": [
|
|
281
|
-
{
|
|
282
|
-
"type": "number"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"type": "number"
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"maxItems": 2,
|
|
289
|
-
"minItems": 2,
|
|
290
|
-
"type": "array"
|
|
291
|
-
},
|
|
292
|
-
"rawRange": {
|
|
293
|
-
"items": [
|
|
294
|
-
{
|
|
295
|
-
"type": "number"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"type": "number"
|
|
299
|
-
}
|
|
300
|
-
],
|
|
301
|
-
"maxItems": 2,
|
|
302
|
-
"minItems": 2,
|
|
303
|
-
"type": "array"
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"required": [
|
|
307
|
-
"range"
|
|
308
|
-
],
|
|
309
|
-
"type": "object"
|
|
310
|
-
},
|
|
311
274
|
"AxisLabelOverlap": {
|
|
312
275
|
"properties": {
|
|
313
276
|
"autoHide": {
|
|
@@ -381,17 +344,6 @@
|
|
|
381
344
|
],
|
|
382
345
|
"type": "string"
|
|
383
346
|
},
|
|
384
|
-
"BreakSymbol": {
|
|
385
|
-
"properties": {
|
|
386
|
-
"style": {
|
|
387
|
-
"$ref": "#/definitions/Partial<ISymbolGraphicAttribute>"
|
|
388
|
-
},
|
|
389
|
-
"visible": {
|
|
390
|
-
"type": "boolean"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
"type": "object"
|
|
394
|
-
},
|
|
395
347
|
"BuildInTransformOptions": {
|
|
396
348
|
"anyOf": [
|
|
397
349
|
{
|
|
@@ -25399,6 +25351,12 @@
|
|
|
25399
25351
|
"description": "刷取后是否更新axis/dataZoom范围",
|
|
25400
25352
|
"since": "0.10.0",
|
|
25401
25353
|
"type": "boolean"
|
|
25354
|
+
},
|
|
25355
|
+
"zoomWhenEmpty": {
|
|
25356
|
+
"default": false,
|
|
25357
|
+
"description": "刷取到空数据时, 是否更新axis/dataZoom范围",
|
|
25358
|
+
"since": "1.12.2",
|
|
25359
|
+
"type": "boolean"
|
|
25402
25360
|
}
|
|
25403
25361
|
},
|
|
25404
25362
|
"type": "object"
|
|
@@ -48848,24 +48806,8 @@
|
|
|
48848
48806
|
],
|
|
48849
48807
|
"type": "object"
|
|
48850
48808
|
},
|
|
48851
|
-
"ILinearAxisBreakSpec": {
|
|
48852
|
-
"allOf": [
|
|
48853
|
-
{
|
|
48854
|
-
"$ref": "#/definitions/AxisBreakProps"
|
|
48855
|
-
},
|
|
48856
|
-
{
|
|
48857
|
-
"typeof": "function"
|
|
48858
|
-
}
|
|
48859
|
-
]
|
|
48860
|
-
},
|
|
48861
48809
|
"ILinearAxisSpec": {
|
|
48862
48810
|
"properties": {
|
|
48863
|
-
"breaks": {
|
|
48864
|
-
"items": {
|
|
48865
|
-
"$ref": "#/definitions/ILinearAxisBreakSpec"
|
|
48866
|
-
},
|
|
48867
|
-
"type": "array"
|
|
48868
|
-
},
|
|
48869
48811
|
"expand": {
|
|
48870
48812
|
"typeof": "function"
|
|
48871
48813
|
},
|
|
@@ -66931,6 +66873,11 @@
|
|
|
66931
66873
|
"default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
|
|
66932
66874
|
"description": "null,undefined等非法数据点连接方式。"
|
|
66933
66875
|
},
|
|
66876
|
+
"inverse": {
|
|
66877
|
+
"description": "是否反向",
|
|
66878
|
+
"since": "1.12.2",
|
|
66879
|
+
"type": "boolean"
|
|
66880
|
+
},
|
|
66934
66881
|
"iterations": {
|
|
66935
66882
|
"description": "布局的迭代次数",
|
|
66936
66883
|
"type": "number"
|
|
@@ -67437,6 +67384,11 @@
|
|
|
67437
67384
|
"default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
|
|
67438
67385
|
"description": "null,undefined等非法数据点连接方式。"
|
|
67439
67386
|
},
|
|
67387
|
+
"inverse": {
|
|
67388
|
+
"description": "是否反向",
|
|
67389
|
+
"since": "1.12.2",
|
|
67390
|
+
"type": "boolean"
|
|
67391
|
+
},
|
|
67440
67392
|
"iterations": {
|
|
67441
67393
|
"description": "布局的迭代次数",
|
|
67442
67394
|
"type": "number"
|
|
@@ -81652,7 +81604,7 @@
|
|
|
81652
81604
|
},
|
|
81653
81605
|
"Map<Function,(...args:any[])=>void>": {
|
|
81654
81606
|
"properties": {
|
|
81655
|
-
"__@toStringTag@
|
|
81607
|
+
"__@toStringTag@13577": {
|
|
81656
81608
|
"type": "string"
|
|
81657
81609
|
},
|
|
81658
81610
|
"size": {
|
|
@@ -81660,14 +81612,14 @@
|
|
|
81660
81612
|
}
|
|
81661
81613
|
},
|
|
81662
81614
|
"required": [
|
|
81663
|
-
"__@toStringTag@
|
|
81615
|
+
"__@toStringTag@13577",
|
|
81664
81616
|
"size"
|
|
81665
81617
|
],
|
|
81666
81618
|
"type": "object"
|
|
81667
81619
|
},
|
|
81668
81620
|
"Map<number,IGraphicPicker>": {
|
|
81669
81621
|
"properties": {
|
|
81670
|
-
"__@toStringTag@
|
|
81622
|
+
"__@toStringTag@13577": {
|
|
81671
81623
|
"type": "string"
|
|
81672
81624
|
},
|
|
81673
81625
|
"size": {
|
|
@@ -81675,14 +81627,14 @@
|
|
|
81675
81627
|
}
|
|
81676
81628
|
},
|
|
81677
81629
|
"required": [
|
|
81678
|
-
"__@toStringTag@
|
|
81630
|
+
"__@toStringTag@13577",
|
|
81679
81631
|
"size"
|
|
81680
81632
|
],
|
|
81681
81633
|
"type": "object"
|
|
81682
81634
|
},
|
|
81683
81635
|
"Map<number,IGraphicRender>": {
|
|
81684
81636
|
"properties": {
|
|
81685
|
-
"__@toStringTag@
|
|
81637
|
+
"__@toStringTag@13577": {
|
|
81686
81638
|
"type": "string"
|
|
81687
81639
|
},
|
|
81688
81640
|
"size": {
|
|
@@ -81690,14 +81642,14 @@
|
|
|
81690
81642
|
}
|
|
81691
81643
|
},
|
|
81692
81644
|
"required": [
|
|
81693
|
-
"__@toStringTag@
|
|
81645
|
+
"__@toStringTag@13577",
|
|
81694
81646
|
"size"
|
|
81695
81647
|
],
|
|
81696
81648
|
"type": "object"
|
|
81697
81649
|
},
|
|
81698
81650
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81699
81651
|
"properties": {
|
|
81700
|
-
"__@toStringTag@
|
|
81652
|
+
"__@toStringTag@13577": {
|
|
81701
81653
|
"type": "string"
|
|
81702
81654
|
},
|
|
81703
81655
|
"size": {
|
|
@@ -81705,14 +81657,14 @@
|
|
|
81705
81657
|
}
|
|
81706
81658
|
},
|
|
81707
81659
|
"required": [
|
|
81708
|
-
"__@toStringTag@
|
|
81660
|
+
"__@toStringTag@13577",
|
|
81709
81661
|
"size"
|
|
81710
81662
|
],
|
|
81711
81663
|
"type": "object"
|
|
81712
81664
|
},
|
|
81713
81665
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
81714
81666
|
"properties": {
|
|
81715
|
-
"__@toStringTag@
|
|
81667
|
+
"__@toStringTag@13577": {
|
|
81716
81668
|
"type": "string"
|
|
81717
81669
|
},
|
|
81718
81670
|
"size": {
|
|
@@ -81720,14 +81672,14 @@
|
|
|
81720
81672
|
}
|
|
81721
81673
|
},
|
|
81722
81674
|
"required": [
|
|
81723
|
-
"__@toStringTag@
|
|
81675
|
+
"__@toStringTag@13577",
|
|
81724
81676
|
"size"
|
|
81725
81677
|
],
|
|
81726
81678
|
"type": "object"
|
|
81727
81679
|
},
|
|
81728
81680
|
"Map<string,any>": {
|
|
81729
81681
|
"properties": {
|
|
81730
|
-
"__@toStringTag@
|
|
81682
|
+
"__@toStringTag@13577": {
|
|
81731
81683
|
"type": "string"
|
|
81732
81684
|
},
|
|
81733
81685
|
"size": {
|
|
@@ -81735,14 +81687,14 @@
|
|
|
81735
81687
|
}
|
|
81736
81688
|
},
|
|
81737
81689
|
"required": [
|
|
81738
|
-
"__@toStringTag@
|
|
81690
|
+
"__@toStringTag@13577",
|
|
81739
81691
|
"size"
|
|
81740
81692
|
],
|
|
81741
81693
|
"type": "object"
|
|
81742
81694
|
},
|
|
81743
81695
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81744
81696
|
"properties": {
|
|
81745
|
-
"__@toStringTag@
|
|
81697
|
+
"__@toStringTag@13577": {
|
|
81746
81698
|
"type": "string"
|
|
81747
81699
|
},
|
|
81748
81700
|
"size": {
|
|
@@ -81750,14 +81702,14 @@
|
|
|
81750
81702
|
}
|
|
81751
81703
|
},
|
|
81752
81704
|
"required": [
|
|
81753
|
-
"__@toStringTag@
|
|
81705
|
+
"__@toStringTag@13577",
|
|
81754
81706
|
"size"
|
|
81755
81707
|
],
|
|
81756
81708
|
"type": "object"
|
|
81757
81709
|
},
|
|
81758
81710
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81759
81711
|
"properties": {
|
|
81760
|
-
"__@toStringTag@
|
|
81712
|
+
"__@toStringTag@13577": {
|
|
81761
81713
|
"type": "string"
|
|
81762
81714
|
},
|
|
81763
81715
|
"size": {
|
|
@@ -81765,14 +81717,14 @@
|
|
|
81765
81717
|
}
|
|
81766
81718
|
},
|
|
81767
81719
|
"required": [
|
|
81768
|
-
"__@toStringTag@
|
|
81720
|
+
"__@toStringTag@13577",
|
|
81769
81721
|
"size"
|
|
81770
81722
|
],
|
|
81771
81723
|
"type": "object"
|
|
81772
81724
|
},
|
|
81773
81725
|
"Map<string|number,IAnimate>": {
|
|
81774
81726
|
"properties": {
|
|
81775
|
-
"__@toStringTag@
|
|
81727
|
+
"__@toStringTag@13577": {
|
|
81776
81728
|
"type": "string"
|
|
81777
81729
|
},
|
|
81778
81730
|
"size": {
|
|
@@ -81780,7 +81732,7 @@
|
|
|
81780
81732
|
}
|
|
81781
81733
|
},
|
|
81782
81734
|
"required": [
|
|
81783
|
-
"__@toStringTag@
|
|
81735
|
+
"__@toStringTag@13577",
|
|
81784
81736
|
"size"
|
|
81785
81737
|
],
|
|
81786
81738
|
"type": "object"
|
|
@@ -102661,34 +102613,34 @@
|
|
|
102661
102613
|
},
|
|
102662
102614
|
"Promise<FontFaceSet>": {
|
|
102663
102615
|
"properties": {
|
|
102664
|
-
"__@toStringTag@
|
|
102616
|
+
"__@toStringTag@13577": {
|
|
102665
102617
|
"type": "string"
|
|
102666
102618
|
}
|
|
102667
102619
|
},
|
|
102668
102620
|
"required": [
|
|
102669
|
-
"__@toStringTag@
|
|
102621
|
+
"__@toStringTag@13577"
|
|
102670
102622
|
],
|
|
102671
102623
|
"type": "object"
|
|
102672
102624
|
},
|
|
102673
102625
|
"Promise<ServiceWorkerRegistration>": {
|
|
102674
102626
|
"properties": {
|
|
102675
|
-
"__@toStringTag@
|
|
102627
|
+
"__@toStringTag@13577": {
|
|
102676
102628
|
"type": "string"
|
|
102677
102629
|
}
|
|
102678
102630
|
},
|
|
102679
102631
|
"required": [
|
|
102680
|
-
"__@toStringTag@
|
|
102632
|
+
"__@toStringTag@13577"
|
|
102681
102633
|
],
|
|
102682
102634
|
"type": "object"
|
|
102683
102635
|
},
|
|
102684
102636
|
"Promise<any>": {
|
|
102685
102637
|
"properties": {
|
|
102686
|
-
"__@toStringTag@
|
|
102638
|
+
"__@toStringTag@13577": {
|
|
102687
102639
|
"type": "string"
|
|
102688
102640
|
}
|
|
102689
102641
|
},
|
|
102690
102642
|
"required": [
|
|
102691
|
-
"__@toStringTag@
|
|
102643
|
+
"__@toStringTag@13577"
|
|
102692
102644
|
],
|
|
102693
102645
|
"type": "object"
|
|
102694
102646
|
},
|