@visactor/vchart-schema 1.11.11 → 1.11.12

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 +84 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.11",
3
+ "version": "1.11.12",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -55247,6 +55247,21 @@
55247
55247
  "$ref": "#/definitions/ILayoutSpec",
55248
55248
  "description": "布局配置"
55249
55249
  },
55250
+ "layoutRadius": {
55251
+ "anyOf": [
55252
+ {
55253
+ "typeof": "function"
55254
+ },
55255
+ {
55256
+ "const": "auto",
55257
+ "type": "string"
55258
+ },
55259
+ {
55260
+ "type": "number"
55261
+ }
55262
+ ],
55263
+ "since": "1.11.12"
55264
+ },
55250
55265
  "legends": {
55251
55266
  "anyOf": [
55252
55267
  {
@@ -55795,6 +55810,21 @@
55795
55810
  "$ref": "#/definitions/ILayoutSpec",
55796
55811
  "description": "布局配置"
55797
55812
  },
55813
+ "layoutRadius": {
55814
+ "anyOf": [
55815
+ {
55816
+ "typeof": "function"
55817
+ },
55818
+ {
55819
+ "const": "auto",
55820
+ "type": "string"
55821
+ },
55822
+ {
55823
+ "type": "number"
55824
+ }
55825
+ ],
55826
+ "since": "1.11.12"
55827
+ },
55798
55828
  "legends": {
55799
55829
  "anyOf": [
55800
55830
  {
@@ -56212,6 +56242,21 @@
56212
56242
  "$ref": "#/definitions/IMultiLabelSpec<IArcLabelSpec>",
56213
56243
  "description": "标签配置"
56214
56244
  },
56245
+ "layoutRadius": {
56246
+ "anyOf": [
56247
+ {
56248
+ "typeof": "function"
56249
+ },
56250
+ {
56251
+ "const": "auto",
56252
+ "type": "string"
56253
+ },
56254
+ {
56255
+ "type": "number"
56256
+ }
56257
+ ],
56258
+ "since": "1.11.12"
56259
+ },
56215
56260
  "minAngle": {
56216
56261
  "default": 0,
56217
56262
  "description": "最小的扇区角度(0 ~ 360),用于防止某个值过小导致扇区太小影响交互。",
@@ -80719,7 +80764,7 @@
80719
80764
  },
80720
80765
  "Map<Function,(...args:any[])=>void>": {
80721
80766
  "properties": {
80722
- "__@toStringTag@13481": {
80767
+ "__@toStringTag@13484": {
80723
80768
  "type": "string"
80724
80769
  },
80725
80770
  "size": {
@@ -80727,14 +80772,14 @@
80727
80772
  }
80728
80773
  },
80729
80774
  "required": [
80730
- "__@toStringTag@13481",
80775
+ "__@toStringTag@13484",
80731
80776
  "size"
80732
80777
  ],
80733
80778
  "type": "object"
80734
80779
  },
80735
80780
  "Map<number,IGraphicPicker>": {
80736
80781
  "properties": {
80737
- "__@toStringTag@13481": {
80782
+ "__@toStringTag@13484": {
80738
80783
  "type": "string"
80739
80784
  },
80740
80785
  "size": {
@@ -80742,14 +80787,14 @@
80742
80787
  }
80743
80788
  },
80744
80789
  "required": [
80745
- "__@toStringTag@13481",
80790
+ "__@toStringTag@13484",
80746
80791
  "size"
80747
80792
  ],
80748
80793
  "type": "object"
80749
80794
  },
80750
80795
  "Map<number,IGraphicRender>": {
80751
80796
  "properties": {
80752
- "__@toStringTag@13481": {
80797
+ "__@toStringTag@13484": {
80753
80798
  "type": "string"
80754
80799
  },
80755
80800
  "size": {
@@ -80757,14 +80802,14 @@
80757
80802
  }
80758
80803
  },
80759
80804
  "required": [
80760
- "__@toStringTag@13481",
80805
+ "__@toStringTag@13484",
80761
80806
  "size"
80762
80807
  ],
80763
80808
  "type": "object"
80764
80809
  },
80765
80810
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80766
80811
  "properties": {
80767
- "__@toStringTag@13481": {
80812
+ "__@toStringTag@13484": {
80768
80813
  "type": "string"
80769
80814
  },
80770
80815
  "size": {
@@ -80772,14 +80817,14 @@
80772
80817
  }
80773
80818
  },
80774
80819
  "required": [
80775
- "__@toStringTag@13481",
80820
+ "__@toStringTag@13484",
80776
80821
  "size"
80777
80822
  ],
80778
80823
  "type": "object"
80779
80824
  },
80780
80825
  "Map<string,Map<number,IGraphicRender>>": {
80781
80826
  "properties": {
80782
- "__@toStringTag@13481": {
80827
+ "__@toStringTag@13484": {
80783
80828
  "type": "string"
80784
80829
  },
80785
80830
  "size": {
@@ -80787,14 +80832,14 @@
80787
80832
  }
80788
80833
  },
80789
80834
  "required": [
80790
- "__@toStringTag@13481",
80835
+ "__@toStringTag@13484",
80791
80836
  "size"
80792
80837
  ],
80793
80838
  "type": "object"
80794
80839
  },
80795
80840
  "Map<string,any>": {
80796
80841
  "properties": {
80797
- "__@toStringTag@13481": {
80842
+ "__@toStringTag@13484": {
80798
80843
  "type": "string"
80799
80844
  },
80800
80845
  "size": {
@@ -80802,14 +80847,14 @@
80802
80847
  }
80803
80848
  },
80804
80849
  "required": [
80805
- "__@toStringTag@13481",
80850
+ "__@toStringTag@13484",
80806
80851
  "size"
80807
80852
  ],
80808
80853
  "type": "object"
80809
80854
  },
80810
80855
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80811
80856
  "properties": {
80812
- "__@toStringTag@13481": {
80857
+ "__@toStringTag@13484": {
80813
80858
  "type": "string"
80814
80859
  },
80815
80860
  "size": {
@@ -80817,14 +80862,14 @@
80817
80862
  }
80818
80863
  },
80819
80864
  "required": [
80820
- "__@toStringTag@13481",
80865
+ "__@toStringTag@13484",
80821
80866
  "size"
80822
80867
  ],
80823
80868
  "type": "object"
80824
80869
  },
80825
80870
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80826
80871
  "properties": {
80827
- "__@toStringTag@13481": {
80872
+ "__@toStringTag@13484": {
80828
80873
  "type": "string"
80829
80874
  },
80830
80875
  "size": {
@@ -80832,14 +80877,14 @@
80832
80877
  }
80833
80878
  },
80834
80879
  "required": [
80835
- "__@toStringTag@13481",
80880
+ "__@toStringTag@13484",
80836
80881
  "size"
80837
80882
  ],
80838
80883
  "type": "object"
80839
80884
  },
80840
80885
  "Map<string|number,IAnimate>": {
80841
80886
  "properties": {
80842
- "__@toStringTag@13481": {
80887
+ "__@toStringTag@13484": {
80843
80888
  "type": "string"
80844
80889
  },
80845
80890
  "size": {
@@ -80847,7 +80892,7 @@
80847
80892
  }
80848
80893
  },
80849
80894
  "required": [
80850
- "__@toStringTag@13481",
80895
+ "__@toStringTag@13484",
80851
80896
  "size"
80852
80897
  ],
80853
80898
  "type": "object"
@@ -85410,6 +85455,21 @@
85410
85455
  "$ref": "#/definitions/IMultiLabelSpec<IArcLabelSpec>",
85411
85456
  "description": "标签配置"
85412
85457
  },
85458
+ "layoutRadius": {
85459
+ "anyOf": [
85460
+ {
85461
+ "typeof": "function"
85462
+ },
85463
+ {
85464
+ "const": "auto",
85465
+ "type": "string"
85466
+ },
85467
+ {
85468
+ "type": "number"
85469
+ }
85470
+ ],
85471
+ "since": "1.11.12"
85472
+ },
85413
85473
  "minAngle": {
85414
85474
  "default": 0,
85415
85475
  "description": "最小的扇区角度(0 ~ 360),用于防止某个值过小导致扇区太小影响交互。",
@@ -101572,34 +101632,34 @@
101572
101632
  },
101573
101633
  "Promise<FontFaceSet>": {
101574
101634
  "properties": {
101575
- "__@toStringTag@13481": {
101635
+ "__@toStringTag@13484": {
101576
101636
  "type": "string"
101577
101637
  }
101578
101638
  },
101579
101639
  "required": [
101580
- "__@toStringTag@13481"
101640
+ "__@toStringTag@13484"
101581
101641
  ],
101582
101642
  "type": "object"
101583
101643
  },
101584
101644
  "Promise<ServiceWorkerRegistration>": {
101585
101645
  "properties": {
101586
- "__@toStringTag@13481": {
101646
+ "__@toStringTag@13484": {
101587
101647
  "type": "string"
101588
101648
  }
101589
101649
  },
101590
101650
  "required": [
101591
- "__@toStringTag@13481"
101651
+ "__@toStringTag@13484"
101592
101652
  ],
101593
101653
  "type": "object"
101594
101654
  },
101595
101655
  "Promise<any>": {
101596
101656
  "properties": {
101597
- "__@toStringTag@13481": {
101657
+ "__@toStringTag@13484": {
101598
101658
  "type": "string"
101599
101659
  }
101600
101660
  },
101601
101661
  "required": [
101602
- "__@toStringTag@13481"
101662
+ "__@toStringTag@13484"
101603
101663
  ],
101604
101664
  "type": "object"
101605
101665
  },