@visactor/vchart-schema 1.12.3 → 1.12.4-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 +83 -24
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -305,6 +305,9 @@
|
|
|
305
305
|
},
|
|
306
306
|
"type": "array"
|
|
307
307
|
},
|
|
308
|
+
"autoWrap": {
|
|
309
|
+
"type": "boolean"
|
|
310
|
+
},
|
|
308
311
|
"layoutFunc": {
|
|
309
312
|
"typeof": "function"
|
|
310
313
|
},
|
|
@@ -344,6 +347,20 @@
|
|
|
344
347
|
],
|
|
345
348
|
"type": "string"
|
|
346
349
|
},
|
|
350
|
+
"BreakSymbol": {
|
|
351
|
+
"properties": {
|
|
352
|
+
"angle": {
|
|
353
|
+
"type": "number"
|
|
354
|
+
},
|
|
355
|
+
"style": {
|
|
356
|
+
"$ref": "#/definitions/Partial<ISymbolGraphicAttribute>"
|
|
357
|
+
},
|
|
358
|
+
"visible": {
|
|
359
|
+
"type": "boolean"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"type": "object"
|
|
363
|
+
},
|
|
347
364
|
"BuildInTransformOptions": {
|
|
348
365
|
"anyOf": [
|
|
349
366
|
{
|
|
@@ -48806,8 +48823,26 @@
|
|
|
48806
48823
|
],
|
|
48807
48824
|
"type": "object"
|
|
48808
48825
|
},
|
|
48826
|
+
"ILinearAxisBreakSpec": {
|
|
48827
|
+
"allOf": [
|
|
48828
|
+
{
|
|
48829
|
+
"$ref": "#/definitions/Omit<AxisBreakProps,\"rawRange\">"
|
|
48830
|
+
},
|
|
48831
|
+
{
|
|
48832
|
+
"typeof": "function"
|
|
48833
|
+
}
|
|
48834
|
+
]
|
|
48835
|
+
},
|
|
48809
48836
|
"ILinearAxisSpec": {
|
|
48810
48837
|
"properties": {
|
|
48838
|
+
"breaks": {
|
|
48839
|
+
"description": "轴截断配置,只对笛卡尔坐标系的 linear 轴生效",
|
|
48840
|
+
"items": {
|
|
48841
|
+
"$ref": "#/definitions/ILinearAxisBreakSpec"
|
|
48842
|
+
},
|
|
48843
|
+
"since": "1.12.4",
|
|
48844
|
+
"type": "array"
|
|
48845
|
+
},
|
|
48811
48846
|
"expand": {
|
|
48812
48847
|
"typeof": "function"
|
|
48813
48848
|
},
|
|
@@ -81604,7 +81639,7 @@
|
|
|
81604
81639
|
},
|
|
81605
81640
|
"Map<Function,(...args:any[])=>void>": {
|
|
81606
81641
|
"properties": {
|
|
81607
|
-
"__@toStringTag@
|
|
81642
|
+
"__@toStringTag@13692": {
|
|
81608
81643
|
"type": "string"
|
|
81609
81644
|
},
|
|
81610
81645
|
"size": {
|
|
@@ -81612,14 +81647,14 @@
|
|
|
81612
81647
|
}
|
|
81613
81648
|
},
|
|
81614
81649
|
"required": [
|
|
81615
|
-
"__@toStringTag@
|
|
81650
|
+
"__@toStringTag@13692",
|
|
81616
81651
|
"size"
|
|
81617
81652
|
],
|
|
81618
81653
|
"type": "object"
|
|
81619
81654
|
},
|
|
81620
81655
|
"Map<number,IGraphicPicker>": {
|
|
81621
81656
|
"properties": {
|
|
81622
|
-
"__@toStringTag@
|
|
81657
|
+
"__@toStringTag@13692": {
|
|
81623
81658
|
"type": "string"
|
|
81624
81659
|
},
|
|
81625
81660
|
"size": {
|
|
@@ -81627,14 +81662,14 @@
|
|
|
81627
81662
|
}
|
|
81628
81663
|
},
|
|
81629
81664
|
"required": [
|
|
81630
|
-
"__@toStringTag@
|
|
81665
|
+
"__@toStringTag@13692",
|
|
81631
81666
|
"size"
|
|
81632
81667
|
],
|
|
81633
81668
|
"type": "object"
|
|
81634
81669
|
},
|
|
81635
81670
|
"Map<number,IGraphicRender>": {
|
|
81636
81671
|
"properties": {
|
|
81637
|
-
"__@toStringTag@
|
|
81672
|
+
"__@toStringTag@13692": {
|
|
81638
81673
|
"type": "string"
|
|
81639
81674
|
},
|
|
81640
81675
|
"size": {
|
|
@@ -81642,14 +81677,14 @@
|
|
|
81642
81677
|
}
|
|
81643
81678
|
},
|
|
81644
81679
|
"required": [
|
|
81645
|
-
"__@toStringTag@
|
|
81680
|
+
"__@toStringTag@13692",
|
|
81646
81681
|
"size"
|
|
81647
81682
|
],
|
|
81648
81683
|
"type": "object"
|
|
81649
81684
|
},
|
|
81650
81685
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81651
81686
|
"properties": {
|
|
81652
|
-
"__@toStringTag@
|
|
81687
|
+
"__@toStringTag@13692": {
|
|
81653
81688
|
"type": "string"
|
|
81654
81689
|
},
|
|
81655
81690
|
"size": {
|
|
@@ -81657,14 +81692,14 @@
|
|
|
81657
81692
|
}
|
|
81658
81693
|
},
|
|
81659
81694
|
"required": [
|
|
81660
|
-
"__@toStringTag@
|
|
81695
|
+
"__@toStringTag@13692",
|
|
81661
81696
|
"size"
|
|
81662
81697
|
],
|
|
81663
81698
|
"type": "object"
|
|
81664
81699
|
},
|
|
81665
81700
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
81666
81701
|
"properties": {
|
|
81667
|
-
"__@toStringTag@
|
|
81702
|
+
"__@toStringTag@13692": {
|
|
81668
81703
|
"type": "string"
|
|
81669
81704
|
},
|
|
81670
81705
|
"size": {
|
|
@@ -81672,14 +81707,14 @@
|
|
|
81672
81707
|
}
|
|
81673
81708
|
},
|
|
81674
81709
|
"required": [
|
|
81675
|
-
"__@toStringTag@
|
|
81710
|
+
"__@toStringTag@13692",
|
|
81676
81711
|
"size"
|
|
81677
81712
|
],
|
|
81678
81713
|
"type": "object"
|
|
81679
81714
|
},
|
|
81680
81715
|
"Map<string,any>": {
|
|
81681
81716
|
"properties": {
|
|
81682
|
-
"__@toStringTag@
|
|
81717
|
+
"__@toStringTag@13692": {
|
|
81683
81718
|
"type": "string"
|
|
81684
81719
|
},
|
|
81685
81720
|
"size": {
|
|
@@ -81687,14 +81722,14 @@
|
|
|
81687
81722
|
}
|
|
81688
81723
|
},
|
|
81689
81724
|
"required": [
|
|
81690
|
-
"__@toStringTag@
|
|
81725
|
+
"__@toStringTag@13692",
|
|
81691
81726
|
"size"
|
|
81692
81727
|
],
|
|
81693
81728
|
"type": "object"
|
|
81694
81729
|
},
|
|
81695
81730
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81696
81731
|
"properties": {
|
|
81697
|
-
"__@toStringTag@
|
|
81732
|
+
"__@toStringTag@13692": {
|
|
81698
81733
|
"type": "string"
|
|
81699
81734
|
},
|
|
81700
81735
|
"size": {
|
|
@@ -81702,14 +81737,14 @@
|
|
|
81702
81737
|
}
|
|
81703
81738
|
},
|
|
81704
81739
|
"required": [
|
|
81705
|
-
"__@toStringTag@
|
|
81740
|
+
"__@toStringTag@13692",
|
|
81706
81741
|
"size"
|
|
81707
81742
|
],
|
|
81708
81743
|
"type": "object"
|
|
81709
81744
|
},
|
|
81710
81745
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81711
81746
|
"properties": {
|
|
81712
|
-
"__@toStringTag@
|
|
81747
|
+
"__@toStringTag@13692": {
|
|
81713
81748
|
"type": "string"
|
|
81714
81749
|
},
|
|
81715
81750
|
"size": {
|
|
@@ -81717,14 +81752,14 @@
|
|
|
81717
81752
|
}
|
|
81718
81753
|
},
|
|
81719
81754
|
"required": [
|
|
81720
|
-
"__@toStringTag@
|
|
81755
|
+
"__@toStringTag@13692",
|
|
81721
81756
|
"size"
|
|
81722
81757
|
],
|
|
81723
81758
|
"type": "object"
|
|
81724
81759
|
},
|
|
81725
81760
|
"Map<string|number,IAnimate>": {
|
|
81726
81761
|
"properties": {
|
|
81727
|
-
"__@toStringTag@
|
|
81762
|
+
"__@toStringTag@13692": {
|
|
81728
81763
|
"type": "string"
|
|
81729
81764
|
},
|
|
81730
81765
|
"size": {
|
|
@@ -81732,7 +81767,7 @@
|
|
|
81732
81767
|
}
|
|
81733
81768
|
},
|
|
81734
81769
|
"required": [
|
|
81735
|
-
"__@toStringTag@
|
|
81770
|
+
"__@toStringTag@13692",
|
|
81736
81771
|
"size"
|
|
81737
81772
|
],
|
|
81738
81773
|
"type": "object"
|
|
@@ -82169,6 +82204,30 @@
|
|
|
82169
82204
|
],
|
|
82170
82205
|
"type": "object"
|
|
82171
82206
|
},
|
|
82207
|
+
"Omit<AxisBreakProps,\"rawRange\">": {
|
|
82208
|
+
"properties": {
|
|
82209
|
+
"breakSymbol": {
|
|
82210
|
+
"$ref": "#/definitions/BreakSymbol"
|
|
82211
|
+
},
|
|
82212
|
+
"range": {
|
|
82213
|
+
"items": [
|
|
82214
|
+
{
|
|
82215
|
+
"type": "number"
|
|
82216
|
+
},
|
|
82217
|
+
{
|
|
82218
|
+
"type": "number"
|
|
82219
|
+
}
|
|
82220
|
+
],
|
|
82221
|
+
"maxItems": 2,
|
|
82222
|
+
"minItems": 2,
|
|
82223
|
+
"type": "array"
|
|
82224
|
+
}
|
|
82225
|
+
},
|
|
82226
|
+
"required": [
|
|
82227
|
+
"range"
|
|
82228
|
+
],
|
|
82229
|
+
"type": "object"
|
|
82230
|
+
},
|
|
82172
82231
|
"Omit<DiscreteLegendAttrs,\"title\"|\"layout\"|\"items\"|\"item\"|\"pager\">": {
|
|
82173
82232
|
"properties": {
|
|
82174
82233
|
"_debug_bounds": {
|
|
@@ -102613,34 +102672,34 @@
|
|
|
102613
102672
|
},
|
|
102614
102673
|
"Promise<FontFaceSet>": {
|
|
102615
102674
|
"properties": {
|
|
102616
|
-
"__@toStringTag@
|
|
102675
|
+
"__@toStringTag@13692": {
|
|
102617
102676
|
"type": "string"
|
|
102618
102677
|
}
|
|
102619
102678
|
},
|
|
102620
102679
|
"required": [
|
|
102621
|
-
"__@toStringTag@
|
|
102680
|
+
"__@toStringTag@13692"
|
|
102622
102681
|
],
|
|
102623
102682
|
"type": "object"
|
|
102624
102683
|
},
|
|
102625
102684
|
"Promise<ServiceWorkerRegistration>": {
|
|
102626
102685
|
"properties": {
|
|
102627
|
-
"__@toStringTag@
|
|
102686
|
+
"__@toStringTag@13692": {
|
|
102628
102687
|
"type": "string"
|
|
102629
102688
|
}
|
|
102630
102689
|
},
|
|
102631
102690
|
"required": [
|
|
102632
|
-
"__@toStringTag@
|
|
102691
|
+
"__@toStringTag@13692"
|
|
102633
102692
|
],
|
|
102634
102693
|
"type": "object"
|
|
102635
102694
|
},
|
|
102636
102695
|
"Promise<any>": {
|
|
102637
102696
|
"properties": {
|
|
102638
|
-
"__@toStringTag@
|
|
102697
|
+
"__@toStringTag@13692": {
|
|
102639
102698
|
"type": "string"
|
|
102640
102699
|
}
|
|
102641
102700
|
},
|
|
102642
102701
|
"required": [
|
|
102643
|
-
"__@toStringTag@
|
|
102702
|
+
"__@toStringTag@13692"
|
|
102644
102703
|
],
|
|
102645
102704
|
"type": "object"
|
|
102646
102705
|
},
|