@visactor/vchart-schema 2.0.3-alpha.0 → 2.0.3-alpha.2

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 +117 -445
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.3-alpha.0",
3
+ "version": "2.0.3-alpha.2",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -23979,6 +23979,12 @@
23979
23979
  "$ref": "#/definitions/Partial<IPolygonMarkSpec>",
23980
23980
  "description": "brush 的框选样式"
23981
23981
  },
23982
+ "updateElementsState": {
23983
+ "default": true,
23984
+ "description": "是否更新图元状态\n关闭时, brush 事件不会触发图元状态更新, 优化缩放场景下的性能",
23985
+ "since": "1.13.13",
23986
+ "type": "boolean"
23987
+ },
23982
23988
  "visible": {
23983
23989
  "default": true,
23984
23990
  "description": "组件可见性",
@@ -31224,14 +31230,6 @@
31224
31230
  "$ref": "#/definitions/ILayoutNumber",
31225
31231
  "description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
31226
31232
  },
31227
- "linkedAxisId": {
31228
- "description": "联动的轴ID, 仅filterMode: 'axis'时生效",
31229
- "type": "string"
31230
- },
31231
- "linkedAxisIndex": {
31232
- "description": "联动的轴序号, 仅filterMode: 'axis'时生效",
31233
- "type": "number"
31234
- },
31235
31233
  "maxHeight": {
31236
31234
  "$ref": "#/definitions/ILayoutNumber",
31237
31235
  "description": "模块的布局最大高度"
@@ -32876,11 +32874,6 @@
32876
32874
  "description": "dot 系列的左边距(主要用于放置title和subTitle)",
32877
32875
  "type": "number"
32878
32876
  },
32879
- "linearMode": {
32880
- "default": true,
32881
- "description": "是否线性维度展开",
32882
- "type": "boolean"
32883
- },
32884
32877
  "morph": {
32885
32878
  "$ref": "#/definitions/IMorphSeriesSpec",
32886
32879
  "description": "morph 动画配置"
@@ -37416,6 +37409,12 @@
37416
37409
  }
37417
37410
  ]
37418
37411
  },
37412
+ "pauseAnimation": {
37413
+ "typeof": "function"
37414
+ },
37415
+ "reApplyAnimationState": {
37416
+ "typeof": "function"
37417
+ },
37419
37418
  "release": {
37420
37419
  "typeof": "function"
37421
37420
  },
@@ -37451,6 +37450,9 @@
37451
37450
  "resources": {
37452
37451
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
37453
37452
  },
37453
+ "resumeAnimation": {
37454
+ "typeof": "function"
37455
+ },
37454
37456
  "rotate": {
37455
37457
  "typeof": "function"
37456
37458
  },
@@ -37511,6 +37513,9 @@
37511
37513
  "stopAnimates": {
37512
37514
  "typeof": "function"
37513
37515
  },
37516
+ "stopAnimation": {
37517
+ "typeof": "function"
37518
+ },
37514
37519
  "toCustomPath": {
37515
37520
  "typeof": "function"
37516
37521
  },
@@ -37979,6 +37984,12 @@
37979
37984
  }
37980
37985
  ]
37981
37986
  },
37987
+ "pauseAnimation": {
37988
+ "typeof": "function"
37989
+ },
37990
+ "reApplyAnimationState": {
37991
+ "typeof": "function"
37992
+ },
37982
37993
  "release": {
37983
37994
  "typeof": "function"
37984
37995
  },
@@ -38014,6 +38025,9 @@
38014
38025
  "resources": {
38015
38026
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
38016
38027
  },
38028
+ "resumeAnimation": {
38029
+ "typeof": "function"
38030
+ },
38017
38031
  "rotate": {
38018
38032
  "typeof": "function"
38019
38033
  },
@@ -38074,6 +38088,9 @@
38074
38088
  "stopAnimates": {
38075
38089
  "typeof": "function"
38076
38090
  },
38091
+ "stopAnimation": {
38092
+ "typeof": "function"
38093
+ },
38077
38094
  "toCustomPath": {
38078
38095
  "typeof": "function"
38079
38096
  },
@@ -38542,6 +38559,12 @@
38542
38559
  }
38543
38560
  ]
38544
38561
  },
38562
+ "pauseAnimation": {
38563
+ "typeof": "function"
38564
+ },
38565
+ "reApplyAnimationState": {
38566
+ "typeof": "function"
38567
+ },
38545
38568
  "release": {
38546
38569
  "typeof": "function"
38547
38570
  },
@@ -38577,6 +38600,9 @@
38577
38600
  "resources": {
38578
38601
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
38579
38602
  },
38603
+ "resumeAnimation": {
38604
+ "typeof": "function"
38605
+ },
38580
38606
  "rotate": {
38581
38607
  "typeof": "function"
38582
38608
  },
@@ -38637,6 +38663,9 @@
38637
38663
  "stopAnimates": {
38638
38664
  "typeof": "function"
38639
38665
  },
38666
+ "stopAnimation": {
38667
+ "typeof": "function"
38668
+ },
38640
38669
  "toCustomPath": {
38641
38670
  "typeof": "function"
38642
38671
  },
@@ -39284,6 +39313,12 @@
39284
39313
  }
39285
39314
  ]
39286
39315
  },
39316
+ "pauseAnimation": {
39317
+ "typeof": "function"
39318
+ },
39319
+ "reApplyAnimationState": {
39320
+ "typeof": "function"
39321
+ },
39287
39322
  "release": {
39288
39323
  "typeof": "function"
39289
39324
  },
@@ -39319,6 +39354,9 @@
39319
39354
  "resources": {
39320
39355
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
39321
39356
  },
39357
+ "resumeAnimation": {
39358
+ "typeof": "function"
39359
+ },
39322
39360
  "rotate": {
39323
39361
  "typeof": "function"
39324
39362
  },
@@ -39385,6 +39423,9 @@
39385
39423
  "stopAnimates": {
39386
39424
  "typeof": "function"
39387
39425
  },
39426
+ "stopAnimation": {
39427
+ "typeof": "function"
39428
+ },
39388
39429
  "theme": {
39389
39430
  "$ref": "#/definitions/ITheme"
39390
39431
  },
@@ -42303,316 +42344,6 @@
42303
42344
  }
42304
42345
  ]
42305
42346
  },
42306
- "IImageMarkSpec": {
42307
- "properties": {
42308
- "alpha": {
42309
- "description": "x方向的旋转角度",
42310
- "type": "number"
42311
- },
42312
- "anchor": {
42313
- "description": "基于AABB的锚点位置,用于简单的定位某些path的位置",
42314
- "items": [
42315
- {
42316
- "type": "number"
42317
- },
42318
- {
42319
- "type": "number"
42320
- }
42321
- ],
42322
- "maxItems": 2,
42323
- "minItems": 2,
42324
- "type": "array"
42325
- },
42326
- "anchor3d": {
42327
- "description": "3d的锚点位置",
42328
- "items": [
42329
- {
42330
- "type": "number"
42331
- },
42332
- {
42333
- "type": "number"
42334
- }
42335
- ],
42336
- "maxItems": 2,
42337
- "minItems": 2,
42338
- "type": "array"
42339
- },
42340
- "angle": {
42341
- "description": "图形的旋转角度",
42342
- "type": "number"
42343
- },
42344
- "background": {
42345
- "anyOf": [
42346
- {
42347
- "$ref": "#/definitions/HTMLCanvasElement"
42348
- },
42349
- {
42350
- "$ref": "#/definitions/HTMLImageElement"
42351
- },
42352
- {
42353
- "$ref": "#/definitions/ILinearGradient"
42354
- },
42355
- {
42356
- "$ref": "#/definitions/IRadialGradient"
42357
- },
42358
- {
42359
- "$ref": "#/definitions/IConicalGradient"
42360
- },
42361
- {
42362
- "type": "string"
42363
- }
42364
- ],
42365
- "description": "图形的背景色,支持纯色、image元素、canvas元素"
42366
- },
42367
- "beta": {
42368
- "description": "y方向的旋转角度",
42369
- "type": "number"
42370
- },
42371
- "boundsMode": {
42372
- "description": "bounds的计算模式",
42373
- "enum": [
42374
- "accurate",
42375
- "imprecise"
42376
- ],
42377
- "type": "string"
42378
- },
42379
- "cornerRadius": {
42380
- "anyOf": [
42381
- {
42382
- "items": {
42383
- "type": "number"
42384
- },
42385
- "type": "array"
42386
- },
42387
- {
42388
- "type": "number"
42389
- }
42390
- ],
42391
- "description": "圆角配置。\n1. 如果传入数值,则统一为四个角设置圆角\n2. 如果传入数组,则分别为 [上左, 上右, 下右, 下左]"
42392
- },
42393
- "cursor": {
42394
- "$ref": "#/definitions/Cursor_1",
42395
- "description": "设置图形的鼠标样式"
42396
- },
42397
- "fill": {
42398
- "anyOf": [
42399
- {
42400
- "$ref": "#/definitions/IColorKey"
42401
- },
42402
- {
42403
- "$ref": "#/definitions/IGradientLinear"
42404
- },
42405
- {
42406
- "$ref": "#/definitions/IGradientRadial"
42407
- },
42408
- {
42409
- "$ref": "#/definitions/IGradientConical"
42410
- },
42411
- {
42412
- "$ref": "#/definitions/IVisualScale"
42413
- },
42414
- {
42415
- "typeof": "function"
42416
- },
42417
- {
42418
- "$ref": "#/definitions/IVisualSpecStyle<unknown,string>"
42419
- },
42420
- {
42421
- "const": false,
42422
- "type": "boolean"
42423
- },
42424
- {
42425
- "type": "string"
42426
- }
42427
- ],
42428
- "description": "图形的填充颜色"
42429
- },
42430
- "fillOpacity": {
42431
- "description": "填充的透明度",
42432
- "type": "number"
42433
- },
42434
- "height": {
42435
- "description": "图片的高度",
42436
- "type": "number"
42437
- },
42438
- "html": {
42439
- "$ref": "#/definitions/Partial<{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions>",
42440
- "description": "html 浮层,会将配置的html相关内容,绝对定位到图元的位置",
42441
- "since": "1.10.0"
42442
- },
42443
- "image": {
42444
- "anyOf": [
42445
- {
42446
- "$ref": "#/definitions/HTMLCanvasElement"
42447
- },
42448
- {
42449
- "$ref": "#/definitions/HTMLImageElement"
42450
- },
42451
- {
42452
- "type": "string"
42453
- }
42454
- ],
42455
- "description": "设置图片的内容,支持三种类型:\n1. string类型,可以是图片资源的路径或者是svg 标签字符串\n2. image 元素\n3. canvas 元素"
42456
- },
42457
- "innerBorder": {
42458
- "$ref": "#/definitions/IBorder",
42459
- "description": "内边框,内描边,描边位于图形内侧"
42460
- },
42461
- "lineDash": {
42462
- "description": "给描边配置虚线模式。它使用一组值来指定描述模式的线和间隙的交替长度",
42463
- "items": {
42464
- "type": "number"
42465
- },
42466
- "type": "array"
42467
- },
42468
- "lineDashOffset": {
42469
- "description": "设置虚线偏移量的属性",
42470
- "type": "number"
42471
- },
42472
- "lineWidth": {
42473
- "description": "图形的描边宽度",
42474
- "type": "number"
42475
- },
42476
- "opacity": {
42477
- "description": "图形的透明度,既影响描边也影响填充",
42478
- "type": "number"
42479
- },
42480
- "outerBorder": {
42481
- "$ref": "#/definitions/IBorder",
42482
- "description": "外边框,外描边,描边位于图形外侧"
42483
- },
42484
- "pickMode": {
42485
- "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式",
42486
- "enum": [
42487
- "accurate",
42488
- "custom",
42489
- "imprecise"
42490
- ],
42491
- "type": "string"
42492
- },
42493
- "pickStrokeBuffer": {
42494
- "default": 0,
42495
- "description": "用于扩展描边的拾取范围,为 0 就是默认线宽,正数就加宽,负数就减宽",
42496
- "since": "1.7.3",
42497
- "type": "number"
42498
- },
42499
- "repeatX": {
42500
- "$ref": "#/definitions/IRepeatType",
42501
- "description": "当图片的宽度小于 width 时,图片的重复方式"
42502
- },
42503
- "repeatY": {
42504
- "$ref": "#/definitions/IRepeatType",
42505
- "description": "当图片的高度小于 height 时,图片的重复方式"
42506
- },
42507
- "scaleCenter": {
42508
- "description": "图形缩放中心",
42509
- "items": [
42510
- {
42511
- "type": [
42512
- "string",
42513
- "number"
42514
- ]
42515
- },
42516
- {
42517
- "type": [
42518
- "string",
42519
- "number"
42520
- ]
42521
- }
42522
- ],
42523
- "maxItems": 2,
42524
- "minItems": 2,
42525
- "since": "1.4.0\n可以配置固定坐标,例如 [100, 100];或者百分比坐标,例如 ['50%', '50%'],代表以图元中心为缩放中心",
42526
- "type": "array"
42527
- },
42528
- "scaleX": {
42529
- "description": "x方向的缩放比例,默认为1,即不进行缩放",
42530
- "type": "number"
42531
- },
42532
- "scaleY": {
42533
- "description": "y方向的缩放比例,默认为1,即不进行缩放",
42534
- "type": "number"
42535
- },
42536
- "stroke": {
42537
- "anyOf": [
42538
- {
42539
- "$ref": "#/definitions/IColorKey"
42540
- },
42541
- {
42542
- "$ref": "#/definitions/IGradientLinear"
42543
- },
42544
- {
42545
- "$ref": "#/definitions/IGradientRadial"
42546
- },
42547
- {
42548
- "$ref": "#/definitions/IGradientConical"
42549
- },
42550
- {
42551
- "items": {
42552
- "type": [
42553
- "number",
42554
- "boolean"
42555
- ]
42556
- },
42557
- "type": "array"
42558
- },
42559
- {
42560
- "const": false,
42561
- "type": "boolean"
42562
- },
42563
- {
42564
- "type": "string"
42565
- }
42566
- ],
42567
- "description": "图形的描边颜色。\n支持使用 'rgb(255,255,255)','rgba(255,255,255,1)','#fff' 等方式设置为纯色,也支持设置为渐变色描边"
42568
- },
42569
- "strokeOpacity": {
42570
- "description": "描边透明度",
42571
- "type": "number"
42572
- },
42573
- "texture": {
42574
- "description": "纹理的类型",
42575
- "type": "string"
42576
- },
42577
- "textureColor": {
42578
- "description": "纹理的颜色",
42579
- "type": "string"
42580
- },
42581
- "texturePadding": {
42582
- "description": "纹理之间空隙的大小",
42583
- "type": "number"
42584
- },
42585
- "textureSize": {
42586
- "description": "纹理单元的大小",
42587
- "type": "number"
42588
- },
42589
- "visible": {
42590
- "description": "图形是否可见",
42591
- "type": "boolean"
42592
- },
42593
- "width": {
42594
- "description": "图片的宽度",
42595
- "type": "number"
42596
- },
42597
- "x": {
42598
- "description": "图形的x坐标",
42599
- "type": "number"
42600
- },
42601
- "y": {
42602
- "description": "图形的y坐标",
42603
- "type": "number"
42604
- },
42605
- "z": {
42606
- "description": "图形的z坐标,仅适用于3D图表",
42607
- "type": "number"
42608
- },
42609
- "zIndex": {
42610
- "description": "设置图形的层级,主意这个是相对层级,图形引擎绘制的时候,会对相同group下的所有图形根据zIndex进行排序,然后从小到大进行渲染",
42611
- "type": "number"
42612
- }
42613
- },
42614
- "type": "object"
42615
- },
42616
42347
  "IIndicatorItemSpec": {
42617
42348
  "properties": {
42618
42349
  "autoFit": {
@@ -44092,6 +43823,9 @@
44092
43823
  }
44093
43824
  ]
44094
43825
  },
43826
+ "pauseAnimation": {
43827
+ "typeof": "function"
43828
+ },
44095
43829
  "pick": {
44096
43830
  "typeof": "function"
44097
43831
  },
@@ -44101,6 +43835,9 @@
44101
43835
  "prepare": {
44102
43836
  "typeof": "function"
44103
43837
  },
43838
+ "reApplyAnimationState": {
43839
+ "typeof": "function"
43840
+ },
44104
43841
  "release": {
44105
43842
  "typeof": "function"
44106
43843
  },
@@ -44148,6 +43885,9 @@
44148
43885
  "resources": {
44149
43886
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
44150
43887
  },
43888
+ "resumeAnimation": {
43889
+ "typeof": "function"
43890
+ },
44151
43891
  "rotate": {
44152
43892
  "typeof": "function"
44153
43893
  },
@@ -44223,6 +43963,9 @@
44223
43963
  "stopAnimates": {
44224
43964
  "typeof": "function"
44225
43965
  },
43966
+ "stopAnimation": {
43967
+ "typeof": "function"
43968
+ },
44226
43969
  "subLayers": {
44227
43970
  "$ref": "#/definitions/Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>"
44228
43971
  },
@@ -47392,11 +47135,6 @@
47392
47135
  },
47393
47136
  "ILinkSeriesSpec": {
47394
47137
  "properties": {
47395
- "allowExtend": {
47396
- "default": false,
47397
- "description": "是否允许向左右两侧延伸",
47398
- "type": "boolean"
47399
- },
47400
47138
  "animation": {
47401
47139
  "description": "是否开启系列动画",
47402
47140
  "type": "boolean"
@@ -47480,14 +47218,6 @@
47480
47218
  "$ref": "#/definitions/StringOrNumber",
47481
47219
  "description": "用户自定义的 series id"
47482
47220
  },
47483
- "imageLabel": {
47484
- "$ref": "#/definitions/IMarkSpec<IImageMarkSpec>",
47485
- "description": "image标签配置"
47486
- },
47487
- "imageLabelField": {
47488
- "description": "link的image标签字段",
47489
- "type": "string"
47490
- },
47491
47221
  "interactions": {
47492
47222
  "description": "其他需要按需注册的类型交互",
47493
47223
  "items": {
@@ -47508,11 +47238,6 @@
47508
47238
  "$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
47509
47239
  "description": "图元配置"
47510
47240
  },
47511
- "linkType": {
47512
- "$ref": "#/definitions/LinkType",
47513
- "default": "'line'",
47514
- "description": "link类型: 直线 或 曲线"
47515
- },
47516
47241
  "morph": {
47517
47242
  "$ref": "#/definitions/IMorphSeriesSpec",
47518
47243
  "description": "morph 动画配置"
@@ -47665,9 +47390,6 @@
47665
47390
  "arrow": {
47666
47391
  "$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
47667
47392
  },
47668
- "imageLabel": {
47669
- "$ref": "#/definitions/Partial<IMarkTheme<IImageMarkSpec>>"
47670
- },
47671
47393
  "label": {
47672
47394
  "$ref": "#/definitions/Partial<ILabelSpec>"
47673
47395
  },
@@ -52033,17 +51755,6 @@
52033
51755
  ],
52034
51756
  "description": "markSpec"
52035
51757
  },
52036
- "IMarkSpec<IImageMarkSpec>": {
52037
- "allOf": [
52038
- {
52039
- "typeof": "function"
52040
- },
52041
- {
52042
- "typeof": "function"
52043
- }
52044
- ],
52045
- "description": "markSpec"
52046
- },
52047
51758
  "IMarkSpec<ILineMarkSpec>": {
52048
51759
  "allOf": [
52049
51760
  {
@@ -53123,31 +52834,6 @@
53123
52834
  },
53124
52835
  "type": "object"
53125
52836
  },
53126
- "IMarkStateTheme<IImageMarkSpec>": {
53127
- "properties": {
53128
- "hover": {
53129
- "$ref": "#/definitions/IImageMarkSpec",
53130
- "description": "图元在 hover 状态下的主题样式设置"
53131
- },
53132
- "hover_reverse": {
53133
- "$ref": "#/definitions/IImageMarkSpec",
53134
- "description": "图元在 未被hover 状态下的主题样式设置"
53135
- },
53136
- "normal": {
53137
- "$ref": "#/definitions/IImageMarkSpec",
53138
- "description": "图元在正常状态下的主题样式设置"
53139
- },
53140
- "selected": {
53141
- "$ref": "#/definitions/IImageMarkSpec",
53142
- "description": "图元在 选中状态下的主题样式设置"
53143
- },
53144
- "selected_reverse": {
53145
- "$ref": "#/definitions/IImageMarkSpec",
53146
- "description": "图元在 未被选中 状态下的主题样式设置"
53147
- }
53148
- },
53149
- "type": "object"
53150
- },
53151
52837
  "IMarkStateTheme<ILineMarkSpec>": {
53152
52838
  "properties": {
53153
52839
  "hover": {
@@ -53876,6 +53562,7 @@
53876
53562
  ]
53877
53563
  },
53878
53564
  "INode": {
53565
+ "additionalProperties": {},
53879
53566
  "properties": {
53880
53567
  "_next": {
53881
53568
  "$ref": "#/definitions/INode"
@@ -62315,11 +62002,6 @@
62315
62002
  },
62316
62003
  "IRoamDragSpec": {
62317
62004
  "properties": {
62318
- "autoVisible": {
62319
- "description": "仅在画布交互展示组件",
62320
- "since": "2.0.3",
62321
- "type": "boolean"
62322
- },
62323
62005
  "enable": {
62324
62006
  "default": true,
62325
62007
  "description": "是否开启 缩放 / 拖拽 / 滚动",
@@ -66320,14 +66002,6 @@
66320
66002
  "minItems": 2,
66321
66003
  "type": "array"
66322
66004
  },
66323
- "linkedAxisId": {
66324
- "description": "联动的轴ID, 仅filterMode: 'axis'时生效",
66325
- "type": "string"
66326
- },
66327
- "linkedAxisIndex": {
66328
- "description": "联动的轴序号, 仅filterMode: 'axis'时生效",
66329
- "type": "number"
66330
- },
66331
66005
  "maxHeight": {
66332
66006
  "$ref": "#/definitions/ILayoutNumber",
66333
66007
  "description": "模块的布局最大高度"
@@ -67846,6 +67520,12 @@
67846
67520
  }
67847
67521
  ]
67848
67522
  },
67523
+ "pauseAnimation": {
67524
+ "typeof": "function"
67525
+ },
67526
+ "reApplyAnimationState": {
67527
+ "typeof": "function"
67528
+ },
67849
67529
  "release": {
67850
67530
  "typeof": "function"
67851
67531
  },
@@ -67881,6 +67561,9 @@
67881
67561
  "resources": {
67882
67562
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
67883
67563
  },
67564
+ "resumeAnimation": {
67565
+ "typeof": "function"
67566
+ },
67884
67567
  "rotate": {
67885
67568
  "typeof": "function"
67886
67569
  },
@@ -67950,6 +67633,9 @@
67950
67633
  "stopAnimates": {
67951
67634
  "typeof": "function"
67952
67635
  },
67636
+ "stopAnimation": {
67637
+ "typeof": "function"
67638
+ },
67953
67639
  "theme": {
67954
67640
  "$ref": "#/definitions/ITheme"
67955
67641
  },
@@ -68388,6 +68074,9 @@
68388
68074
  "parent": {
68389
68075
  "$ref": "#/definitions/IStage"
68390
68076
  },
68077
+ "pauseAnimation": {
68078
+ "typeof": "function"
68079
+ },
68391
68080
  "pauseRender": {
68392
68081
  "typeof": "function"
68393
68082
  },
@@ -68400,6 +68089,9 @@
68400
68089
  "pluginService": {
68401
68090
  "$ref": "#/definitions/IPluginService"
68402
68091
  },
68092
+ "reApplyAnimationState": {
68093
+ "typeof": "function"
68094
+ },
68403
68095
  "release": {
68404
68096
  "typeof": "function"
68405
68097
  },
@@ -68459,6 +68151,9 @@
68459
68151
  "resizeWindow": {
68460
68152
  "typeof": "function"
68461
68153
  },
68154
+ "resumeAnimation": {
68155
+ "typeof": "function"
68156
+ },
68462
68157
  "resumeRender": {
68463
68158
  "typeof": "function"
68464
68159
  },
@@ -68514,6 +68209,9 @@
68514
68209
  "startAnimate": {
68515
68210
  "typeof": "function"
68516
68211
  },
68212
+ "stopAnimation": {
68213
+ "typeof": "function"
68214
+ },
68517
68215
  "ticker": {
68518
68216
  "$ref": "#/definitions/ITicker"
68519
68217
  },
@@ -79230,13 +78928,6 @@
79230
78928
  ],
79231
78929
  "type": "string"
79232
78930
  },
79233
- "LinkType": {
79234
- "enum": [
79235
- "curve",
79236
- "line"
79237
- ],
79238
- "type": "string"
79239
- },
79240
78931
  "Location": {
79241
78932
  "properties": {
79242
78933
  "ancestorOrigins": {
@@ -79308,7 +78999,7 @@
79308
78999
  },
79309
79000
  "Map<Function,(...args:any[])=>void>": {
79310
79001
  "properties": {
79311
- "__@toStringTag@12770": {
79002
+ "__@toStringTag@12766": {
79312
79003
  "type": "string"
79313
79004
  },
79314
79005
  "size": {
@@ -79316,14 +79007,14 @@
79316
79007
  }
79317
79008
  },
79318
79009
  "required": [
79319
- "__@toStringTag@12770",
79010
+ "__@toStringTag@12766",
79320
79011
  "size"
79321
79012
  ],
79322
79013
  "type": "object"
79323
79014
  },
79324
79015
  "Map<number,IGraphicRender>": {
79325
79016
  "properties": {
79326
- "__@toStringTag@12770": {
79017
+ "__@toStringTag@12766": {
79327
79018
  "type": "string"
79328
79019
  },
79329
79020
  "size": {
@@ -79331,14 +79022,14 @@
79331
79022
  }
79332
79023
  },
79333
79024
  "required": [
79334
- "__@toStringTag@12770",
79025
+ "__@toStringTag@12766",
79335
79026
  "size"
79336
79027
  ],
79337
79028
  "type": "object"
79338
79029
  },
79339
79030
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
79340
79031
  "properties": {
79341
- "__@toStringTag@12770": {
79032
+ "__@toStringTag@12766": {
79342
79033
  "type": "string"
79343
79034
  },
79344
79035
  "size": {
@@ -79346,14 +79037,14 @@
79346
79037
  }
79347
79038
  },
79348
79039
  "required": [
79349
- "__@toStringTag@12770",
79040
+ "__@toStringTag@12766",
79350
79041
  "size"
79351
79042
  ],
79352
79043
  "type": "object"
79353
79044
  },
79354
79045
  "Map<string,Map<number,IGraphicRender>>": {
79355
79046
  "properties": {
79356
- "__@toStringTag@12770": {
79047
+ "__@toStringTag@12766": {
79357
79048
  "type": "string"
79358
79049
  },
79359
79050
  "size": {
@@ -79361,14 +79052,14 @@
79361
79052
  }
79362
79053
  },
79363
79054
  "required": [
79364
- "__@toStringTag@12770",
79055
+ "__@toStringTag@12766",
79365
79056
  "size"
79366
79057
  ],
79367
79058
  "type": "object"
79368
79059
  },
79369
79060
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
79370
79061
  "properties": {
79371
- "__@toStringTag@12770": {
79062
+ "__@toStringTag@12766": {
79372
79063
  "type": "string"
79373
79064
  },
79374
79065
  "size": {
@@ -79376,14 +79067,14 @@
79376
79067
  }
79377
79068
  },
79378
79069
  "required": [
79379
- "__@toStringTag@12770",
79070
+ "__@toStringTag@12766",
79380
79071
  "size"
79381
79072
  ],
79382
79073
  "type": "object"
79383
79074
  },
79384
79075
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
79385
79076
  "properties": {
79386
- "__@toStringTag@12770": {
79077
+ "__@toStringTag@12766": {
79387
79078
  "type": "string"
79388
79079
  },
79389
79080
  "size": {
@@ -79391,14 +79082,14 @@
79391
79082
  }
79392
79083
  },
79393
79084
  "required": [
79394
- "__@toStringTag@12770",
79085
+ "__@toStringTag@12766",
79395
79086
  "size"
79396
79087
  ],
79397
79088
  "type": "object"
79398
79089
  },
79399
79090
  "Map<string|number,IAnimate>": {
79400
79091
  "properties": {
79401
- "__@toStringTag@12770": {
79092
+ "__@toStringTag@12766": {
79402
79093
  "type": "string"
79403
79094
  },
79404
79095
  "size": {
@@ -79406,7 +79097,7 @@
79406
79097
  }
79407
79098
  },
79408
79099
  "required": [
79409
- "__@toStringTag@12770",
79100
+ "__@toStringTag@12766",
79410
79101
  "size"
79411
79102
  ],
79412
79103
  "type": "object"
@@ -79554,7 +79245,6 @@
79554
79245
  "continuousLegend",
79555
79246
  "correlation",
79556
79247
  "crosshair",
79557
- "curveLink",
79558
79248
  "customMark",
79559
79249
  "data",
79560
79250
  "dataZoom",
@@ -91332,27 +91022,6 @@
91332
91022
  },
91333
91023
  "type": "object"
91334
91024
  },
91335
- "Partial<IMarkTheme<IImageMarkSpec>>": {
91336
- "properties": {
91337
- "interactive": {
91338
- "description": "可交互的开关",
91339
- "type": "boolean"
91340
- },
91341
- "state": {
91342
- "$ref": "#/definitions/IMarkStateTheme<IImageMarkSpec>",
91343
- "description": "不同状态下的样式配置"
91344
- },
91345
- "style": {
91346
- "$ref": "#/definitions/IImageMarkSpec",
91347
- "description": "默认样式设置"
91348
- },
91349
- "visible": {
91350
- "description": "mark 层 是否显示配置",
91351
- "type": "boolean"
91352
- }
91353
- },
91354
- "type": "object"
91355
- },
91356
91025
  "Partial<IMarkTheme<ILineMarkSpec>>": {
91357
91026
  "properties": {
91358
91027
  "interactive": {
@@ -94193,6 +93862,12 @@
94193
93862
  "Partial<IStageParams>": {
94194
93863
  "properties": {
94195
93864
  "ReactDOM": {},
93865
+ "afterClearRect": {
93866
+ "typeof": "function"
93867
+ },
93868
+ "afterClearScreen": {
93869
+ "typeof": "function"
93870
+ },
94196
93871
  "afterRender": {
94197
93872
  "typeof": "function"
94198
93873
  },
@@ -99685,9 +99360,6 @@
99685
99360
  "correlation": {
99686
99361
  "$ref": "#/definitions/ColorScheme"
99687
99362
  },
99688
- "curveLink": {
99689
- "$ref": "#/definitions/ColorScheme"
99690
- },
99691
99363
  "dot": {
99692
99364
  "$ref": "#/definitions/ColorScheme"
99693
99365
  },
@@ -100909,34 +100581,34 @@
100909
100581
  },
100910
100582
  "Promise<FontFaceSet>": {
100911
100583
  "properties": {
100912
- "__@toStringTag@12770": {
100584
+ "__@toStringTag@12766": {
100913
100585
  "type": "string"
100914
100586
  }
100915
100587
  },
100916
100588
  "required": [
100917
- "__@toStringTag@12770"
100589
+ "__@toStringTag@12766"
100918
100590
  ],
100919
100591
  "type": "object"
100920
100592
  },
100921
100593
  "Promise<ServiceWorkerRegistration>": {
100922
100594
  "properties": {
100923
- "__@toStringTag@12770": {
100595
+ "__@toStringTag@12766": {
100924
100596
  "type": "string"
100925
100597
  }
100926
100598
  },
100927
100599
  "required": [
100928
- "__@toStringTag@12770"
100600
+ "__@toStringTag@12766"
100929
100601
  ],
100930
100602
  "type": "object"
100931
100603
  },
100932
100604
  "Promise<any>": {
100933
100605
  "properties": {
100934
- "__@toStringTag@12770": {
100606
+ "__@toStringTag@12766": {
100935
100607
  "type": "string"
100936
100608
  }
100937
100609
  },
100938
100610
  "required": [
100939
- "__@toStringTag@12770"
100611
+ "__@toStringTag@12766"
100940
100612
  ],
100941
100613
  "type": "object"
100942
100614
  },