@visactor/vchart-schema 1.12.10-alpha.3 → 1.12.10-alpha.5

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 +96 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.10-alpha.3",
3
+ "version": "1.12.10-alpha.5",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -55757,12 +55757,32 @@
55757
55757
  "type": "number"
55758
55758
  },
55759
55759
  "centerX": {
55760
- "description": "饼图中心点 x 坐标",
55761
- "type": "number"
55760
+ "anyOf": [
55761
+ {
55762
+ "items": {
55763
+ "type": "string"
55764
+ },
55765
+ "type": "array"
55766
+ },
55767
+ {
55768
+ "type": "number"
55769
+ }
55770
+ ],
55771
+ "description": "饼图中心点 x 坐标"
55762
55772
  },
55763
55773
  "centerY": {
55764
- "description": "饼图中心点 y 坐标",
55765
- "type": "number"
55774
+ "anyOf": [
55775
+ {
55776
+ "items": {
55777
+ "type": "string"
55778
+ },
55779
+ "type": "array"
55780
+ },
55781
+ {
55782
+ "type": "number"
55783
+ }
55784
+ ],
55785
+ "description": "饼图中心点 y 坐标"
55766
55786
  },
55767
55787
  "color": {
55768
55788
  "anyOf": [
@@ -56355,12 +56375,32 @@
56355
56375
  "type": "number"
56356
56376
  },
56357
56377
  "centerX": {
56358
- "description": "饼图中心点 x 坐标",
56359
- "type": "number"
56378
+ "anyOf": [
56379
+ {
56380
+ "items": {
56381
+ "type": "string"
56382
+ },
56383
+ "type": "array"
56384
+ },
56385
+ {
56386
+ "type": "number"
56387
+ }
56388
+ ],
56389
+ "description": "饼图中心点 x 坐标"
56360
56390
  },
56361
56391
  "centerY": {
56362
- "description": "饼图中心点 y 坐标",
56363
- "type": "number"
56392
+ "anyOf": [
56393
+ {
56394
+ "items": {
56395
+ "type": "string"
56396
+ },
56397
+ "type": "array"
56398
+ },
56399
+ {
56400
+ "type": "number"
56401
+ }
56402
+ ],
56403
+ "description": "饼图中心点 y 坐标"
56364
56404
  },
56365
56405
  "color": {
56366
56406
  "anyOf": [
@@ -56887,12 +56927,32 @@
56887
56927
  "type": "number"
56888
56928
  },
56889
56929
  "centerX": {
56890
- "description": "饼图中心点 x 坐标",
56891
- "type": "number"
56930
+ "anyOf": [
56931
+ {
56932
+ "items": {
56933
+ "type": "string"
56934
+ },
56935
+ "type": "array"
56936
+ },
56937
+ {
56938
+ "type": "number"
56939
+ }
56940
+ ],
56941
+ "description": "饼图中心点 x 坐标"
56892
56942
  },
56893
56943
  "centerY": {
56894
- "description": "饼图中心点 y 坐标",
56895
- "type": "number"
56944
+ "anyOf": [
56945
+ {
56946
+ "items": {
56947
+ "type": "string"
56948
+ },
56949
+ "type": "array"
56950
+ },
56951
+ {
56952
+ "type": "number"
56953
+ }
56954
+ ],
56955
+ "description": "饼图中心点 y 坐标"
56896
56956
  },
56897
56957
  "cornerRadius": {
56898
56958
  "default": 0,
@@ -86902,12 +86962,32 @@
86902
86962
  "type": "number"
86903
86963
  },
86904
86964
  "centerX": {
86905
- "description": "饼图中心点 x 坐标",
86906
- "type": "number"
86965
+ "anyOf": [
86966
+ {
86967
+ "items": {
86968
+ "type": "string"
86969
+ },
86970
+ "type": "array"
86971
+ },
86972
+ {
86973
+ "type": "number"
86974
+ }
86975
+ ],
86976
+ "description": "饼图中心点 x 坐标"
86907
86977
  },
86908
86978
  "centerY": {
86909
- "description": "饼图中心点 y 坐标",
86910
- "type": "number"
86979
+ "anyOf": [
86980
+ {
86981
+ "items": {
86982
+ "type": "string"
86983
+ },
86984
+ "type": "array"
86985
+ },
86986
+ {
86987
+ "type": "number"
86988
+ }
86989
+ ],
86990
+ "description": "饼图中心点 y 坐标"
86911
86991
  },
86912
86992
  "cornerRadius": {
86913
86993
  "default": 0,