@visactor/vchart-schema 2.0.2 → 2.0.3-alpha.0
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.
- package/package.json +1 -1
- package/vchart.json +445 -117
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -23979,12 +23979,6 @@
|
|
|
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
|
-
},
|
|
23988
23982
|
"visible": {
|
|
23989
23983
|
"default": true,
|
|
23990
23984
|
"description": "组件可见性",
|
|
@@ -31230,6 +31224,14 @@
|
|
|
31230
31224
|
"$ref": "#/definitions/ILayoutNumber",
|
|
31231
31225
|
"description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
31232
31226
|
},
|
|
31227
|
+
"linkedAxisId": {
|
|
31228
|
+
"description": "联动的轴ID, 仅filterMode: 'axis'时生效",
|
|
31229
|
+
"type": "string"
|
|
31230
|
+
},
|
|
31231
|
+
"linkedAxisIndex": {
|
|
31232
|
+
"description": "联动的轴序号, 仅filterMode: 'axis'时生效",
|
|
31233
|
+
"type": "number"
|
|
31234
|
+
},
|
|
31233
31235
|
"maxHeight": {
|
|
31234
31236
|
"$ref": "#/definitions/ILayoutNumber",
|
|
31235
31237
|
"description": "模块的布局最大高度"
|
|
@@ -32874,6 +32876,11 @@
|
|
|
32874
32876
|
"description": "dot 系列的左边距(主要用于放置title和subTitle)",
|
|
32875
32877
|
"type": "number"
|
|
32876
32878
|
},
|
|
32879
|
+
"linearMode": {
|
|
32880
|
+
"default": true,
|
|
32881
|
+
"description": "是否线性维度展开",
|
|
32882
|
+
"type": "boolean"
|
|
32883
|
+
},
|
|
32877
32884
|
"morph": {
|
|
32878
32885
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
32879
32886
|
"description": "morph 动画配置"
|
|
@@ -37409,12 +37416,6 @@
|
|
|
37409
37416
|
}
|
|
37410
37417
|
]
|
|
37411
37418
|
},
|
|
37412
|
-
"pauseAnimation": {
|
|
37413
|
-
"typeof": "function"
|
|
37414
|
-
},
|
|
37415
|
-
"reApplyAnimationState": {
|
|
37416
|
-
"typeof": "function"
|
|
37417
|
-
},
|
|
37418
37419
|
"release": {
|
|
37419
37420
|
"typeof": "function"
|
|
37420
37421
|
},
|
|
@@ -37450,9 +37451,6 @@
|
|
|
37450
37451
|
"resources": {
|
|
37451
37452
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
37452
37453
|
},
|
|
37453
|
-
"resumeAnimation": {
|
|
37454
|
-
"typeof": "function"
|
|
37455
|
-
},
|
|
37456
37454
|
"rotate": {
|
|
37457
37455
|
"typeof": "function"
|
|
37458
37456
|
},
|
|
@@ -37513,9 +37511,6 @@
|
|
|
37513
37511
|
"stopAnimates": {
|
|
37514
37512
|
"typeof": "function"
|
|
37515
37513
|
},
|
|
37516
|
-
"stopAnimation": {
|
|
37517
|
-
"typeof": "function"
|
|
37518
|
-
},
|
|
37519
37514
|
"toCustomPath": {
|
|
37520
37515
|
"typeof": "function"
|
|
37521
37516
|
},
|
|
@@ -37984,12 +37979,6 @@
|
|
|
37984
37979
|
}
|
|
37985
37980
|
]
|
|
37986
37981
|
},
|
|
37987
|
-
"pauseAnimation": {
|
|
37988
|
-
"typeof": "function"
|
|
37989
|
-
},
|
|
37990
|
-
"reApplyAnimationState": {
|
|
37991
|
-
"typeof": "function"
|
|
37992
|
-
},
|
|
37993
37982
|
"release": {
|
|
37994
37983
|
"typeof": "function"
|
|
37995
37984
|
},
|
|
@@ -38025,9 +38014,6 @@
|
|
|
38025
38014
|
"resources": {
|
|
38026
38015
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
38027
38016
|
},
|
|
38028
|
-
"resumeAnimation": {
|
|
38029
|
-
"typeof": "function"
|
|
38030
|
-
},
|
|
38031
38017
|
"rotate": {
|
|
38032
38018
|
"typeof": "function"
|
|
38033
38019
|
},
|
|
@@ -38088,9 +38074,6 @@
|
|
|
38088
38074
|
"stopAnimates": {
|
|
38089
38075
|
"typeof": "function"
|
|
38090
38076
|
},
|
|
38091
|
-
"stopAnimation": {
|
|
38092
|
-
"typeof": "function"
|
|
38093
|
-
},
|
|
38094
38077
|
"toCustomPath": {
|
|
38095
38078
|
"typeof": "function"
|
|
38096
38079
|
},
|
|
@@ -38559,12 +38542,6 @@
|
|
|
38559
38542
|
}
|
|
38560
38543
|
]
|
|
38561
38544
|
},
|
|
38562
|
-
"pauseAnimation": {
|
|
38563
|
-
"typeof": "function"
|
|
38564
|
-
},
|
|
38565
|
-
"reApplyAnimationState": {
|
|
38566
|
-
"typeof": "function"
|
|
38567
|
-
},
|
|
38568
38545
|
"release": {
|
|
38569
38546
|
"typeof": "function"
|
|
38570
38547
|
},
|
|
@@ -38600,9 +38577,6 @@
|
|
|
38600
38577
|
"resources": {
|
|
38601
38578
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
38602
38579
|
},
|
|
38603
|
-
"resumeAnimation": {
|
|
38604
|
-
"typeof": "function"
|
|
38605
|
-
},
|
|
38606
38580
|
"rotate": {
|
|
38607
38581
|
"typeof": "function"
|
|
38608
38582
|
},
|
|
@@ -38663,9 +38637,6 @@
|
|
|
38663
38637
|
"stopAnimates": {
|
|
38664
38638
|
"typeof": "function"
|
|
38665
38639
|
},
|
|
38666
|
-
"stopAnimation": {
|
|
38667
|
-
"typeof": "function"
|
|
38668
|
-
},
|
|
38669
38640
|
"toCustomPath": {
|
|
38670
38641
|
"typeof": "function"
|
|
38671
38642
|
},
|
|
@@ -39313,12 +39284,6 @@
|
|
|
39313
39284
|
}
|
|
39314
39285
|
]
|
|
39315
39286
|
},
|
|
39316
|
-
"pauseAnimation": {
|
|
39317
|
-
"typeof": "function"
|
|
39318
|
-
},
|
|
39319
|
-
"reApplyAnimationState": {
|
|
39320
|
-
"typeof": "function"
|
|
39321
|
-
},
|
|
39322
39287
|
"release": {
|
|
39323
39288
|
"typeof": "function"
|
|
39324
39289
|
},
|
|
@@ -39354,9 +39319,6 @@
|
|
|
39354
39319
|
"resources": {
|
|
39355
39320
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
39356
39321
|
},
|
|
39357
|
-
"resumeAnimation": {
|
|
39358
|
-
"typeof": "function"
|
|
39359
|
-
},
|
|
39360
39322
|
"rotate": {
|
|
39361
39323
|
"typeof": "function"
|
|
39362
39324
|
},
|
|
@@ -39423,9 +39385,6 @@
|
|
|
39423
39385
|
"stopAnimates": {
|
|
39424
39386
|
"typeof": "function"
|
|
39425
39387
|
},
|
|
39426
|
-
"stopAnimation": {
|
|
39427
|
-
"typeof": "function"
|
|
39428
|
-
},
|
|
39429
39388
|
"theme": {
|
|
39430
39389
|
"$ref": "#/definitions/ITheme"
|
|
39431
39390
|
},
|
|
@@ -42344,6 +42303,316 @@
|
|
|
42344
42303
|
}
|
|
42345
42304
|
]
|
|
42346
42305
|
},
|
|
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
|
+
},
|
|
42347
42616
|
"IIndicatorItemSpec": {
|
|
42348
42617
|
"properties": {
|
|
42349
42618
|
"autoFit": {
|
|
@@ -43823,9 +44092,6 @@
|
|
|
43823
44092
|
}
|
|
43824
44093
|
]
|
|
43825
44094
|
},
|
|
43826
|
-
"pauseAnimation": {
|
|
43827
|
-
"typeof": "function"
|
|
43828
|
-
},
|
|
43829
44095
|
"pick": {
|
|
43830
44096
|
"typeof": "function"
|
|
43831
44097
|
},
|
|
@@ -43835,9 +44101,6 @@
|
|
|
43835
44101
|
"prepare": {
|
|
43836
44102
|
"typeof": "function"
|
|
43837
44103
|
},
|
|
43838
|
-
"reApplyAnimationState": {
|
|
43839
|
-
"typeof": "function"
|
|
43840
|
-
},
|
|
43841
44104
|
"release": {
|
|
43842
44105
|
"typeof": "function"
|
|
43843
44106
|
},
|
|
@@ -43885,9 +44148,6 @@
|
|
|
43885
44148
|
"resources": {
|
|
43886
44149
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
43887
44150
|
},
|
|
43888
|
-
"resumeAnimation": {
|
|
43889
|
-
"typeof": "function"
|
|
43890
|
-
},
|
|
43891
44151
|
"rotate": {
|
|
43892
44152
|
"typeof": "function"
|
|
43893
44153
|
},
|
|
@@ -43963,9 +44223,6 @@
|
|
|
43963
44223
|
"stopAnimates": {
|
|
43964
44224
|
"typeof": "function"
|
|
43965
44225
|
},
|
|
43966
|
-
"stopAnimation": {
|
|
43967
|
-
"typeof": "function"
|
|
43968
|
-
},
|
|
43969
44226
|
"subLayers": {
|
|
43970
44227
|
"$ref": "#/definitions/Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>"
|
|
43971
44228
|
},
|
|
@@ -47135,6 +47392,11 @@
|
|
|
47135
47392
|
},
|
|
47136
47393
|
"ILinkSeriesSpec": {
|
|
47137
47394
|
"properties": {
|
|
47395
|
+
"allowExtend": {
|
|
47396
|
+
"default": false,
|
|
47397
|
+
"description": "是否允许向左右两侧延伸",
|
|
47398
|
+
"type": "boolean"
|
|
47399
|
+
},
|
|
47138
47400
|
"animation": {
|
|
47139
47401
|
"description": "是否开启系列动画",
|
|
47140
47402
|
"type": "boolean"
|
|
@@ -47218,6 +47480,14 @@
|
|
|
47218
47480
|
"$ref": "#/definitions/StringOrNumber",
|
|
47219
47481
|
"description": "用户自定义的 series id"
|
|
47220
47482
|
},
|
|
47483
|
+
"imageLabel": {
|
|
47484
|
+
"$ref": "#/definitions/IMarkSpec<IImageMarkSpec>",
|
|
47485
|
+
"description": "image标签配置"
|
|
47486
|
+
},
|
|
47487
|
+
"imageLabelField": {
|
|
47488
|
+
"description": "link的image标签字段",
|
|
47489
|
+
"type": "string"
|
|
47490
|
+
},
|
|
47221
47491
|
"interactions": {
|
|
47222
47492
|
"description": "其他需要按需注册的类型交互",
|
|
47223
47493
|
"items": {
|
|
@@ -47238,6 +47508,11 @@
|
|
|
47238
47508
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
47239
47509
|
"description": "图元配置"
|
|
47240
47510
|
},
|
|
47511
|
+
"linkType": {
|
|
47512
|
+
"$ref": "#/definitions/LinkType",
|
|
47513
|
+
"default": "'line'",
|
|
47514
|
+
"description": "link类型: 直线 或 曲线"
|
|
47515
|
+
},
|
|
47241
47516
|
"morph": {
|
|
47242
47517
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
47243
47518
|
"description": "morph 动画配置"
|
|
@@ -47390,6 +47665,9 @@
|
|
|
47390
47665
|
"arrow": {
|
|
47391
47666
|
"$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
|
|
47392
47667
|
},
|
|
47668
|
+
"imageLabel": {
|
|
47669
|
+
"$ref": "#/definitions/Partial<IMarkTheme<IImageMarkSpec>>"
|
|
47670
|
+
},
|
|
47393
47671
|
"label": {
|
|
47394
47672
|
"$ref": "#/definitions/Partial<ILabelSpec>"
|
|
47395
47673
|
},
|
|
@@ -51755,6 +52033,17 @@
|
|
|
51755
52033
|
],
|
|
51756
52034
|
"description": "markSpec"
|
|
51757
52035
|
},
|
|
52036
|
+
"IMarkSpec<IImageMarkSpec>": {
|
|
52037
|
+
"allOf": [
|
|
52038
|
+
{
|
|
52039
|
+
"typeof": "function"
|
|
52040
|
+
},
|
|
52041
|
+
{
|
|
52042
|
+
"typeof": "function"
|
|
52043
|
+
}
|
|
52044
|
+
],
|
|
52045
|
+
"description": "markSpec"
|
|
52046
|
+
},
|
|
51758
52047
|
"IMarkSpec<ILineMarkSpec>": {
|
|
51759
52048
|
"allOf": [
|
|
51760
52049
|
{
|
|
@@ -52834,6 +53123,31 @@
|
|
|
52834
53123
|
},
|
|
52835
53124
|
"type": "object"
|
|
52836
53125
|
},
|
|
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
|
+
},
|
|
52837
53151
|
"IMarkStateTheme<ILineMarkSpec>": {
|
|
52838
53152
|
"properties": {
|
|
52839
53153
|
"hover": {
|
|
@@ -53562,7 +53876,6 @@
|
|
|
53562
53876
|
]
|
|
53563
53877
|
},
|
|
53564
53878
|
"INode": {
|
|
53565
|
-
"additionalProperties": {},
|
|
53566
53879
|
"properties": {
|
|
53567
53880
|
"_next": {
|
|
53568
53881
|
"$ref": "#/definitions/INode"
|
|
@@ -62002,6 +62315,11 @@
|
|
|
62002
62315
|
},
|
|
62003
62316
|
"IRoamDragSpec": {
|
|
62004
62317
|
"properties": {
|
|
62318
|
+
"autoVisible": {
|
|
62319
|
+
"description": "仅在画布交互展示组件",
|
|
62320
|
+
"since": "2.0.3",
|
|
62321
|
+
"type": "boolean"
|
|
62322
|
+
},
|
|
62005
62323
|
"enable": {
|
|
62006
62324
|
"default": true,
|
|
62007
62325
|
"description": "是否开启 缩放 / 拖拽 / 滚动",
|
|
@@ -66002,6 +66320,14 @@
|
|
|
66002
66320
|
"minItems": 2,
|
|
66003
66321
|
"type": "array"
|
|
66004
66322
|
},
|
|
66323
|
+
"linkedAxisId": {
|
|
66324
|
+
"description": "联动的轴ID, 仅filterMode: 'axis'时生效",
|
|
66325
|
+
"type": "string"
|
|
66326
|
+
},
|
|
66327
|
+
"linkedAxisIndex": {
|
|
66328
|
+
"description": "联动的轴序号, 仅filterMode: 'axis'时生效",
|
|
66329
|
+
"type": "number"
|
|
66330
|
+
},
|
|
66005
66331
|
"maxHeight": {
|
|
66006
66332
|
"$ref": "#/definitions/ILayoutNumber",
|
|
66007
66333
|
"description": "模块的布局最大高度"
|
|
@@ -67520,12 +67846,6 @@
|
|
|
67520
67846
|
}
|
|
67521
67847
|
]
|
|
67522
67848
|
},
|
|
67523
|
-
"pauseAnimation": {
|
|
67524
|
-
"typeof": "function"
|
|
67525
|
-
},
|
|
67526
|
-
"reApplyAnimationState": {
|
|
67527
|
-
"typeof": "function"
|
|
67528
|
-
},
|
|
67529
67849
|
"release": {
|
|
67530
67850
|
"typeof": "function"
|
|
67531
67851
|
},
|
|
@@ -67561,9 +67881,6 @@
|
|
|
67561
67881
|
"resources": {
|
|
67562
67882
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
67563
67883
|
},
|
|
67564
|
-
"resumeAnimation": {
|
|
67565
|
-
"typeof": "function"
|
|
67566
|
-
},
|
|
67567
67884
|
"rotate": {
|
|
67568
67885
|
"typeof": "function"
|
|
67569
67886
|
},
|
|
@@ -67633,9 +67950,6 @@
|
|
|
67633
67950
|
"stopAnimates": {
|
|
67634
67951
|
"typeof": "function"
|
|
67635
67952
|
},
|
|
67636
|
-
"stopAnimation": {
|
|
67637
|
-
"typeof": "function"
|
|
67638
|
-
},
|
|
67639
67953
|
"theme": {
|
|
67640
67954
|
"$ref": "#/definitions/ITheme"
|
|
67641
67955
|
},
|
|
@@ -68074,9 +68388,6 @@
|
|
|
68074
68388
|
"parent": {
|
|
68075
68389
|
"$ref": "#/definitions/IStage"
|
|
68076
68390
|
},
|
|
68077
|
-
"pauseAnimation": {
|
|
68078
|
-
"typeof": "function"
|
|
68079
|
-
},
|
|
68080
68391
|
"pauseRender": {
|
|
68081
68392
|
"typeof": "function"
|
|
68082
68393
|
},
|
|
@@ -68089,9 +68400,6 @@
|
|
|
68089
68400
|
"pluginService": {
|
|
68090
68401
|
"$ref": "#/definitions/IPluginService"
|
|
68091
68402
|
},
|
|
68092
|
-
"reApplyAnimationState": {
|
|
68093
|
-
"typeof": "function"
|
|
68094
|
-
},
|
|
68095
68403
|
"release": {
|
|
68096
68404
|
"typeof": "function"
|
|
68097
68405
|
},
|
|
@@ -68151,9 +68459,6 @@
|
|
|
68151
68459
|
"resizeWindow": {
|
|
68152
68460
|
"typeof": "function"
|
|
68153
68461
|
},
|
|
68154
|
-
"resumeAnimation": {
|
|
68155
|
-
"typeof": "function"
|
|
68156
|
-
},
|
|
68157
68462
|
"resumeRender": {
|
|
68158
68463
|
"typeof": "function"
|
|
68159
68464
|
},
|
|
@@ -68209,9 +68514,6 @@
|
|
|
68209
68514
|
"startAnimate": {
|
|
68210
68515
|
"typeof": "function"
|
|
68211
68516
|
},
|
|
68212
|
-
"stopAnimation": {
|
|
68213
|
-
"typeof": "function"
|
|
68214
|
-
},
|
|
68215
68517
|
"ticker": {
|
|
68216
68518
|
"$ref": "#/definitions/ITicker"
|
|
68217
68519
|
},
|
|
@@ -78928,6 +79230,13 @@
|
|
|
78928
79230
|
],
|
|
78929
79231
|
"type": "string"
|
|
78930
79232
|
},
|
|
79233
|
+
"LinkType": {
|
|
79234
|
+
"enum": [
|
|
79235
|
+
"curve",
|
|
79236
|
+
"line"
|
|
79237
|
+
],
|
|
79238
|
+
"type": "string"
|
|
79239
|
+
},
|
|
78931
79240
|
"Location": {
|
|
78932
79241
|
"properties": {
|
|
78933
79242
|
"ancestorOrigins": {
|
|
@@ -78999,7 +79308,7 @@
|
|
|
78999
79308
|
},
|
|
79000
79309
|
"Map<Function,(...args:any[])=>void>": {
|
|
79001
79310
|
"properties": {
|
|
79002
|
-
"__@toStringTag@
|
|
79311
|
+
"__@toStringTag@12770": {
|
|
79003
79312
|
"type": "string"
|
|
79004
79313
|
},
|
|
79005
79314
|
"size": {
|
|
@@ -79007,14 +79316,14 @@
|
|
|
79007
79316
|
}
|
|
79008
79317
|
},
|
|
79009
79318
|
"required": [
|
|
79010
|
-
"__@toStringTag@
|
|
79319
|
+
"__@toStringTag@12770",
|
|
79011
79320
|
"size"
|
|
79012
79321
|
],
|
|
79013
79322
|
"type": "object"
|
|
79014
79323
|
},
|
|
79015
79324
|
"Map<number,IGraphicRender>": {
|
|
79016
79325
|
"properties": {
|
|
79017
|
-
"__@toStringTag@
|
|
79326
|
+
"__@toStringTag@12770": {
|
|
79018
79327
|
"type": "string"
|
|
79019
79328
|
},
|
|
79020
79329
|
"size": {
|
|
@@ -79022,14 +79331,14 @@
|
|
|
79022
79331
|
}
|
|
79023
79332
|
},
|
|
79024
79333
|
"required": [
|
|
79025
|
-
"__@toStringTag@
|
|
79334
|
+
"__@toStringTag@12770",
|
|
79026
79335
|
"size"
|
|
79027
79336
|
],
|
|
79028
79337
|
"type": "object"
|
|
79029
79338
|
},
|
|
79030
79339
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
79031
79340
|
"properties": {
|
|
79032
|
-
"__@toStringTag@
|
|
79341
|
+
"__@toStringTag@12770": {
|
|
79033
79342
|
"type": "string"
|
|
79034
79343
|
},
|
|
79035
79344
|
"size": {
|
|
@@ -79037,14 +79346,14 @@
|
|
|
79037
79346
|
}
|
|
79038
79347
|
},
|
|
79039
79348
|
"required": [
|
|
79040
|
-
"__@toStringTag@
|
|
79349
|
+
"__@toStringTag@12770",
|
|
79041
79350
|
"size"
|
|
79042
79351
|
],
|
|
79043
79352
|
"type": "object"
|
|
79044
79353
|
},
|
|
79045
79354
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
79046
79355
|
"properties": {
|
|
79047
|
-
"__@toStringTag@
|
|
79356
|
+
"__@toStringTag@12770": {
|
|
79048
79357
|
"type": "string"
|
|
79049
79358
|
},
|
|
79050
79359
|
"size": {
|
|
@@ -79052,14 +79361,14 @@
|
|
|
79052
79361
|
}
|
|
79053
79362
|
},
|
|
79054
79363
|
"required": [
|
|
79055
|
-
"__@toStringTag@
|
|
79364
|
+
"__@toStringTag@12770",
|
|
79056
79365
|
"size"
|
|
79057
79366
|
],
|
|
79058
79367
|
"type": "object"
|
|
79059
79368
|
},
|
|
79060
79369
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
79061
79370
|
"properties": {
|
|
79062
|
-
"__@toStringTag@
|
|
79371
|
+
"__@toStringTag@12770": {
|
|
79063
79372
|
"type": "string"
|
|
79064
79373
|
},
|
|
79065
79374
|
"size": {
|
|
@@ -79067,14 +79376,14 @@
|
|
|
79067
79376
|
}
|
|
79068
79377
|
},
|
|
79069
79378
|
"required": [
|
|
79070
|
-
"__@toStringTag@
|
|
79379
|
+
"__@toStringTag@12770",
|
|
79071
79380
|
"size"
|
|
79072
79381
|
],
|
|
79073
79382
|
"type": "object"
|
|
79074
79383
|
},
|
|
79075
79384
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
79076
79385
|
"properties": {
|
|
79077
|
-
"__@toStringTag@
|
|
79386
|
+
"__@toStringTag@12770": {
|
|
79078
79387
|
"type": "string"
|
|
79079
79388
|
},
|
|
79080
79389
|
"size": {
|
|
@@ -79082,14 +79391,14 @@
|
|
|
79082
79391
|
}
|
|
79083
79392
|
},
|
|
79084
79393
|
"required": [
|
|
79085
|
-
"__@toStringTag@
|
|
79394
|
+
"__@toStringTag@12770",
|
|
79086
79395
|
"size"
|
|
79087
79396
|
],
|
|
79088
79397
|
"type": "object"
|
|
79089
79398
|
},
|
|
79090
79399
|
"Map<string|number,IAnimate>": {
|
|
79091
79400
|
"properties": {
|
|
79092
|
-
"__@toStringTag@
|
|
79401
|
+
"__@toStringTag@12770": {
|
|
79093
79402
|
"type": "string"
|
|
79094
79403
|
},
|
|
79095
79404
|
"size": {
|
|
@@ -79097,7 +79406,7 @@
|
|
|
79097
79406
|
}
|
|
79098
79407
|
},
|
|
79099
79408
|
"required": [
|
|
79100
|
-
"__@toStringTag@
|
|
79409
|
+
"__@toStringTag@12770",
|
|
79101
79410
|
"size"
|
|
79102
79411
|
],
|
|
79103
79412
|
"type": "object"
|
|
@@ -79245,6 +79554,7 @@
|
|
|
79245
79554
|
"continuousLegend",
|
|
79246
79555
|
"correlation",
|
|
79247
79556
|
"crosshair",
|
|
79557
|
+
"curveLink",
|
|
79248
79558
|
"customMark",
|
|
79249
79559
|
"data",
|
|
79250
79560
|
"dataZoom",
|
|
@@ -91022,6 +91332,27 @@
|
|
|
91022
91332
|
},
|
|
91023
91333
|
"type": "object"
|
|
91024
91334
|
},
|
|
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
|
+
},
|
|
91025
91356
|
"Partial<IMarkTheme<ILineMarkSpec>>": {
|
|
91026
91357
|
"properties": {
|
|
91027
91358
|
"interactive": {
|
|
@@ -93862,12 +94193,6 @@
|
|
|
93862
94193
|
"Partial<IStageParams>": {
|
|
93863
94194
|
"properties": {
|
|
93864
94195
|
"ReactDOM": {},
|
|
93865
|
-
"afterClearRect": {
|
|
93866
|
-
"typeof": "function"
|
|
93867
|
-
},
|
|
93868
|
-
"afterClearScreen": {
|
|
93869
|
-
"typeof": "function"
|
|
93870
|
-
},
|
|
93871
94196
|
"afterRender": {
|
|
93872
94197
|
"typeof": "function"
|
|
93873
94198
|
},
|
|
@@ -99360,6 +99685,9 @@
|
|
|
99360
99685
|
"correlation": {
|
|
99361
99686
|
"$ref": "#/definitions/ColorScheme"
|
|
99362
99687
|
},
|
|
99688
|
+
"curveLink": {
|
|
99689
|
+
"$ref": "#/definitions/ColorScheme"
|
|
99690
|
+
},
|
|
99363
99691
|
"dot": {
|
|
99364
99692
|
"$ref": "#/definitions/ColorScheme"
|
|
99365
99693
|
},
|
|
@@ -100581,34 +100909,34 @@
|
|
|
100581
100909
|
},
|
|
100582
100910
|
"Promise<FontFaceSet>": {
|
|
100583
100911
|
"properties": {
|
|
100584
|
-
"__@toStringTag@
|
|
100912
|
+
"__@toStringTag@12770": {
|
|
100585
100913
|
"type": "string"
|
|
100586
100914
|
}
|
|
100587
100915
|
},
|
|
100588
100916
|
"required": [
|
|
100589
|
-
"__@toStringTag@
|
|
100917
|
+
"__@toStringTag@12770"
|
|
100590
100918
|
],
|
|
100591
100919
|
"type": "object"
|
|
100592
100920
|
},
|
|
100593
100921
|
"Promise<ServiceWorkerRegistration>": {
|
|
100594
100922
|
"properties": {
|
|
100595
|
-
"__@toStringTag@
|
|
100923
|
+
"__@toStringTag@12770": {
|
|
100596
100924
|
"type": "string"
|
|
100597
100925
|
}
|
|
100598
100926
|
},
|
|
100599
100927
|
"required": [
|
|
100600
|
-
"__@toStringTag@
|
|
100928
|
+
"__@toStringTag@12770"
|
|
100601
100929
|
],
|
|
100602
100930
|
"type": "object"
|
|
100603
100931
|
},
|
|
100604
100932
|
"Promise<any>": {
|
|
100605
100933
|
"properties": {
|
|
100606
|
-
"__@toStringTag@
|
|
100934
|
+
"__@toStringTag@12770": {
|
|
100607
100935
|
"type": "string"
|
|
100608
100936
|
}
|
|
100609
100937
|
},
|
|
100610
100938
|
"required": [
|
|
100611
|
-
"__@toStringTag@
|
|
100939
|
+
"__@toStringTag@12770"
|
|
100612
100940
|
],
|
|
100613
100941
|
"type": "object"
|
|
100614
100942
|
},
|