@visactor/vchart-schema 1.13.11 → 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 +31 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.11",
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
@@ -32944,6 +32944,11 @@
32944
32944
  "$ref": "#/definitions/Partial<ITextMarkSpec>",
32945
32945
  "description": "文本样式配置"
32946
32946
  },
32947
+ "syncAxisLabelAngle": {
32948
+ "description": "文本是否跟随轴标签的角度旋转,目前只在直角坐标系下支持",
32949
+ "since": "1.13.12",
32950
+ "type": "boolean"
32951
+ },
32947
32952
  "visible": {
32948
32953
  "description": "十字准星辅助标签是否展示",
32949
32954
  "type": "boolean"
@@ -69311,6 +69316,9 @@
69311
69316
  "prepareRenderList": {
69312
69317
  "typeof": "function"
69313
69318
  },
69319
+ "reInit": {
69320
+ "typeof": "function"
69321
+ },
69314
69322
  "render": {
69315
69323
  "typeof": "function"
69316
69324
  },
@@ -69335,6 +69343,7 @@
69335
69343
  "drawParams",
69336
69344
  "prepare",
69337
69345
  "prepareRenderList",
69346
+ "reInit",
69338
69347
  "render",
69339
69348
  "renderLists",
69340
69349
  "renderTreeRoots"
@@ -85225,6 +85234,9 @@
85225
85234
  "setDpr": {
85226
85235
  "typeof": "function"
85227
85236
  },
85237
+ "setEventListenerTransformer": {
85238
+ "typeof": "function"
85239
+ },
85228
85240
  "setViewBox": {
85229
85241
  "typeof": "function"
85230
85242
  },
@@ -85287,6 +85299,7 @@
85287
85299
  "resizable",
85288
85300
  "resize",
85289
85301
  "setDpr",
85302
+ "setEventListenerTransformer",
85290
85303
  "setViewBox",
85291
85304
  "setViewBoxTransform",
85292
85305
  "setWindowHandler",
@@ -87443,7 +87456,7 @@
87443
87456
  },
87444
87457
  "Map<Function,(...args:any[])=>void>": {
87445
87458
  "properties": {
87446
- "__@toStringTag@13592": {
87459
+ "__@toStringTag@13602": {
87447
87460
  "type": "string"
87448
87461
  },
87449
87462
  "size": {
@@ -87451,14 +87464,14 @@
87451
87464
  }
87452
87465
  },
87453
87466
  "required": [
87454
- "__@toStringTag@13592",
87467
+ "__@toStringTag@13602",
87455
87468
  "size"
87456
87469
  ],
87457
87470
  "type": "object"
87458
87471
  },
87459
87472
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
87460
87473
  "properties": {
87461
- "__@toStringTag@13592": {
87474
+ "__@toStringTag@13602": {
87462
87475
  "type": "string"
87463
87476
  },
87464
87477
  "size": {
@@ -87466,14 +87479,14 @@
87466
87479
  }
87467
87480
  },
87468
87481
  "required": [
87469
- "__@toStringTag@13592",
87482
+ "__@toStringTag@13602",
87470
87483
  "size"
87471
87484
  ],
87472
87485
  "type": "object"
87473
87486
  },
87474
87487
  "Map<string,any>": {
87475
87488
  "properties": {
87476
- "__@toStringTag@13592": {
87489
+ "__@toStringTag@13602": {
87477
87490
  "type": "string"
87478
87491
  },
87479
87492
  "size": {
@@ -87481,14 +87494,14 @@
87481
87494
  }
87482
87495
  },
87483
87496
  "required": [
87484
- "__@toStringTag@13592",
87497
+ "__@toStringTag@13602",
87485
87498
  "size"
87486
87499
  ],
87487
87500
  "type": "object"
87488
87501
  },
87489
87502
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
87490
87503
  "properties": {
87491
- "__@toStringTag@13592": {
87504
+ "__@toStringTag@13602": {
87492
87505
  "type": "string"
87493
87506
  },
87494
87507
  "size": {
@@ -87496,14 +87509,14 @@
87496
87509
  }
87497
87510
  },
87498
87511
  "required": [
87499
- "__@toStringTag@13592",
87512
+ "__@toStringTag@13602",
87500
87513
  "size"
87501
87514
  ],
87502
87515
  "type": "object"
87503
87516
  },
87504
87517
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
87505
87518
  "properties": {
87506
- "__@toStringTag@13592": {
87519
+ "__@toStringTag@13602": {
87507
87520
  "type": "string"
87508
87521
  },
87509
87522
  "size": {
@@ -87511,14 +87524,14 @@
87511
87524
  }
87512
87525
  },
87513
87526
  "required": [
87514
- "__@toStringTag@13592",
87527
+ "__@toStringTag@13602",
87515
87528
  "size"
87516
87529
  ],
87517
87530
  "type": "object"
87518
87531
  },
87519
87532
  "Map<string|number,IAnimate>": {
87520
87533
  "properties": {
87521
- "__@toStringTag@13592": {
87534
+ "__@toStringTag@13602": {
87522
87535
  "type": "string"
87523
87536
  },
87524
87537
  "size": {
@@ -87526,7 +87539,7 @@
87526
87539
  }
87527
87540
  },
87528
87541
  "required": [
87529
- "__@toStringTag@13592",
87542
+ "__@toStringTag@13602",
87530
87543
  "size"
87531
87544
  ],
87532
87545
  "type": "object"
@@ -110201,34 +110214,34 @@
110201
110214
  },
110202
110215
  "Promise<FontFaceSet>": {
110203
110216
  "properties": {
110204
- "__@toStringTag@13592": {
110217
+ "__@toStringTag@13602": {
110205
110218
  "type": "string"
110206
110219
  }
110207
110220
  },
110208
110221
  "required": [
110209
- "__@toStringTag@13592"
110222
+ "__@toStringTag@13602"
110210
110223
  ],
110211
110224
  "type": "object"
110212
110225
  },
110213
110226
  "Promise<ServiceWorkerRegistration>": {
110214
110227
  "properties": {
110215
- "__@toStringTag@13592": {
110228
+ "__@toStringTag@13602": {
110216
110229
  "type": "string"
110217
110230
  }
110218
110231
  },
110219
110232
  "required": [
110220
- "__@toStringTag@13592"
110233
+ "__@toStringTag@13602"
110221
110234
  ],
110222
110235
  "type": "object"
110223
110236
  },
110224
110237
  "Promise<any>": {
110225
110238
  "properties": {
110226
- "__@toStringTag@13592": {
110239
+ "__@toStringTag@13602": {
110227
110240
  "type": "string"
110228
110241
  }
110229
110242
  },
110230
110243
  "required": [
110231
- "__@toStringTag@13592"
110244
+ "__@toStringTag@13602"
110232
110245
  ],
110233
110246
  "type": "object"
110234
110247
  },