@visactor/vchart-schema 1.13.11-alpha.2 → 1.13.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 +212 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.11-alpha.2",
3
+ "version": "1.13.12",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -21941,6 +21941,10 @@
21941
21941
  "description": "柱状背景图元",
21942
21942
  "since": "1.6.0"
21943
21943
  },
21944
+ "barGap": {
21945
+ "description": "柱条间 gap 值 @since 1.13.11",
21946
+ "type": "number"
21947
+ },
21944
21948
  "barGapInGroup": {
21945
21949
  "anyOf": [
21946
21950
  {
@@ -23138,6 +23142,10 @@
23138
23142
  "description": "柱状背景图元",
23139
23143
  "since": "1.6.0"
23140
23144
  },
23145
+ "barGap": {
23146
+ "description": "柱条间 gap 值 @since 1.13.11",
23147
+ "type": "number"
23148
+ },
23141
23149
  "barGapInGroup": {
23142
23150
  "anyOf": [
23143
23151
  {
@@ -24264,6 +24272,10 @@
24264
24272
  "description": "柱状背景图元",
24265
24273
  "since": "1.6.0"
24266
24274
  },
24275
+ "barGap": {
24276
+ "description": "柱条间 gap 值 @since 1.13.11",
24277
+ "type": "number"
24278
+ },
24267
24279
  "barGapInGroup": {
24268
24280
  "anyOf": [
24269
24281
  {
@@ -32932,6 +32944,11 @@
32932
32944
  "$ref": "#/definitions/Partial<ITextMarkSpec>",
32933
32945
  "description": "文本样式配置"
32934
32946
  },
32947
+ "syncAxisLabelAngle": {
32948
+ "description": "文本是否跟随轴标签的角度旋转,目前只在直角坐标系下支持",
32949
+ "since": "1.13.12",
32950
+ "type": "boolean"
32951
+ },
32935
32952
  "visible": {
32936
32953
  "description": "十字准星辅助标签是否展示",
32937
32954
  "type": "boolean"
@@ -33232,8 +33249,7 @@
33232
33249
  },
33233
33250
  "trigger": {
33234
33251
  "$ref": "#/definitions/CrossHairTrigger",
33235
- "default": "'hover'",
33236
- "description": "是否可以通过 点击 固定住一组 crosshair,也可以同时触发。"
33252
+ "description": "crosshair trigger配置"
33237
33253
  },
33238
33254
  "triggerOff": {
33239
33255
  "anyOf": [
@@ -44572,6 +44588,10 @@
44572
44588
  "description": "柱状背景图元",
44573
44589
  "since": "1.6.0"
44574
44590
  },
44591
+ "barGap": {
44592
+ "description": "柱条间 gap 值 @since 1.13.11",
44593
+ "type": "number"
44594
+ },
44575
44595
  "barGapInGroup": {
44576
44596
  "anyOf": [
44577
44597
  {
@@ -45720,6 +45740,10 @@
45720
45740
  "description": "柱状背景图元",
45721
45741
  "since": "1.6.0"
45722
45742
  },
45743
+ "barGap": {
45744
+ "description": "柱条间 gap 值 @since 1.13.11",
45745
+ "type": "number"
45746
+ },
45723
45747
  "barGapInGroup": {
45724
45748
  "anyOf": [
45725
45749
  {
@@ -65478,6 +65502,10 @@
65478
65502
  "description": "柱状背景图元",
65479
65503
  "since": "1.6.0"
65480
65504
  },
65505
+ "barGap": {
65506
+ "description": "柱条间 gap 值 @since 1.13.11",
65507
+ "type": "number"
65508
+ },
65481
65509
  "barGapInGroup": {
65482
65510
  "anyOf": [
65483
65511
  {
@@ -66620,6 +66648,10 @@
66620
66648
  "description": "柱状背景图元",
66621
66649
  "since": "1.6.0"
66622
66650
  },
66651
+ "barGap": {
66652
+ "description": "柱条间 gap 值 @since 1.13.11",
66653
+ "type": "number"
66654
+ },
66623
66655
  "barGapInGroup": {
66624
66656
  "anyOf": [
66625
66657
  {
@@ -67069,6 +67101,10 @@
67069
67101
  "description": "柱状背景图元",
67070
67102
  "since": "1.6.0"
67071
67103
  },
67104
+ "barGap": {
67105
+ "description": "柱条间 gap 值 @since 1.13.11",
67106
+ "type": "number"
67107
+ },
67072
67108
  "barGapInGroup": {
67073
67109
  "anyOf": [
67074
67110
  {
@@ -68211,6 +68247,10 @@
68211
68247
  "description": "柱状背景图元",
68212
68248
  "since": "1.6.0"
68213
68249
  },
68250
+ "barGap": {
68251
+ "description": "柱条间 gap 值 @since 1.13.11",
68252
+ "type": "number"
68253
+ },
68214
68254
  "barGapInGroup": {
68215
68255
  "anyOf": [
68216
68256
  {
@@ -69276,6 +69316,9 @@
69276
69316
  "prepareRenderList": {
69277
69317
  "typeof": "function"
69278
69318
  },
69319
+ "reInit": {
69320
+ "typeof": "function"
69321
+ },
69279
69322
  "render": {
69280
69323
  "typeof": "function"
69281
69324
  },
@@ -69300,6 +69343,7 @@
69300
69343
  "drawParams",
69301
69344
  "prepare",
69302
69345
  "prepareRenderList",
69346
+ "reInit",
69303
69347
  "render",
69304
69348
  "renderLists",
69305
69349
  "renderTreeRoots"
@@ -79656,6 +79700,72 @@
79656
79700
  "since": "1.11.9",
79657
79701
  "type": "number"
79658
79702
  },
79703
+ "trigger": {
79704
+ "anyOf": [
79705
+ {
79706
+ "typeof": "function"
79707
+ },
79708
+ {
79709
+ "items": {
79710
+ "anyOf": [
79711
+ {
79712
+ "typeof": "function"
79713
+ },
79714
+ {
79715
+ "enum": [
79716
+ "click",
79717
+ "hover"
79718
+ ],
79719
+ "type": "string"
79720
+ }
79721
+ ]
79722
+ },
79723
+ "type": "array"
79724
+ },
79725
+ {
79726
+ "enum": [
79727
+ "click",
79728
+ "hover",
79729
+ "none"
79730
+ ],
79731
+ "type": "string"
79732
+ }
79733
+ ],
79734
+ "description": "tooltip触发方式\n(*会影响自定义handler)"
79735
+ },
79736
+ "triggerOff": {
79737
+ "anyOf": [
79738
+ {
79739
+ "typeof": "function"
79740
+ },
79741
+ {
79742
+ "items": {
79743
+ "anyOf": [
79744
+ {
79745
+ "typeof": "function"
79746
+ },
79747
+ {
79748
+ "enum": [
79749
+ "click",
79750
+ "hover"
79751
+ ],
79752
+ "type": "string"
79753
+ }
79754
+ ]
79755
+ },
79756
+ "type": "array"
79757
+ },
79758
+ {
79759
+ "enum": [
79760
+ "click",
79761
+ "hover",
79762
+ "none"
79763
+ ],
79764
+ "type": "string"
79765
+ }
79766
+ ],
79767
+ "description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
79768
+ },
79659
79769
  "valueLabel": {
79660
79770
  "$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
79661
79771
  "description": "tooltip内容,value字段"
@@ -83367,6 +83477,10 @@
83367
83477
  "description": "柱状背景图元",
83368
83478
  "since": "1.6.0"
83369
83479
  },
83480
+ "barGap": {
83481
+ "description": "柱条间 gap 值 @since 1.13.11",
83482
+ "type": "number"
83483
+ },
83370
83484
  "barGapInGroup": {
83371
83485
  "anyOf": [
83372
83486
  {
@@ -84538,6 +84652,10 @@
84538
84652
  "description": "柱状背景图元",
84539
84653
  "since": "1.6.0"
84540
84654
  },
84655
+ "barGap": {
84656
+ "description": "柱条间 gap 值 @since 1.13.11",
84657
+ "type": "number"
84658
+ },
84541
84659
  "barGapInGroup": {
84542
84660
  "anyOf": [
84543
84661
  {
@@ -85116,6 +85234,9 @@
85116
85234
  "setDpr": {
85117
85235
  "typeof": "function"
85118
85236
  },
85237
+ "setEventListenerTransformer": {
85238
+ "typeof": "function"
85239
+ },
85119
85240
  "setViewBox": {
85120
85241
  "typeof": "function"
85121
85242
  },
@@ -85178,6 +85299,7 @@
85178
85299
  "resizable",
85179
85300
  "resize",
85180
85301
  "setDpr",
85302
+ "setEventListenerTransformer",
85181
85303
  "setViewBox",
85182
85304
  "setViewBoxTransform",
85183
85305
  "setWindowHandler",
@@ -87334,7 +87456,7 @@
87334
87456
  },
87335
87457
  "Map<Function,(...args:any[])=>void>": {
87336
87458
  "properties": {
87337
- "__@toStringTag@13591": {
87459
+ "__@toStringTag@13602": {
87338
87460
  "type": "string"
87339
87461
  },
87340
87462
  "size": {
@@ -87342,14 +87464,14 @@
87342
87464
  }
87343
87465
  },
87344
87466
  "required": [
87345
- "__@toStringTag@13591",
87467
+ "__@toStringTag@13602",
87346
87468
  "size"
87347
87469
  ],
87348
87470
  "type": "object"
87349
87471
  },
87350
87472
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
87351
87473
  "properties": {
87352
- "__@toStringTag@13591": {
87474
+ "__@toStringTag@13602": {
87353
87475
  "type": "string"
87354
87476
  },
87355
87477
  "size": {
@@ -87357,14 +87479,14 @@
87357
87479
  }
87358
87480
  },
87359
87481
  "required": [
87360
- "__@toStringTag@13591",
87482
+ "__@toStringTag@13602",
87361
87483
  "size"
87362
87484
  ],
87363
87485
  "type": "object"
87364
87486
  },
87365
87487
  "Map<string,any>": {
87366
87488
  "properties": {
87367
- "__@toStringTag@13591": {
87489
+ "__@toStringTag@13602": {
87368
87490
  "type": "string"
87369
87491
  },
87370
87492
  "size": {
@@ -87372,14 +87494,14 @@
87372
87494
  }
87373
87495
  },
87374
87496
  "required": [
87375
- "__@toStringTag@13591",
87497
+ "__@toStringTag@13602",
87376
87498
  "size"
87377
87499
  ],
87378
87500
  "type": "object"
87379
87501
  },
87380
87502
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
87381
87503
  "properties": {
87382
- "__@toStringTag@13591": {
87504
+ "__@toStringTag@13602": {
87383
87505
  "type": "string"
87384
87506
  },
87385
87507
  "size": {
@@ -87387,14 +87509,14 @@
87387
87509
  }
87388
87510
  },
87389
87511
  "required": [
87390
- "__@toStringTag@13591",
87512
+ "__@toStringTag@13602",
87391
87513
  "size"
87392
87514
  ],
87393
87515
  "type": "object"
87394
87516
  },
87395
87517
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
87396
87518
  "properties": {
87397
- "__@toStringTag@13591": {
87519
+ "__@toStringTag@13602": {
87398
87520
  "type": "string"
87399
87521
  },
87400
87522
  "size": {
@@ -87402,14 +87524,14 @@
87402
87524
  }
87403
87525
  },
87404
87526
  "required": [
87405
- "__@toStringTag@13591",
87527
+ "__@toStringTag@13602",
87406
87528
  "size"
87407
87529
  ],
87408
87530
  "type": "object"
87409
87531
  },
87410
87532
  "Map<string|number,IAnimate>": {
87411
87533
  "properties": {
87412
- "__@toStringTag@13591": {
87534
+ "__@toStringTag@13602": {
87413
87535
  "type": "string"
87414
87536
  },
87415
87537
  "size": {
@@ -87417,7 +87539,7 @@
87417
87539
  }
87418
87540
  },
87419
87541
  "required": [
87420
- "__@toStringTag@13591",
87542
+ "__@toStringTag@13602",
87421
87543
  "size"
87422
87544
  ],
87423
87545
  "type": "object"
@@ -88688,6 +88810,10 @@
88688
88810
  "description": "柱状背景图元",
88689
88811
  "since": "1.6.0"
88690
88812
  },
88813
+ "barGap": {
88814
+ "description": "柱条间 gap 值 @since 1.13.11",
88815
+ "type": "number"
88816
+ },
88691
88817
  "barGapInGroup": {
88692
88818
  "anyOf": [
88693
88819
  {
@@ -92830,6 +92956,72 @@
92830
92956
  "$ref": "#/definitions/ITooltipTextTheme<string>",
92831
92957
  "description": "tooltip标题"
92832
92958
  },
92959
+ "trigger": {
92960
+ "anyOf": [
92961
+ {
92962
+ "typeof": "function"
92963
+ },
92964
+ {
92965
+ "items": {
92966
+ "anyOf": [
92967
+ {
92968
+ "typeof": "function"
92969
+ },
92970
+ {
92971
+ "enum": [
92972
+ "click",
92973
+ "hover"
92974
+ ],
92975
+ "type": "string"
92976
+ }
92977
+ ]
92978
+ },
92979
+ "type": "array"
92980
+ },
92981
+ {
92982
+ "enum": [
92983
+ "click",
92984
+ "hover",
92985
+ "none"
92986
+ ],
92987
+ "type": "string"
92988
+ }
92989
+ ],
92990
+ "description": "tooltip触发方式\n(*会影响自定义handler)"
92991
+ },
92992
+ "triggerOff": {
92993
+ "anyOf": [
92994
+ {
92995
+ "typeof": "function"
92996
+ },
92997
+ {
92998
+ "items": {
92999
+ "anyOf": [
93000
+ {
93001
+ "typeof": "function"
93002
+ },
93003
+ {
93004
+ "enum": [
93005
+ "click",
93006
+ "hover"
93007
+ ],
93008
+ "type": "string"
93009
+ }
93010
+ ]
93011
+ },
93012
+ "type": "array"
93013
+ },
93014
+ {
93015
+ "enum": [
93016
+ "click",
93017
+ "hover",
93018
+ "none"
93019
+ ],
93020
+ "type": "string"
93021
+ }
93022
+ ],
93023
+ "description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
93024
+ },
92833
93025
  "valueLabel": {
92834
93026
  "$ref": "#/definitions/ITooltipTextTheme<string>",
92835
93027
  "description": "tooltip内容,value字段"
@@ -110022,34 +110214,34 @@
110022
110214
  },
110023
110215
  "Promise<FontFaceSet>": {
110024
110216
  "properties": {
110025
- "__@toStringTag@13591": {
110217
+ "__@toStringTag@13602": {
110026
110218
  "type": "string"
110027
110219
  }
110028
110220
  },
110029
110221
  "required": [
110030
- "__@toStringTag@13591"
110222
+ "__@toStringTag@13602"
110031
110223
  ],
110032
110224
  "type": "object"
110033
110225
  },
110034
110226
  "Promise<ServiceWorkerRegistration>": {
110035
110227
  "properties": {
110036
- "__@toStringTag@13591": {
110228
+ "__@toStringTag@13602": {
110037
110229
  "type": "string"
110038
110230
  }
110039
110231
  },
110040
110232
  "required": [
110041
- "__@toStringTag@13591"
110233
+ "__@toStringTag@13602"
110042
110234
  ],
110043
110235
  "type": "object"
110044
110236
  },
110045
110237
  "Promise<any>": {
110046
110238
  "properties": {
110047
- "__@toStringTag@13591": {
110239
+ "__@toStringTag@13602": {
110048
110240
  "type": "string"
110049
110241
  }
110050
110242
  },
110051
110243
  "required": [
110052
- "__@toStringTag@13591"
110244
+ "__@toStringTag@13602"
110053
110245
  ],
110054
110246
  "type": "object"
110055
110247
  },