@visactor/vchart-schema 1.4.0-alpha.2 → 1.4.0-alpha.4

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 +695 -80
package/vchart.json CHANGED
@@ -2431,12 +2431,9 @@
2431
2431
  },
2432
2432
  "type": "object"
2433
2433
  },
2434
- "ConvertToMarkStyleSpec<ILinkPathMarkSpec>": {
2434
+ "ConvertToMarkStyleSpec<ILineMarkSpec>_2": {
2435
2435
  "description": "style格式转换",
2436
2436
  "properties": {
2437
- "align": {
2438
- "$ref": "#/definitions/VisualType<\"center\"|\"end\"|\"start\">"
2439
- },
2440
2437
  "alpha": {
2441
2438
  "$ref": "#/definitions/VisualType<number>"
2442
2439
  },
@@ -2452,7 +2449,6 @@
2452
2449
  "background": {
2453
2450
  "$ref": "#/definitions/VisualType<string|HTMLCanvasElement|HTMLImageElement>"
2454
2451
  },
2455
- "backgroundStyle": {},
2456
2452
  "beta": {
2457
2453
  "$ref": "#/definitions/VisualType<number>"
2458
2454
  },
@@ -2462,13 +2458,13 @@
2462
2458
  "cursor": {
2463
2459
  "$ref": "#/definitions/VisualType<Cursor>"
2464
2460
  },
2465
- "curvature": {
2466
- "$ref": "#/definitions/VisualType<number>"
2461
+ "curveType": {
2462
+ "$ref": "#/definitions/VisualType<InterpolateType>"
2467
2463
  },
2468
- "direction": {
2469
- "$ref": "#/definitions/VisualType<\"radial\"|\"horizontal\"|\"vertical\"|\"LR\"|\"RL\"|\"TB\"|\"BL\">"
2464
+ "defined": {
2465
+ "$ref": "#/definitions/VisualType<boolean>"
2470
2466
  },
2471
- "endArrow": {
2467
+ "enableSegments": {
2472
2468
  "$ref": "#/definitions/VisualType<boolean>"
2473
2469
  },
2474
2470
  "fill": {
@@ -2481,15 +2477,24 @@
2481
2477
  "$ref": "#/definitions/VisualType<IBorder>",
2482
2478
  "description": "内边框"
2483
2479
  },
2480
+ "lineCap": {
2481
+ "$ref": "#/definitions/VisualType<LineStrokeCap>"
2482
+ },
2484
2483
  "lineDash": {
2485
2484
  "$ref": "#/definitions/VisualType<number[]>"
2486
2485
  },
2487
2486
  "lineDashOffset": {
2488
2487
  "$ref": "#/definitions/VisualType<number>"
2489
2488
  },
2489
+ "lineJoin": {
2490
+ "$ref": "#/definitions/VisualType<LineStrokeJoin>"
2491
+ },
2490
2492
  "lineWidth": {
2491
2493
  "$ref": "#/definitions/VisualType<number>"
2492
2494
  },
2495
+ "miterLimit": {
2496
+ "$ref": "#/definitions/VisualType<number>"
2497
+ },
2493
2498
  "opacity": {
2494
2499
  "$ref": "#/definitions/VisualType<number>"
2495
2500
  },
@@ -2497,27 +2502,16 @@
2497
2502
  "$ref": "#/definitions/VisualType<IBorder>",
2498
2503
  "description": "外边框"
2499
2504
  },
2500
- "pathType": {
2501
- "$ref": "#/definitions/VisualType<\"line\"|\"polyline\"|\"smooth\">"
2502
- },
2503
2505
  "pickMode": {
2504
2506
  "$ref": "#/definitions/VisualType<\"custom\"|\"accurate\"|\"imprecise\">",
2505
2507
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
2506
2508
  },
2507
- "ratio": {
2508
- "$ref": "#/definitions/VisualType<number>",
2509
- "description": "the ratio of normal style path"
2510
- },
2511
- "round": {
2512
- "$ref": "#/definitions/VisualType<boolean>",
2513
- "description": "round all the coordinates"
2514
- },
2515
- "startArrow": {
2516
- "$ref": "#/definitions/VisualType<boolean>"
2517
- },
2518
2509
  "stroke": {
2519
2510
  "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2520
2511
  },
2512
+ "strokeBoundsBuffer": {
2513
+ "$ref": "#/definitions/VisualType<number>"
2514
+ },
2521
2515
  "strokeOpacity": {
2522
2516
  "$ref": "#/definitions/VisualType<number>"
2523
2517
  },
@@ -2537,30 +2531,15 @@
2537
2531
  "$ref": "#/definitions/VisualType<number>",
2538
2532
  "description": "纹理单元的大小"
2539
2533
  },
2540
- "thickness": {
2541
- "$ref": "#/definitions/VisualType<number>"
2542
- },
2543
2534
  "visible": {
2544
2535
  "$ref": "#/definitions/VisualType<boolean>"
2545
2536
  },
2546
2537
  "x": {
2547
2538
  "$ref": "#/definitions/VisualType<number>"
2548
2539
  },
2549
- "x0": {
2550
- "$ref": "#/definitions/VisualType<number>"
2551
- },
2552
- "x1": {
2553
- "$ref": "#/definitions/VisualType<number>"
2554
- },
2555
2540
  "y": {
2556
2541
  "$ref": "#/definitions/VisualType<number>"
2557
2542
  },
2558
- "y0": {
2559
- "$ref": "#/definitions/VisualType<number>"
2560
- },
2561
- "y1": {
2562
- "$ref": "#/definitions/VisualType<number>"
2563
- },
2564
2543
  "z": {
2565
2544
  "$ref": "#/definitions/VisualType<number>"
2566
2545
  },
@@ -2570,7 +2549,7 @@
2570
2549
  },
2571
2550
  "type": "object"
2572
2551
  },
2573
- "ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1": {
2552
+ "ConvertToMarkStyleSpec<ILinkPathMarkSpec>": {
2574
2553
  "description": "style格式转换",
2575
2554
  "properties": {
2576
2555
  "align": {
@@ -2709,9 +2688,12 @@
2709
2688
  },
2710
2689
  "type": "object"
2711
2690
  },
2712
- "ConvertToMarkStyleSpec<IPathMarkSpec>": {
2691
+ "ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1": {
2713
2692
  "description": "style格式转换",
2714
2693
  "properties": {
2694
+ "align": {
2695
+ "$ref": "#/definitions/VisualType<\"center\"|\"end\"|\"start\">"
2696
+ },
2715
2697
  "alpha": {
2716
2698
  "$ref": "#/definitions/VisualType<number>"
2717
2699
  },
@@ -2727,6 +2709,7 @@
2727
2709
  "background": {
2728
2710
  "$ref": "#/definitions/VisualType<string|HTMLCanvasElement|HTMLImageElement>"
2729
2711
  },
2712
+ "backgroundStyle": {},
2730
2713
  "beta": {
2731
2714
  "$ref": "#/definitions/VisualType<number>"
2732
2715
  },
@@ -2736,6 +2719,15 @@
2736
2719
  "cursor": {
2737
2720
  "$ref": "#/definitions/VisualType<Cursor>"
2738
2721
  },
2722
+ "curvature": {
2723
+ "$ref": "#/definitions/VisualType<number>"
2724
+ },
2725
+ "direction": {
2726
+ "$ref": "#/definitions/VisualType<\"radial\"|\"horizontal\"|\"vertical\"|\"LR\"|\"RL\"|\"TB\"|\"BL\">"
2727
+ },
2728
+ "endArrow": {
2729
+ "$ref": "#/definitions/VisualType<boolean>"
2730
+ },
2739
2731
  "fill": {
2740
2732
  "$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
2741
2733
  },
@@ -2762,23 +2754,22 @@
2762
2754
  "$ref": "#/definitions/VisualType<IBorder>",
2763
2755
  "description": "外边框"
2764
2756
  },
2765
- "path": {
2766
- "$ref": "#/definitions/VisualType<string>"
2757
+ "pathType": {
2758
+ "$ref": "#/definitions/VisualType<\"line\"|\"polyline\"|\"smooth\">"
2767
2759
  },
2768
2760
  "pickMode": {
2769
2761
  "$ref": "#/definitions/VisualType<\"custom\"|\"accurate\"|\"imprecise\">",
2770
2762
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
2771
2763
  },
2772
- "scaleCenter": {
2773
- "$ref": "#/definitions/VisualType<{x:number;y:number;}>"
2774
- },
2775
- "scaleX": {
2776
- "$ref": "#/definitions/VisualType<number>"
2764
+ "ratio": {
2765
+ "$ref": "#/definitions/VisualType<number>",
2766
+ "description": "the ratio of normal style path"
2777
2767
  },
2778
- "scaleY": {
2779
- "$ref": "#/definitions/VisualType<number>"
2768
+ "round": {
2769
+ "$ref": "#/definitions/VisualType<boolean>",
2770
+ "description": "round all the coordinates"
2780
2771
  },
2781
- "smoothScale": {
2772
+ "startArrow": {
2782
2773
  "$ref": "#/definitions/VisualType<boolean>"
2783
2774
  },
2784
2775
  "stroke": {
@@ -2803,15 +2794,30 @@
2803
2794
  "$ref": "#/definitions/VisualType<number>",
2804
2795
  "description": "纹理单元的大小"
2805
2796
  },
2797
+ "thickness": {
2798
+ "$ref": "#/definitions/VisualType<number>"
2799
+ },
2806
2800
  "visible": {
2807
2801
  "$ref": "#/definitions/VisualType<boolean>"
2808
2802
  },
2809
2803
  "x": {
2810
2804
  "$ref": "#/definitions/VisualType<number>"
2811
2805
  },
2806
+ "x0": {
2807
+ "$ref": "#/definitions/VisualType<number>"
2808
+ },
2809
+ "x1": {
2810
+ "$ref": "#/definitions/VisualType<number>"
2811
+ },
2812
2812
  "y": {
2813
2813
  "$ref": "#/definitions/VisualType<number>"
2814
2814
  },
2815
+ "y0": {
2816
+ "$ref": "#/definitions/VisualType<number>"
2817
+ },
2818
+ "y1": {
2819
+ "$ref": "#/definitions/VisualType<number>"
2820
+ },
2815
2821
  "z": {
2816
2822
  "$ref": "#/definitions/VisualType<number>"
2817
2823
  },
@@ -2821,7 +2827,7 @@
2821
2827
  },
2822
2828
  "type": "object"
2823
2829
  },
2824
- "ConvertToMarkStyleSpec<IPathMarkSpec>_1": {
2830
+ "ConvertToMarkStyleSpec<IPathMarkSpec>": {
2825
2831
  "description": "style格式转换",
2826
2832
  "properties": {
2827
2833
  "alpha": {
@@ -2933,7 +2939,7 @@
2933
2939
  },
2934
2940
  "type": "object"
2935
2941
  },
2936
- "ConvertToMarkStyleSpec<IPathMarkSpec>_2": {
2942
+ "ConvertToMarkStyleSpec<IPathMarkSpec>_1": {
2937
2943
  "description": "style格式转换",
2938
2944
  "properties": {
2939
2945
  "alpha": {
@@ -16982,12 +16988,17 @@
16982
16988
  "description": "开启分片渲染的阀值,对应的是单系列data的长度",
16983
16989
  "type": "number"
16984
16990
  },
16991
+ "smooth": {
16992
+ "default": false,
16993
+ "description": "引导线是否光滑",
16994
+ "type": "boolean"
16995
+ },
16985
16996
  "state": {
16986
- "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IPathMarkSpec>|IMarkStateSpec<IPathMarkSpec>>",
16997
+ "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>",
16987
16998
  "description": "不同状态下的样式配置"
16988
16999
  },
16989
17000
  "style": {
16990
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_2",
17001
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_2",
16991
17002
  "description": "默认样式设置"
16992
17003
  },
16993
17004
  "support3d": {
@@ -21744,6 +21755,9 @@
21744
21755
  },
21745
21756
  {
21746
21757
  "$ref": "#/definitions/IBandAxisSpec"
21758
+ },
21759
+ {
21760
+ "typeof": "function"
21747
21761
  }
21748
21762
  ]
21749
21763
  },
@@ -26127,6 +26141,11 @@
26127
26141
  "IDataZoomSpec": {
26128
26142
  "description": "spec",
26129
26143
  "properties": {
26144
+ "auto": {
26145
+ "description": "是否为自动模式。开启以后,组件不会导致轴 scale 缩放,end、roam 等可能导致缩放的配置将被忽略,且组件可以自动消失",
26146
+ "since": "1.4.0",
26147
+ "type": "boolean"
26148
+ },
26130
26149
  "autoIndent": {
26131
26150
  "description": "是否进行自动缩进",
26132
26151
  "type": "boolean"
@@ -27215,6 +27234,19 @@
27215
27234
  "$ref": "#/definitions/ILayoutNumber",
27216
27235
  "description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
27217
27236
  },
27237
+ "scaleCenter": {
27238
+ "items": [
27239
+ {
27240
+ "type": "number"
27241
+ },
27242
+ {
27243
+ "type": "number"
27244
+ }
27245
+ ],
27246
+ "maxItems": 2,
27247
+ "minItems": 2,
27248
+ "type": "array"
27249
+ },
27218
27250
  "scaleName": {
27219
27251
  "description": "scaleName must match the id of the scale configured in **scales**",
27220
27252
  "type": "string"
@@ -36058,6 +36090,91 @@
36058
36090
  ],
36059
36091
  "type": "object"
36060
36092
  },
36093
+ "ILayoutItemSpec": {
36094
+ "properties": {
36095
+ "bottom": {
36096
+ "$ref": "#/definitions/ILayoutNumber",
36097
+ "description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
36098
+ },
36099
+ "center": {
36100
+ "description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
36101
+ "type": "boolean"
36102
+ },
36103
+ "clip": {
36104
+ "description": "模块是否裁剪超出布局区域外的绘图内容",
36105
+ "type": "boolean"
36106
+ },
36107
+ "height": {
36108
+ "$ref": "#/definitions/ILayoutNumber",
36109
+ "description": "模块的布局大小:高度"
36110
+ },
36111
+ "layoutLevel": {
36112
+ "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
36113
+ "type": "number"
36114
+ },
36115
+ "layoutType": {
36116
+ "$ref": "#/definitions/ILayoutType",
36117
+ "description": "当前模块的布局类型,配置为 absolute 的话,当前元素会以图表左上角为原点进行绝对布局"
36118
+ },
36119
+ "left": {
36120
+ "$ref": "#/definitions/ILayoutNumber",
36121
+ "description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
36122
+ },
36123
+ "maxHeight": {
36124
+ "$ref": "#/definitions/ILayoutNumber",
36125
+ "description": "模块的布局最大高度"
36126
+ },
36127
+ "maxWidth": {
36128
+ "$ref": "#/definitions/ILayoutNumber",
36129
+ "description": "模块的布局最大宽度"
36130
+ },
36131
+ "minHeight": {
36132
+ "$ref": "#/definitions/ILayoutNumber",
36133
+ "description": "模块的布局最小高度"
36134
+ },
36135
+ "minWidth": {
36136
+ "$ref": "#/definitions/ILayoutNumber",
36137
+ "description": "模块的布局最小宽度"
36138
+ },
36139
+ "noOuterPadding": {
36140
+ "description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
36141
+ "type": "boolean"
36142
+ },
36143
+ "offsetX": {
36144
+ "$ref": "#/definitions/ILayoutNumber",
36145
+ "description": "模块的布局位置偏移:X"
36146
+ },
36147
+ "offsetY": {
36148
+ "$ref": "#/definitions/ILayoutNumber",
36149
+ "description": "模块的布局位置偏移:Y"
36150
+ },
36151
+ "orient": {
36152
+ "$ref": "#/definitions/IOrientType",
36153
+ "description": "模块布局位置"
36154
+ },
36155
+ "padding": {
36156
+ "$ref": "#/definitions/ILayoutPaddingSpec",
36157
+ "description": "模块的布局间距"
36158
+ },
36159
+ "right": {
36160
+ "$ref": "#/definitions/ILayoutNumber",
36161
+ "description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
36162
+ },
36163
+ "top": {
36164
+ "$ref": "#/definitions/ILayoutNumber",
36165
+ "description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
36166
+ },
36167
+ "width": {
36168
+ "$ref": "#/definitions/ILayoutNumber",
36169
+ "description": "模块的布局大小:宽度"
36170
+ },
36171
+ "zIndex": {
36172
+ "description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
36173
+ "type": "number"
36174
+ }
36175
+ },
36176
+ "type": "object"
36177
+ },
36061
36178
  "ILayoutNumber": {
36062
36179
  "anyOf": [
36063
36180
  {
@@ -42986,6 +43103,19 @@
42986
43103
  "postMatrix": {
42987
43104
  "$ref": "#/definitions/IMatrix"
42988
43105
  },
43106
+ "scaleCenter": {
43107
+ "items": [
43108
+ {
43109
+ "type": "number"
43110
+ },
43111
+ {
43112
+ "type": "number"
43113
+ }
43114
+ ],
43115
+ "maxItems": 2,
43116
+ "minItems": 2,
43117
+ "type": "array"
43118
+ },
42989
43119
  "scaleX": {
42990
43120
  "type": "number"
42991
43121
  },
@@ -50370,6 +50500,11 @@
50370
50500
  },
50371
50501
  "IScrollBarSpec": {
50372
50502
  "properties": {
50503
+ "auto": {
50504
+ "description": "是否为自动模式。开启以后,组件不会导致轴 scale 缩放,end、roam 等可能导致缩放的配置将被忽略,且组件可以自动消失",
50505
+ "since": "1.4.0",
50506
+ "type": "boolean"
50507
+ },
50373
50508
  "autoIndent": {
50374
50509
  "description": "是否进行自动缩进",
50375
50510
  "type": "boolean"
@@ -50700,6 +50835,9 @@
50700
50835
  },
50701
50836
  "IScrollBarTheme": {
50702
50837
  "allOf": [
50838
+ {
50839
+ "$ref": "#/definitions/ILayoutItemSpec"
50840
+ },
50703
50841
  {
50704
50842
  "$ref": "#/definitions/IScrollBarStyle"
50705
50843
  },
@@ -60213,7 +60351,7 @@
60213
60351
  },
60214
60352
  "Map<Function,(...args:any[])=>void>": {
60215
60353
  "properties": {
60216
- "__@toStringTag@12946": {
60354
+ "__@toStringTag@12955": {
60217
60355
  "type": "string"
60218
60356
  },
60219
60357
  "size": {
@@ -60221,14 +60359,14 @@
60221
60359
  }
60222
60360
  },
60223
60361
  "required": [
60224
- "__@toStringTag@12946",
60362
+ "__@toStringTag@12955",
60225
60363
  "size"
60226
60364
  ],
60227
60365
  "type": "object"
60228
60366
  },
60229
60367
  "Map<number,IGraphicPicker>": {
60230
60368
  "properties": {
60231
- "__@toStringTag@12946": {
60369
+ "__@toStringTag@12955": {
60232
60370
  "type": "string"
60233
60371
  },
60234
60372
  "size": {
@@ -60236,14 +60374,14 @@
60236
60374
  }
60237
60375
  },
60238
60376
  "required": [
60239
- "__@toStringTag@12946",
60377
+ "__@toStringTag@12955",
60240
60378
  "size"
60241
60379
  ],
60242
60380
  "type": "object"
60243
60381
  },
60244
60382
  "Map<number,IGraphicRender>": {
60245
60383
  "properties": {
60246
- "__@toStringTag@12946": {
60384
+ "__@toStringTag@12955": {
60247
60385
  "type": "string"
60248
60386
  },
60249
60387
  "size": {
@@ -60251,14 +60389,14 @@
60251
60389
  }
60252
60390
  },
60253
60391
  "required": [
60254
- "__@toStringTag@12946",
60392
+ "__@toStringTag@12955",
60255
60393
  "size"
60256
60394
  ],
60257
60395
  "type": "object"
60258
60396
  },
60259
60397
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
60260
60398
  "properties": {
60261
- "__@toStringTag@12946": {
60399
+ "__@toStringTag@12955": {
60262
60400
  "type": "string"
60263
60401
  },
60264
60402
  "size": {
@@ -60266,14 +60404,14 @@
60266
60404
  }
60267
60405
  },
60268
60406
  "required": [
60269
- "__@toStringTag@12946",
60407
+ "__@toStringTag@12955",
60270
60408
  "size"
60271
60409
  ],
60272
60410
  "type": "object"
60273
60411
  },
60274
60412
  "Map<string,Map<number,IGraphicRender>>": {
60275
60413
  "properties": {
60276
- "__@toStringTag@12946": {
60414
+ "__@toStringTag@12955": {
60277
60415
  "type": "string"
60278
60416
  },
60279
60417
  "size": {
@@ -60281,14 +60419,14 @@
60281
60419
  }
60282
60420
  },
60283
60421
  "required": [
60284
- "__@toStringTag@12946",
60422
+ "__@toStringTag@12955",
60285
60423
  "size"
60286
60424
  ],
60287
60425
  "type": "object"
60288
60426
  },
60289
60427
  "Map<string,any>": {
60290
60428
  "properties": {
60291
- "__@toStringTag@12946": {
60429
+ "__@toStringTag@12955": {
60292
60430
  "type": "string"
60293
60431
  },
60294
60432
  "size": {
@@ -60296,14 +60434,14 @@
60296
60434
  }
60297
60435
  },
60298
60436
  "required": [
60299
- "__@toStringTag@12946",
60437
+ "__@toStringTag@12955",
60300
60438
  "size"
60301
60439
  ],
60302
60440
  "type": "object"
60303
60441
  },
60304
60442
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
60305
60443
  "properties": {
60306
- "__@toStringTag@12946": {
60444
+ "__@toStringTag@12955": {
60307
60445
  "type": "string"
60308
60446
  },
60309
60447
  "size": {
@@ -60311,14 +60449,14 @@
60311
60449
  }
60312
60450
  },
60313
60451
  "required": [
60314
- "__@toStringTag@12946",
60452
+ "__@toStringTag@12955",
60315
60453
  "size"
60316
60454
  ],
60317
60455
  "type": "object"
60318
60456
  },
60319
60457
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
60320
60458
  "properties": {
60321
- "__@toStringTag@12946": {
60459
+ "__@toStringTag@12955": {
60322
60460
  "type": "string"
60323
60461
  },
60324
60462
  "size": {
@@ -60326,14 +60464,14 @@
60326
60464
  }
60327
60465
  },
60328
60466
  "required": [
60329
- "__@toStringTag@12946",
60467
+ "__@toStringTag@12955",
60330
60468
  "size"
60331
60469
  ],
60332
60470
  "type": "object"
60333
60471
  },
60334
60472
  "Map<string|number,IAnimate>": {
60335
60473
  "properties": {
60336
- "__@toStringTag@12946": {
60474
+ "__@toStringTag@12955": {
60337
60475
  "type": "string"
60338
60476
  },
60339
60477
  "size": {
@@ -60341,7 +60479,7 @@
60341
60479
  }
60342
60480
  },
60343
60481
  "required": [
60344
- "__@toStringTag@12946",
60482
+ "__@toStringTag@12955",
60345
60483
  "size"
60346
60484
  ],
60347
60485
  "type": "object"
@@ -60953,6 +61091,19 @@
60953
61091
  "reversed": {
60954
61092
  "type": "boolean"
60955
61093
  },
61094
+ "scaleCenter": {
61095
+ "items": [
61096
+ {
61097
+ "type": "number"
61098
+ },
61099
+ {
61100
+ "type": "number"
61101
+ }
61102
+ ],
61103
+ "maxItems": 2,
61104
+ "minItems": 2,
61105
+ "type": "array"
61106
+ },
60956
61107
  "scaleX": {
60957
61108
  "type": "number"
60958
61109
  },
@@ -63320,6 +63471,19 @@
63320
63471
  "postMatrix": {
63321
63472
  "$ref": "#/definitions/IMatrix"
63322
63473
  },
63474
+ "scaleCenter": {
63475
+ "items": [
63476
+ {
63477
+ "type": "number"
63478
+ },
63479
+ {
63480
+ "type": "number"
63481
+ }
63482
+ ],
63483
+ "maxItems": 2,
63484
+ "minItems": 2,
63485
+ "type": "array"
63486
+ },
63323
63487
  "scaleX": {
63324
63488
  "type": "number"
63325
63489
  },
@@ -64551,6 +64715,19 @@
64551
64715
  "postMatrix": {
64552
64716
  "$ref": "#/definitions/IMatrix"
64553
64717
  },
64718
+ "scaleCenter": {
64719
+ "items": [
64720
+ {
64721
+ "type": "number"
64722
+ },
64723
+ {
64724
+ "type": "number"
64725
+ }
64726
+ ],
64727
+ "maxItems": 2,
64728
+ "minItems": 2,
64729
+ "type": "array"
64730
+ },
64554
64731
  "scaleX": {
64555
64732
  "type": "number"
64556
64733
  },
@@ -65159,6 +65336,19 @@
65159
65336
  "postMatrix": {
65160
65337
  "$ref": "#/definitions/IMatrix"
65161
65338
  },
65339
+ "scaleCenter": {
65340
+ "items": [
65341
+ {
65342
+ "type": "number"
65343
+ },
65344
+ {
65345
+ "type": "number"
65346
+ }
65347
+ ],
65348
+ "maxItems": 2,
65349
+ "minItems": 2,
65350
+ "type": "array"
65351
+ },
65162
65352
  "scaleX": {
65163
65353
  "type": "number"
65164
65354
  },
@@ -65477,6 +65667,19 @@
65477
65667
  "postMatrix": {
65478
65668
  "$ref": "#/definitions/IMatrix"
65479
65669
  },
65670
+ "scaleCenter": {
65671
+ "items": [
65672
+ {
65673
+ "type": "number"
65674
+ },
65675
+ {
65676
+ "type": "number"
65677
+ }
65678
+ ],
65679
+ "maxItems": 2,
65680
+ "minItems": 2,
65681
+ "type": "array"
65682
+ },
65480
65683
  "scaleX": {
65481
65684
  "type": "number"
65482
65685
  },
@@ -65841,6 +66044,19 @@
65841
66044
  "radius": {
65842
66045
  "type": "number"
65843
66046
  },
66047
+ "scaleCenter": {
66048
+ "items": [
66049
+ {
66050
+ "type": "number"
66051
+ },
66052
+ {
66053
+ "type": "number"
66054
+ }
66055
+ ],
66056
+ "maxItems": 2,
66057
+ "minItems": 2,
66058
+ "type": "array"
66059
+ },
65844
66060
  "scaleX": {
65845
66061
  "type": "number"
65846
66062
  },
@@ -66159,6 +66375,19 @@
66159
66375
  "postMatrix": {
66160
66376
  "$ref": "#/definitions/IMatrix"
66161
66377
  },
66378
+ "scaleCenter": {
66379
+ "items": [
66380
+ {
66381
+ "type": "number"
66382
+ },
66383
+ {
66384
+ "type": "number"
66385
+ }
66386
+ ],
66387
+ "maxItems": 2,
66388
+ "minItems": 2,
66389
+ "type": "array"
66390
+ },
66162
66391
  "scaleX": {
66163
66392
  "type": "number"
66164
66393
  },
@@ -66448,6 +66677,19 @@
66448
66677
  "postMatrix": {
66449
66678
  "$ref": "#/definitions/IMatrix"
66450
66679
  },
66680
+ "scaleCenter": {
66681
+ "items": [
66682
+ {
66683
+ "type": "number"
66684
+ },
66685
+ {
66686
+ "type": "number"
66687
+ }
66688
+ ],
66689
+ "maxItems": 2,
66690
+ "minItems": 2,
66691
+ "type": "array"
66692
+ },
66451
66693
  "scaleX": {
66452
66694
  "type": "number"
66453
66695
  },
@@ -66809,6 +67051,19 @@
66809
67051
  "postMatrix": {
66810
67052
  "$ref": "#/definitions/IMatrix"
66811
67053
  },
67054
+ "scaleCenter": {
67055
+ "items": [
67056
+ {
67057
+ "type": "number"
67058
+ },
67059
+ {
67060
+ "type": "number"
67061
+ }
67062
+ ],
67063
+ "maxItems": 2,
67064
+ "minItems": 2,
67065
+ "type": "array"
67066
+ },
66812
67067
  "scaleX": {
66813
67068
  "type": "number"
66814
67069
  },
@@ -67136,6 +67391,19 @@
67136
67391
  "repeatY": {
67137
67392
  "$ref": "#/definitions/IRepeatType"
67138
67393
  },
67394
+ "scaleCenter": {
67395
+ "items": [
67396
+ {
67397
+ "type": "number"
67398
+ },
67399
+ {
67400
+ "type": "number"
67401
+ }
67402
+ ],
67403
+ "maxItems": 2,
67404
+ "minItems": 2,
67405
+ "type": "array"
67406
+ },
67139
67407
  "scaleX": {
67140
67408
  "type": "number"
67141
67409
  },
@@ -67846,6 +68114,9 @@
67846
68114
  "clipRangeByDimension": {
67847
68115
  "$ref": "#/definitions/IClipRangeByDimensionType"
67848
68116
  },
68117
+ "closePath": {
68118
+ "type": "boolean"
68119
+ },
67849
68120
  "connectedStyle": {
67850
68121
  "typeof": "function"
67851
68122
  },
@@ -67944,6 +68215,19 @@
67944
68215
  "postMatrix": {
67945
68216
  "$ref": "#/definitions/IMatrix"
67946
68217
  },
68218
+ "scaleCenter": {
68219
+ "items": [
68220
+ {
68221
+ "type": "number"
68222
+ },
68223
+ {
68224
+ "type": "number"
68225
+ }
68226
+ ],
68227
+ "maxItems": 2,
68228
+ "minItems": 2,
68229
+ "type": "array"
68230
+ },
67947
68231
  "scaleX": {
67948
68232
  "type": "number"
67949
68233
  },
@@ -68770,6 +69054,19 @@
68770
69054
  "postMatrix": {
68771
69055
  "$ref": "#/definitions/IMatrix"
68772
69056
  },
69057
+ "scaleCenter": {
69058
+ "items": [
69059
+ {
69060
+ "type": "number"
69061
+ },
69062
+ {
69063
+ "type": "number"
69064
+ }
69065
+ ],
69066
+ "maxItems": 2,
69067
+ "minItems": 2,
69068
+ "type": "array"
69069
+ },
68773
69070
  "scaleX": {
68774
69071
  "type": "number"
68775
69072
  },
@@ -69075,6 +69372,19 @@
69075
69372
  "postMatrix": {
69076
69373
  "$ref": "#/definitions/IMatrix"
69077
69374
  },
69375
+ "scaleCenter": {
69376
+ "items": [
69377
+ {
69378
+ "type": "number"
69379
+ },
69380
+ {
69381
+ "type": "number"
69382
+ }
69383
+ ],
69384
+ "maxItems": 2,
69385
+ "minItems": 2,
69386
+ "type": "array"
69387
+ },
69078
69388
  "scaleX": {
69079
69389
  "type": "number"
69080
69390
  },
@@ -69593,6 +69903,19 @@
69593
69903
  "postMatrix": {
69594
69904
  "$ref": "#/definitions/IMatrix"
69595
69905
  },
69906
+ "scaleCenter": {
69907
+ "items": [
69908
+ {
69909
+ "type": "number"
69910
+ },
69911
+ {
69912
+ "type": "number"
69913
+ }
69914
+ ],
69915
+ "maxItems": 2,
69916
+ "minItems": 2,
69917
+ "type": "array"
69918
+ },
69596
69919
  "scaleX": {
69597
69920
  "type": "number"
69598
69921
  },
@@ -69898,6 +70221,19 @@
69898
70221
  "postMatrix": {
69899
70222
  "$ref": "#/definitions/IMatrix"
69900
70223
  },
70224
+ "scaleCenter": {
70225
+ "items": [
70226
+ {
70227
+ "type": "number"
70228
+ },
70229
+ {
70230
+ "type": "number"
70231
+ }
70232
+ ],
70233
+ "maxItems": 2,
70234
+ "minItems": 2,
70235
+ "type": "array"
70236
+ },
69901
70237
  "scaleX": {
69902
70238
  "type": "number"
69903
70239
  },
@@ -70495,6 +70831,19 @@
70495
70831
  "postMatrix": {
70496
70832
  "$ref": "#/definitions/IMatrix"
70497
70833
  },
70834
+ "scaleCenter": {
70835
+ "items": [
70836
+ {
70837
+ "type": "number"
70838
+ },
70839
+ {
70840
+ "type": "number"
70841
+ }
70842
+ ],
70843
+ "maxItems": 2,
70844
+ "minItems": 2,
70845
+ "type": "array"
70846
+ },
70498
70847
  "scaleX": {
70499
70848
  "type": "number"
70500
70849
  },
@@ -70847,6 +71196,19 @@
70847
71196
  "postMatrix": {
70848
71197
  "$ref": "#/definitions/IMatrix"
70849
71198
  },
71199
+ "scaleCenter": {
71200
+ "items": [
71201
+ {
71202
+ "type": "number"
71203
+ },
71204
+ {
71205
+ "type": "number"
71206
+ }
71207
+ ],
71208
+ "maxItems": 2,
71209
+ "minItems": 2,
71210
+ "type": "array"
71211
+ },
70850
71212
  "scaleIn3d": {
70851
71213
  "type": "boolean"
70852
71214
  },
@@ -71680,6 +72042,19 @@
71680
72042
  "postMatrix": {
71681
72043
  "$ref": "#/definitions/IMatrix"
71682
72044
  },
72045
+ "scaleCenter": {
72046
+ "items": [
72047
+ {
72048
+ "type": "number"
72049
+ },
72050
+ {
72051
+ "type": "number"
72052
+ }
72053
+ ],
72054
+ "maxItems": 2,
72055
+ "minItems": 2,
72056
+ "type": "array"
72057
+ },
71683
72058
  "scaleIn3d": {
71684
72059
  "type": "boolean"
71685
72060
  },
@@ -72020,6 +72395,19 @@
72020
72395
  "postMatrix": {
72021
72396
  "$ref": "#/definitions/IMatrix"
72022
72397
  },
72398
+ "scaleCenter": {
72399
+ "items": [
72400
+ {
72401
+ "type": "number"
72402
+ },
72403
+ {
72404
+ "type": "number"
72405
+ }
72406
+ ],
72407
+ "maxItems": 2,
72408
+ "minItems": 2,
72409
+ "type": "array"
72410
+ },
72023
72411
  "scaleX": {
72024
72412
  "type": "number"
72025
72413
  },
@@ -72307,6 +72695,19 @@
72307
72695
  "postMatrix": {
72308
72696
  "$ref": "#/definitions/IMatrix"
72309
72697
  },
72698
+ "scaleCenter": {
72699
+ "items": [
72700
+ {
72701
+ "type": "number"
72702
+ },
72703
+ {
72704
+ "type": "number"
72705
+ }
72706
+ ],
72707
+ "maxItems": 2,
72708
+ "minItems": 2,
72709
+ "type": "array"
72710
+ },
72310
72711
  "scaleX": {
72311
72712
  "type": "number"
72312
72713
  },
@@ -73702,41 +74103,41 @@
73702
74103
  },
73703
74104
  "Promise<FontFaceSet>": {
73704
74105
  "properties": {
73705
- "__@toStringTag@12946": {
74106
+ "__@toStringTag@12955": {
73706
74107
  "type": "string"
73707
74108
  }
73708
74109
  },
73709
74110
  "required": [
73710
- "__@toStringTag@12946"
74111
+ "__@toStringTag@12955"
73711
74112
  ],
73712
74113
  "type": "object"
73713
74114
  },
73714
74115
  "Promise<ServiceWorkerRegistration>": {
73715
74116
  "properties": {
73716
- "__@toStringTag@12946": {
74117
+ "__@toStringTag@12955": {
73717
74118
  "type": "string"
73718
74119
  }
73719
74120
  },
73720
74121
  "required": [
73721
- "__@toStringTag@12946"
74122
+ "__@toStringTag@12955"
73722
74123
  ],
73723
74124
  "type": "object"
73724
74125
  },
73725
74126
  "Promise<any>": {
73726
74127
  "properties": {
73727
- "__@toStringTag@12946": {
74128
+ "__@toStringTag@12955": {
73728
74129
  "type": "string"
73729
74130
  }
73730
74131
  },
73731
74132
  "required": [
73732
- "__@toStringTag@12946"
74133
+ "__@toStringTag@12955"
73733
74134
  ],
73734
74135
  "type": "object"
73735
74136
  },
73736
74137
  "Record<string,ConvertToMarkStyleSpec<IGroupMarkSpec>|IMarkStateSpec<IGroupMarkSpec>>": {
73737
74138
  "type": "object"
73738
74139
  },
73739
- "Record<string,ConvertToMarkStyleSpec<IPathMarkSpec>|IMarkStateSpec<IPathMarkSpec>>": {
74140
+ "Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
73740
74141
  "type": "object"
73741
74142
  },
73742
74143
  "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>": {
@@ -74047,6 +74448,19 @@
74047
74448
  "postMatrix": {
74048
74449
  "$ref": "#/definitions/IMatrix"
74049
74450
  },
74451
+ "scaleCenter": {
74452
+ "items": [
74453
+ {
74454
+ "type": "number"
74455
+ },
74456
+ {
74457
+ "type": "number"
74458
+ }
74459
+ ],
74460
+ "maxItems": 2,
74461
+ "minItems": 2,
74462
+ "type": "array"
74463
+ },
74050
74464
  "scaleX": {
74051
74465
  "type": "number"
74052
74466
  },
@@ -74184,6 +74598,7 @@
74184
74598
  "pickMode",
74185
74599
  "pickable",
74186
74600
  "postMatrix",
74601
+ "scaleCenter",
74187
74602
  "scaleX",
74188
74603
  "scaleY",
74189
74604
  "scaleZ",
@@ -74432,6 +74847,19 @@
74432
74847
  "postMatrix": {
74433
74848
  "$ref": "#/definitions/IMatrix"
74434
74849
  },
74850
+ "scaleCenter": {
74851
+ "items": [
74852
+ {
74853
+ "type": "number"
74854
+ },
74855
+ {
74856
+ "type": "number"
74857
+ }
74858
+ ],
74859
+ "maxItems": 2,
74860
+ "minItems": 2,
74861
+ "type": "array"
74862
+ },
74435
74863
  "scaleX": {
74436
74864
  "type": "number"
74437
74865
  },
@@ -74571,6 +74999,7 @@
74571
74999
  "pickable",
74572
75000
  "points",
74573
75001
  "postMatrix",
75002
+ "scaleCenter",
74574
75003
  "scaleX",
74575
75004
  "scaleY",
74576
75005
  "scaleZ",
@@ -74796,6 +75225,19 @@
74796
75225
  "radius": {
74797
75226
  "type": "number"
74798
75227
  },
75228
+ "scaleCenter": {
75229
+ "items": [
75230
+ {
75231
+ "type": "number"
75232
+ },
75233
+ {
75234
+ "type": "number"
75235
+ }
75236
+ ],
75237
+ "maxItems": 2,
75238
+ "minItems": 2,
75239
+ "type": "array"
75240
+ },
74799
75241
  "scaleX": {
74800
75242
  "type": "number"
74801
75243
  },
@@ -74927,6 +75369,7 @@
74927
75369
  "pickable",
74928
75370
  "postMatrix",
74929
75371
  "radius",
75372
+ "scaleCenter",
74930
75373
  "scaleX",
74931
75374
  "scaleY",
74932
75375
  "scaleZ",
@@ -75175,6 +75618,19 @@
75175
75618
  "postMatrix": {
75176
75619
  "$ref": "#/definitions/IMatrix"
75177
75620
  },
75621
+ "scaleCenter": {
75622
+ "items": [
75623
+ {
75624
+ "type": "number"
75625
+ },
75626
+ {
75627
+ "type": "number"
75628
+ }
75629
+ ],
75630
+ "maxItems": 2,
75631
+ "minItems": 2,
75632
+ "type": "array"
75633
+ },
75178
75634
  "scaleX": {
75179
75635
  "type": "number"
75180
75636
  },
@@ -75308,6 +75764,7 @@
75308
75764
  "pickMode",
75309
75765
  "pickable",
75310
75766
  "postMatrix",
75767
+ "scaleCenter",
75311
75768
  "scaleX",
75312
75769
  "scaleY",
75313
75770
  "scaleZ",
@@ -75602,6 +76059,19 @@
75602
76059
  "postMatrix": {
75603
76060
  "$ref": "#/definitions/IMatrix"
75604
76061
  },
76062
+ "scaleCenter": {
76063
+ "items": [
76064
+ {
76065
+ "type": "number"
76066
+ },
76067
+ {
76068
+ "type": "number"
76069
+ }
76070
+ ],
76071
+ "maxItems": 2,
76072
+ "minItems": 2,
76073
+ "type": "array"
76074
+ },
75605
76075
  "scaleX": {
75606
76076
  "type": "number"
75607
76077
  },
@@ -75744,6 +76214,7 @@
75744
76214
  "pickMode",
75745
76215
  "pickable",
75746
76216
  "postMatrix",
76217
+ "scaleCenter",
75747
76218
  "scaleX",
75748
76219
  "scaleY",
75749
76220
  "scaleZ",
@@ -75999,6 +76470,19 @@
75999
76470
  "repeatY": {
76000
76471
  "$ref": "#/definitions/IRepeatType"
76001
76472
  },
76473
+ "scaleCenter": {
76474
+ "items": [
76475
+ {
76476
+ "type": "number"
76477
+ },
76478
+ {
76479
+ "type": "number"
76480
+ }
76481
+ ],
76482
+ "maxItems": 2,
76483
+ "minItems": 2,
76484
+ "type": "array"
76485
+ },
76002
76486
  "scaleX": {
76003
76487
  "type": "number"
76004
76488
  },
@@ -76133,6 +76617,7 @@
76133
76617
  "postMatrix",
76134
76618
  "repeatX",
76135
76619
  "repeatY",
76620
+ "scaleCenter",
76136
76621
  "scaleX",
76137
76622
  "scaleY",
76138
76623
  "scaleZ",
@@ -76286,6 +76771,9 @@
76286
76771
  "clipRangeByDimension": {
76287
76772
  "$ref": "#/definitions/IClipRangeByDimensionType"
76288
76773
  },
76774
+ "closePath": {
76775
+ "type": "boolean"
76776
+ },
76289
76777
  "connectedStyle": {
76290
76778
  "typeof": "function"
76291
76779
  },
@@ -76384,6 +76872,19 @@
76384
76872
  "postMatrix": {
76385
76873
  "$ref": "#/definitions/IMatrix"
76386
76874
  },
76875
+ "scaleCenter": {
76876
+ "items": [
76877
+ {
76878
+ "type": "number"
76879
+ },
76880
+ {
76881
+ "type": "number"
76882
+ }
76883
+ ],
76884
+ "maxItems": 2,
76885
+ "minItems": 2,
76886
+ "type": "array"
76887
+ },
76387
76888
  "scaleX": {
76388
76889
  "type": "number"
76389
76890
  },
@@ -76496,6 +76997,7 @@
76496
76997
  "childrenPickable",
76497
76998
  "clipRange",
76498
76999
  "clipRangeByDimension",
77000
+ "closePath",
76499
77001
  "connectedStyle",
76500
77002
  "connectedType",
76501
77003
  "connectedX",
@@ -76524,6 +77026,7 @@
76524
77026
  "pickable",
76525
77027
  "points",
76526
77028
  "postMatrix",
77029
+ "scaleCenter",
76527
77030
  "scaleX",
76528
77031
  "scaleY",
76529
77032
  "scaleZ",
@@ -76756,6 +77259,19 @@
76756
77259
  "postMatrix": {
76757
77260
  "$ref": "#/definitions/IMatrix"
76758
77261
  },
77262
+ "scaleCenter": {
77263
+ "items": [
77264
+ {
77265
+ "type": "number"
77266
+ },
77267
+ {
77268
+ "type": "number"
77269
+ }
77270
+ ],
77271
+ "maxItems": 2,
77272
+ "minItems": 2,
77273
+ "type": "array"
77274
+ },
76759
77275
  "scaleX": {
76760
77276
  "type": "number"
76761
77277
  },
@@ -76884,6 +77400,7 @@
76884
77400
  "pickMode",
76885
77401
  "pickable",
76886
77402
  "postMatrix",
77403
+ "scaleCenter",
76887
77404
  "scaleX",
76888
77405
  "scaleY",
76889
77406
  "scaleZ",
@@ -77121,6 +77638,19 @@
77121
77638
  "postMatrix": {
77122
77639
  "$ref": "#/definitions/IMatrix"
77123
77640
  },
77641
+ "scaleCenter": {
77642
+ "items": [
77643
+ {
77644
+ "type": "number"
77645
+ },
77646
+ {
77647
+ "type": "number"
77648
+ }
77649
+ ],
77650
+ "maxItems": 2,
77651
+ "minItems": 2,
77652
+ "type": "array"
77653
+ },
77124
77654
  "scaleX": {
77125
77655
  "type": "number"
77126
77656
  },
@@ -77249,6 +77779,7 @@
77249
77779
  "pickable",
77250
77780
  "points",
77251
77781
  "postMatrix",
77782
+ "scaleCenter",
77252
77783
  "scaleX",
77253
77784
  "scaleY",
77254
77785
  "scaleZ",
@@ -77486,6 +78017,19 @@
77486
78017
  "postMatrix": {
77487
78018
  "$ref": "#/definitions/IMatrix"
77488
78019
  },
78020
+ "scaleCenter": {
78021
+ "items": [
78022
+ {
78023
+ "type": "number"
78024
+ },
78025
+ {
78026
+ "type": "number"
78027
+ }
78028
+ ],
78029
+ "maxItems": 2,
78030
+ "minItems": 2,
78031
+ "type": "array"
78032
+ },
77489
78033
  "scaleX": {
77490
78034
  "type": "number"
77491
78035
  },
@@ -77618,6 +78162,7 @@
77618
78162
  "pickMode",
77619
78163
  "pickable",
77620
78164
  "postMatrix",
78165
+ "scaleCenter",
77621
78166
  "scaleX",
77622
78167
  "scaleY",
77623
78168
  "scaleZ",
@@ -77853,6 +78398,19 @@
77853
78398
  "postMatrix": {
77854
78399
  "$ref": "#/definitions/IMatrix"
77855
78400
  },
78401
+ "scaleCenter": {
78402
+ "items": [
78403
+ {
78404
+ "type": "number"
78405
+ },
78406
+ {
78407
+ "type": "number"
78408
+ }
78409
+ ],
78410
+ "maxItems": 2,
78411
+ "minItems": 2,
78412
+ "type": "array"
78413
+ },
77856
78414
  "scaleX": {
77857
78415
  "type": "number"
77858
78416
  },
@@ -77984,6 +78542,7 @@
77984
78542
  "pickMode",
77985
78543
  "pickable",
77986
78544
  "postMatrix",
78545
+ "scaleCenter",
77987
78546
  "scaleX",
77988
78547
  "scaleY",
77989
78548
  "scaleZ",
@@ -78221,6 +78780,19 @@
78221
78780
  "postMatrix": {
78222
78781
  "$ref": "#/definitions/IMatrix"
78223
78782
  },
78783
+ "scaleCenter": {
78784
+ "items": [
78785
+ {
78786
+ "type": "number"
78787
+ },
78788
+ {
78789
+ "type": "number"
78790
+ }
78791
+ ],
78792
+ "maxItems": 2,
78793
+ "minItems": 2,
78794
+ "type": "array"
78795
+ },
78224
78796
  "scaleX": {
78225
78797
  "type": "number"
78226
78798
  },
@@ -78376,6 +78948,7 @@
78376
78948
  "pickMode",
78377
78949
  "pickable",
78378
78950
  "postMatrix",
78951
+ "scaleCenter",
78379
78952
  "scaleX",
78380
78953
  "scaleY",
78381
78954
  "scaleZ",
@@ -78716,6 +79289,19 @@
78716
79289
  "repeatY": {
78717
79290
  "$ref": "#/definitions/IRepeatType"
78718
79291
  },
79292
+ "scaleCenter": {
79293
+ "items": [
79294
+ {
79295
+ "type": "number"
79296
+ },
79297
+ {
79298
+ "type": "number"
79299
+ }
79300
+ ],
79301
+ "maxItems": 2,
79302
+ "minItems": 2,
79303
+ "type": "array"
79304
+ },
78719
79305
  "scaleX": {
78720
79306
  "type": "number"
78721
79307
  },
@@ -78867,6 +79453,7 @@
78867
79453
  "postMatrix",
78868
79454
  "repeatX",
78869
79455
  "repeatY",
79456
+ "scaleCenter",
78870
79457
  "scaleX",
78871
79458
  "scaleY",
78872
79459
  "scaleZ",
@@ -79088,6 +79675,19 @@
79088
79675
  "postMatrix": {
79089
79676
  "$ref": "#/definitions/IMatrix"
79090
79677
  },
79678
+ "scaleCenter": {
79679
+ "items": [
79680
+ {
79681
+ "type": "number"
79682
+ },
79683
+ {
79684
+ "type": "number"
79685
+ }
79686
+ ],
79687
+ "maxItems": 2,
79688
+ "minItems": 2,
79689
+ "type": "array"
79690
+ },
79091
79691
  "scaleX": {
79092
79692
  "type": "number"
79093
79693
  },
@@ -79237,6 +79837,7 @@
79237
79837
  "pickMode",
79238
79838
  "pickable",
79239
79839
  "postMatrix",
79840
+ "scaleCenter",
79240
79841
  "scaleX",
79241
79842
  "scaleY",
79242
79843
  "scaleZ",
@@ -79500,6 +80101,19 @@
79500
80101
  "postMatrix": {
79501
80102
  "$ref": "#/definitions/IMatrix"
79502
80103
  },
80104
+ "scaleCenter": {
80105
+ "items": [
80106
+ {
80107
+ "type": "number"
80108
+ },
80109
+ {
80110
+ "type": "number"
80111
+ }
80112
+ ],
80113
+ "maxItems": 2,
80114
+ "minItems": 2,
80115
+ "type": "array"
80116
+ },
79503
80117
  "scaleIn3d": {
79504
80118
  "type": "boolean"
79505
80119
  },
@@ -79678,6 +80292,7 @@
79678
80292
  "pickMode",
79679
80293
  "pickable",
79680
80294
  "postMatrix",
80295
+ "scaleCenter",
79681
80296
  "scaleIn3d",
79682
80297
  "scaleX",
79683
80298
  "scaleY",